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?
Posting variables
Moderator: General Moderators
Re: Posting variables
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 :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?
script-a-11-b-3-c-yh