I want to give php a simple variable from a text-box on a different page, without reloading it. I have heard that you need ajax to do it, but i am not sure on how to do that. I don't know how to use ajax so I just need an example.
thanks
|
I want to give php a simple variable from a text-box on a different page, without reloading it. I have heard that you need ajax to do it, but i am not sure on how to do that. I don't know how to use ajax so I just need an example. thanks |
||||
|
I've tried to do with javascript, but upto now jQuery is the solution.
|
|||
|
|
|
Jquery ( http://jquery.com/ ) is a nice javascript library that can handle this. Look at the .post function ( http://api.jquery.com/jQuery.post/ ) this is commonly used for ajax requests |
|||
|
|
SOis a great place to ask where u went wrong. – Broncha May 10 '12 at 3:40