Page 1 of 1
Posting variables
Posted: Tue Jan 22, 2008 4:58 pm
by PhpDog
Usually I POST variables via the html FORM to send variables to another php page.
In this instance I want to use a html link to send variables to another php page. How can I do this please?
Re: Posting variables
Posted: Tue Jan 22, 2008 5:20 pm
by Zoxive
Re: Posting variables
Posted: Tue Jan 22, 2008 9:39 pm
by anjanesh
PhpDog wrote:In this instance I want to use a html link to send variables to another php page. How can I do this please?
If you're trying to avoid data followed by the the question mark (?) as in script.php?a=11&b=3&c=yh but want it to look like a static html link, use
htaccess to be able to have the link something like :
script-a-11-b-3-c-yh