|
Posted by Geoff Berrow on 04/04/06 09:18
Message-ID: <de9f55a6a8338c825800219cf80@news.cogeco.ca> from Realtime
contained the following:
>
>
>Lets say i got a string like this
>
>$StrInfo="1,2,3";
>
>I want to be able to check if the string exists without using strpos or
>arrays. If it exists it will return true or sucess :)
>
if(isset($StrInfo) &&$StrInfo=="1,2,3"){
//do stuff
}
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|