what is the proper syntax to pass form vars through a URL?
here\'s the situation, I have a HTML form that passes vars to a search.php3, I want to be able to have a link withing the search.php3 that carries on the vars. It should look something like this but I can\'t figure out the right systax.
/ THIS ONE BELOW IS WRONG /
print \"<a href=\\"$dbLoc/homefinderPHP/result.php3?minPrice=\'$minPrice\'&offset=$newoffset\\">NEXT</a><p>\n\";
I just need to figure out the proper syntax. Thanks for all the help.