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!
I am working on a small obfuscation script using eval as the main engine. Everything was doing fine when I bumped to a problem. Look at the following code:
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Yes, you both are right! I didnt get that because I was evaluating my code and testing it for parsing problems line by line...
I added the ; after that and it worked.
Thank you for putting a light over that - I am over this project for so many time that sometimes small things passes thru!