easy way to chek if string contains "?" HOW?
Posted: Tue Jul 11, 2006 1:06 pm
Hi,
Basically I want to find out if the REQUESTED_URI contains any variables, so I want to see if it has "?" in it.
I got it working w/ foreach() method, but it a bit to slow for some reason, and I dont really need to cycle thwough full string... is there any easier method?
Thnx!
Basically I want to find out if the REQUESTED_URI contains any variables, so I want to see if it has "?" in it.
I got it working w/ foreach() method, but it a bit to slow for some reason, and I dont really need to cycle thwough full string... is there any easier method?
Thnx!