Posted by drec on 10/05/55 11:51
I am creating a search box that the user types a value in, and then
this gets passed to another page called search.php
I would like to be able to pass these values through the URL, but I
cant seem to figure out how. Right Now I have a simple html form that
passes the value through posting, which I can then pull with a
$_POST['name']. But I need to have this value be passed through URL.
[Back to original message]
|