Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi , i am designing online registration form .. i want a way to post data(field values) to php without showing the action url at client side ...
(html) and also post back data from the server side..
Posted
Comments
Manfred Rudolf Bihy 22-Nov-10 8:58am    
FYI: Post back is what comes from the client (i.e. browser) and goes to the server.

1 solution

If you don't want the client url to be seen in the browser, you can use AJAX. This of course can also be intercepted, but you have to put a little bit more effort into it.(Fiddler can do amazing stuff, even when https is involved)

Cheers

Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900