Jump to content

Passing PARMS in URL


usadarts

Recommended Posts

[code]<a href='nextpage.php?min=this&max=that'>nextpage</a>[/code]
In nextpage.php retrieve the URL passed variable from the $_GET array and do whatever testing you want. Just remember that URLs can be modified by the user. Using 'hidden' values in a form method="post" is better is you don't want people messing around with your passed variables.
Link to comment
https://forums.phpfreaks.com/topic/9891-passing-parms-in-url/#findComment-36784
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.