hide a URL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chris12295
Forum Contributor
Posts: 113
Joined: Sun Jun 09, 2002 10:28 pm
Location: USA
Contact:

hide a URL

Post by chris12295 »

i have some scripts that send a lot of data via a query string and i was wondering if their was a way to hide the QUERY STRING information from the browser address box. Also if their is a way to send variables via POST without using a form.
User avatar
hob_goblin
Forum Regular
Posts: 978
Joined: Sun Apr 28, 2002 9:53 pm
Contact:

Post by hob_goblin »

this is when you look into cookies or

http://www.php.net/manual/en/ref.session.php
Post Reply