Hi guys,
I was just wondering if there is a way to append a url with a variable using ajax or javascript. I know of a way to do it with php, but I am trying to get a client side means of doing this job. (creating a site search and append search variables to the end of a url).
The reason I am doing or trying to at least do a ajax version is I am aware of how the search may be slowed down by multiple users of the server if I was to use php (multiple searches may flood the server).
for example in php you can post the search string and echo it to where you like (thanks to the guys in the php side that helped me, A+)
Is there a similar means with ajax?
I was just wondering if there is a way to append a url with a variable using ajax or javascript. I know of a way to do it with php, but I am trying to get a client side means of doing this job. (creating a site search and append search variables to the end of a url).
The reason I am doing or trying to at least do a ajax version is I am aware of how the search may be slowed down by multiple users of the server if I was to use php (multiple searches may flood the server).
for example in php you can post the search string and echo it to where you like (thanks to the guys in the php side that helped me, A+)
Is there a similar means with ajax?
Comment