Reply to Re: checking to see if a character exist in a string
Posted by Scott on 04/04/06 08:20
On Tue, 2006-04-04 at 01:52 +0000, Realtime wrote:
>
> 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 :)
>
> Thanks a million :)
>
>