PHP Newb here...
How do I configure php to take a url like this
mydomain.com/index.php?v1=va lue1&v2=value2& v3=value3
and automagically create varialbe $v1 throught $v3 and assign
the corresponding values?
Thanks.
How do I configure php to take a url like this
mydomain.com/index.php?v1=va lue1&v2=value2& v3=value3
and automagically create varialbe $v1 throught $v3 and assign
the corresponding values?
Thanks.
Comment