Posted by J.O. Aho on 11/14/06 12:35
aaron.reese@tiscali.co.uk wrote:
> or append the variables to the end of the href URL as
> www.callthispage.co.uk/callthispage.html?variable1=999&variable2=XYZ
>
> You can then strip them off in the receiving page using $HTTP_GET_VARS
> and use them in the same way as you would $_POST values.
You should always use $_GET over $HTTP_GET_VARS, which is deprecated and will
with release of PHP 6 be gone for good (PHP 5 can enable this, but default
turned off).
//Aho
Navigation:
[Reply to this message]
|