Pagination in PHP/Mysql with URL of every page.

Posted on: Friday April 15, 2016

  dbConfig.php  // Database connection [crayon-6768865a24a0f313578870/]   function.php  // set Database table name here [crayon-6768865a24a15871095594/] index.php // View pagination with [...]

Read More

Mysqli to mysql query in Xampp 3.2.2

Posted on: Thursday April 7, 2016

    Using mysql in new xampp | Disable Mysqli | easy migrate Mysqli to mysql used code in localhost. If your using ‘mysql_query’ in your PHP code and your code is not working or [...]

Read More

Repair Table in Mysql/PhpMyadmin

Posted on: Tuesday June 9, 2015

There is two way to repair Database Table in ‘phpMyAdmin’. First Option Login to phpMyAdmin Choose the affected database. If you only have one database, it should choose it by default so [...]

Read More

File Downloading in PHP

Posted on: Tuesday April 21, 2015

Download any File without read Exact file location. [crayon-6768865a25408970400506/]     Dynamic Download Files in PHP Index.php [crayon-6768865a2540b822296469/]   file.php [...]

Read More