Google reCAPTCHA in php

Posted on: Monday May 23, 2016

  Protect your website from spam and abuse while letting real people pass through with ease. The new reCAPTCHA is here. A significant number of your users can now attest they are human without [...]

Read More

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