Статьи
How to change storage engine to InnoDB in MySQL?
You’ve designed a database with MyISAM and suddenly realized that you need ACID (atomicity,...
Install JSON Support to PHP on CentOSHere’s a way to add JSON support for PHP on your CentOS server. yum install php-pear...
Installing IonCube Loader on LinuxInstallation of IonCube Loader on any variaty of Linux is very simple.Just get the copy from...
Joomla – Handling ErrorsI find Joomla non-developer friendly for the most of the time; documentation is poor and not...
PHP : Convert/Replace Short Open TagsUsing short open tags, such as <? on your PHP code is not so clever. Other than the debate...
PhpMyAdmin : Cannot start session without errorsCannot start session without errors, please check errors given in your PHP and/or webserver log...
Simple LDAP Class for PHPIn this post, i’m gonna explain how to connect to a LDAP server via using PHP. First i...