Posted by aaron.reese on 11/14/06 11:59
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.
Of course by doing this the user will see the values being passed
across in the URL string (unless you use Ajax) and it will make the
page ungoogleable.
Obiron
Navigation:
[Reply to this message]
|