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

Bootstrap Mega menu with tabs navigation

Posted on: Sunday April 17, 2016

  Bootstrap 3.2 Mega menu with tabs navigation   HTML: [crayon-673900d5f0d00298536797/] CSS: [crayon-673900d5f0d06472752994/] JS: [crayon-673900d5f0d08261159402/] Source: [...]

Read More

Pagination in PHP/Mysql with URL of every page.

Posted on: Friday April 15, 2016

  dbConfig.php  // Database connection [crayon-673900d5f0e2e678779682/]   function.php  // set Database table name here [crayon-673900d5f0e33657589826/] index.php // View pagination with [...]

Read More

Back to top link in HTML

Posted on: Sunday April 10, 2016

  If you want a link in HTML page for going to top, and appear after scroll. CSS: [crayon-673900d5f0f25113573609/]   HTML/Javascript: [crayon-673900d5f0f29951587103/] [...]

Read More

Images or Images and Text in Tooltips

Posted on: Friday April 8, 2016

    The JavaScript Tooltip is well-suited for display of images or images with text.  JavaScript ( on top ): [crayon-673900d5f0fb9065661700/]   HTML: [crayon-673900d5f0fbd158458624/] [...]

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

Confirm before a form submit or link

Posted on: Wednesday April 6, 2016

  Ask before process, confirm before process, popup before process in php. ask before delete.   you can always use inline JS code like this: [crayon-673900d5f1049874853071/] and [...]

Read More