Get characters after last / in url

Posted on: Tuesday April 19, 2016

Nearly every site that you visit nowadays has some sort of database storage in place, many sites opt to use MySQL databases when using PHP. However, many people haven’t yet taken the step to [...]

Read More

Pagination in PHP/Mysql with URL of every page.

Posted on: Friday April 15, 2016

  dbConfig.php  // Database connection [crayon-6852b530dd155705426080/]   function.php  // set Database table name here [crayon-6852b530dd159686794865/] 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