Re: Post URL ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joey wrote:
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?

You can put the value in a hidden form field and submit it with JavaScript, but it's still not truly hidden, as it is still sent in a cleartext HTTP request.

You might like to investigate sessions, which are stored on the server, or SSL, to protect data in transit across the Internet.

Jasper

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux