Hi all, I want to get the input box value which is given by users..without using get post method how can i do this... Thanks in advance..
you must use get or post method to get the form values if you are talking about some "fast" feeling (as facebook), you should use javascript to get the form values, and ajax to call the php script (jquery has a good set of functions for that)
You can look into javascript form submissions. You won't need to reload the page to get POST variables.
http://www.javascript-coder.com/javascript-form/javascript-get-form.htm info located on above link for getting form values submitted using javascript. However I would make sure you sanitize the information submitted first of all.