Parsing tags...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
terji
Forum Commoner
Posts: 37
Joined: Tue May 14, 2002 5:27 pm
Location: Denmark

Parsing tags...

Post by terji »

Does anyone have a genious way to "parse" some homemade tags from a file....

Especially how to identify the misc tags from a LONG string...
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

strstr or preg.. if you post some details/samples it's easier to give some useful answers..
Post Reply