Re: Re: String manipulation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am receiving this error:

Warning: strpos() [function.strpos]: Offset not contained in string

I have never seen it before, what do I do?  I made one change to it though, you didnât have <br> in it before so I changed the syntax to:

$pos = (strpos(' ', $activity_description_result, 76))?strpos('<br>',$activity_description_result, 76):strlen($activity_description_result);

Ron



The Verse of the Day
âEncouragement from Godâs Wordâ
http://www.TheVerseOfTheDay.info

From: ash@xxxxxxxxxxxxxxxxxxxx 
Sent: Sunday, November 14, 2010 4:58 PM
To: Ron Piggott ; php-general@xxxxxxxxxxxxx 
Subject: Re:  Re: String manipulation

What about something like this:

$pos = (strpos(' ', $string, 76))?strpos(' ',$string, 76):strlen($string);

Thanks,
Ash
http://www.ashleysheridan.co.uk

----- Reply message -----
From: "Ron Piggott" <ron.piggott@xxxxxxxxxxxxxxxxxx>
Date: Sun, Nov 14, 2010 20:48
Subject:  Re: String manipulation
To: <php-general@xxxxxxxxxxxxx>


How would I write an IF statement that looks for the first space space (â â) left of the 76th character in a string or <br>, which ever comes first --- OR the end of the string (IE the string is less than 76 characters long? I specifically want is itâs character position in the string.  Ron

The Verse of the Day
âEncouragement from Godâs Wordâ
http://www.TheVerseOfTheDay.info


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux