[PHP] Re: Best way to check for some certain text in a string

2002-08-21 Thread José Jeria
->userAgent starts with "search for this", > your code will return false. Yeah, that was a typo when i copy and pasted. > > Bogdan > > José Jeria wrote: > > I want to find a certain text in a string and i want it to return me a > > boolean. > &

[PHP] Best way to check for some certain text in a string

2002-08-21 Thread José Jeria
;) > 0// gives me a boolean directly Any tips of which one I should use? /José Jeria -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Checkbox question

2002-08-16 Thread José Jeria
Hmmm, then the book "Beginning PHP" from Wrox is wrong... /J Jason Wong wrote: > On Friday 16 August 2002 17:54, José Jeria wrote: > >>I have a page with a checkbox, when i submit to the next page the >>variable $whatever (the checkboxes name.) will be "On&

[PHP] Checkbox question

2002-08-16 Thread José Jeria
I have a page with a checkbox, when i submit to the next page the variable $whatever (the checkboxes name.) will be "On" if its checked, and it will be undefined if its not checked. Shouldn't it be a empty string? and not undefined? /José -- PHP General Mailing List (http://www.php.net/) To