hi all 🙂
what a nice day 🙂
i just wanna ask about the tag parsing using PHP
i've used the " preg_* " function to get the tag from a txt file
and then get the tag action and then replace the hole tag with a sql result according to the action
an example
<dart action="dartd" >
the script search for " <dart " tag then parse the action "dartd"
my question is
" Is the "preg_*" function the best way to get and parse the tags using PHP
thanks for your time 🙂
Dart