Delete query in Mysqli

Posted on: Saturday April 23, 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

Update query in Mysqli

Posted on: Saturday April 23, 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

Insert query in Mysqli

Posted on: Saturday April 23, 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

Select query in Mysqli

Posted on: Saturday April 23, 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

Database connection in Mysqli

Posted on: Saturday April 23, 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

Leverage browser caching

Posted on: Friday April 22, 2016

The browser cache is a temporary storage location on your computer for files downloaded by your browser to display websites. Files that arecached locally include any documents that make up a website, [...]

Read More

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-671f99c0c01be945489707/]   function.php  // set Database table name here [crayon-671f99c0c01c5538198789/] 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