PHP Classes

ereg and eregi function deprecated..

Recommend this page to a friend!

      VFXP_XML_Parser  >  All threads  >  ereg and eregi function deprecated..  >  (Un) Subscribe thread alerts  
Subject:ereg and eregi function deprecated..
Summary:errors..
Messages:2
Author:pradeep samale
Date:2015-07-02 10:19:39
 

  1. ereg and eregi function deprecated..   Reply   Report abuse  
Picture of pradeep samale pradeep samale - 2015-07-02 10:19:39
Class is very nice. I am new in php programming kindly update me how to replace the ereg and eregi function in main file .

  2. Re: ereg and eregi function deprecated..   Reply   Report abuse  
Picture of Claudio Castelpietra 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 :)