🔔 🔔 🔔 Duyuru: 24. Yılımıza özel indirimler sizleri bekliyor ! Kampanya Kodu : TDATA2024 | Detaylı bilgi için tıklayınız.

Bilgi Bankası


Dökümanlar PHP


  •  How to Install XCache for PHP

    XCache is a fast, stable ​PHP opcode cacher that has been tested and is now running on production servers under high load. It is tested (on linux) and supported on all of the latest ​PHP release...

  •  How to disable user Custom PHP.INI files

    Disable user unwanted custom php.ini file in your cpanel server. suPHP is a module that enhances overall server security. It forces the system to execute PHP scripts with user privileges as...

  •  How to install GNUPG PHP Extension

    GnuPG is the GNU project’s complete and free implementation of the OpenPGP standard as defined by RFC4880 . GnuPG allows to encrypt and sign your data and communication, features a versatile...

  •  How to install uploadprogress module

    A simple way to implement upload status for an administration panel. Based on AJAX and my JavaScript LoadVars class, this method doesn’t need anything else to show uploading status on a...

  •  Test MySQL database connection with php script

    You can use the following php script which is used to test mysql database connection on your cpanel server. <?php $link = mysql_connect('db_host', 'db_username', 'db_password'); if (!$link)...