php string extract
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: php string extract
Either through regular expressions (eg preg_match) or finding the positions in the string you want (ie strpos) and extracting a portion of it (substr).

My Blog
09-26-2010 05:16 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
php string extract - techu - 09-26-2010, 04:29 PM
RE: php string extract - ZiNgA BuRgA - 09-26-2010 05:16 PM
RE: php string extract - techu - 09-26-2010, 07:37 PM
RE: php string extract - ZiNgA BuRgA - 09-26-2010, 09:39 PM
RE: php string extract - techu - 09-27-2010, 01:26 AM

 Standard Tools
Forum Jump: