substring ! substr(txt,start,end) ?
Hello Guys :D
as you see i'm looking for something simple and useful ! let's say i read this html http://graph.facebook.com/4 and i want to get just the "name" variable ! which is the function to do that ? i'm not asking for ready to paste code but just the usage of the function ! the closest thing i got from searching is regex_substr ! is there a simpler way ? thank youu |
Re: substring ! substr(txt,start,end) ?
Take a look at these; strfind will return the position of a string within a string.
http://www.amxmodx.org/funcwiki.php?go=inc&id=5 |
Re: substring ! substr(txt,start,end) ?
Thank You
i had to use regex and strtok ! i do a request by ID and get the name of the user anybody find his code .. thanks ! PHP Code:
//fbacc is the facebook account ID of that user (connected from here http://apps.facebook.com/noexitpro/ ) //id is .. you know http://www.easy-upload.net/fichiers/...0530165647.png i still have some problems with weird chars ! it's the next step :o |
| All times are GMT -4. The time now is 05:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.