
Claudio Castelpietra - 2015-08-18 17:55:27 -
In reply to message 1 from pradeep samale
Hi,
thank you for your reply.
If you're using php5, I'd suggest using SimpleXML PHP class (http://php.net/manual/en/simplexml.examples-basic.php). It's powerful, fast and easy to use.
If for any reason you have to deal with a legacy php3/4 installation, this class can help you. In this case, ereg and eregi are ok :)