PDA

View Full Version : How can i check if there are ANY GPC values present?


Oreamnos
10-18-2005, 07:10 AM
I want to know if there are any $_GET[''] values present in the script. i tried something like the following but it didn't work:if (!empty($vbulletin->input->clean_array_gpc('r', array()))) {
...
}
Can someone help me with this one?

thanks
eric