[PHP] Post URL ?

2005-07-18 Thread Joey
OK I understand the difference between a get a post but if I just have a URL/link which is calling a function like so: abc.com/display_information?customer_number=$value It passes to the display_information the customer number visably, is there a way to do this where it's not visable?

Re: [PHP] Post URL ?

2005-07-18 Thread Raz
Joey, Take a look at how to use sessions on the php web site... Raz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php