Web
>>
Development
>>
PHP
>>
How to extract query string variables
use $_GET[variable_name] eg. if one of the form variables is CatNumber=101 then $_GET[CatNumber] yields "101"
Please enable JavaScript to view the
comments powered by Disqus.