The Code You Will Love
Bootstrap toggle menu screen overlay
Posted on: Monday April 25, 2016
Bootstrap toggle menu screen overlay. 1. Load the jQuery MenuPuncher plugin’s JS and CSS in the project. 2. Create a list of links for the navigation menu. 3. Create a link to toggle the [...]
Read MoreDelete 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 MoreUpdate 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 MoreInsert 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 MoreSelect 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 MoreDatabase 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 MoreLeverage 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 MoreGet 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 MoreBootstrap Mega menu with tabs navigation
Posted on: Sunday April 17, 2016
Bootstrap 3.2 Mega menu with tabs navigation HTML: [crayon-673f092fda7c6284321637/] CSS: [crayon-673f092fda7d0031205881/] JS: [crayon-673f092fda7d6216428323/] Source: [...]
Read MorePagination in PHP/Mysql with URL of every page.
Posted on: Friday April 15, 2016
dbConfig.php // Database connection [crayon-673f092fdb022930344467/] function.php // set Database table name here [crayon-673f092fdb02a225087634/] index.php // View pagination with [...]
Read More