Should this correctly find '&' or is & and special searching character?
# looking for an & at the end
$retrn = AASIDFIFJ&
if($str{strlen($retrn)-1}=='&')
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] Finding an '&' Karl J. Stubsjoen
- RE: [PHP] Finding an '&' James R. Butzen
- Re: [PHP] Finding an '&' Philip Olson

