Lionelandre
11-20-2003, 03:18 PM
Hi,
I am looking to write a PHP function that would read the URL and verify that none of the values are blank. Now, granted, I could do this manually for each occurence, but I can have my usrl like this:
http://www.somesite.com/index.php3?var1=val1
or like so:
http://www.somesite.com/index.php3?RndID=12&Reference=test123456&Cat_id=1&Sub_cat1_id=2&Sub_cat2_id=2&Sub_cat3_id=2&Short_Description=sfvdsbvfsdvfds&Long_Description=vvvuuvuyufuyf&Attribute=Attribute&Maker_id=3&weight=1&Price=2&Size=5&AVAIL=1&DISPLAY=1&submit=Submit+Query
I'm sure a genius out there has written a function out there that I can reuse, right ? :)
Thanks a lot, guys.
Lionel
I am looking to write a PHP function that would read the URL and verify that none of the values are blank. Now, granted, I could do this manually for each occurence, but I can have my usrl like this:
http://www.somesite.com/index.php3?var1=val1
or like so:
http://www.somesite.com/index.php3?RndID=12&Reference=test123456&Cat_id=1&Sub_cat1_id=2&Sub_cat2_id=2&Sub_cat3_id=2&Short_Description=sfvdsbvfsdvfds&Long_Description=vvvuuvuyufuyf&Attribute=Attribute&Maker_id=3&weight=1&Price=2&Size=5&AVAIL=1&DISPLAY=1&submit=Submit+Query
I'm sure a genius out there has written a function out there that I can reuse, right ? :)
Thanks a lot, guys.
Lionel