Tag Archives: Database

PHP – Understanding and Validating Integers

Nov 20, 2013

We have often issues with the validation of integers. As PHP has it’s own functions such as is_int() or is_integer() for validating integers,  but sometimes..

Read more

Basics of .htaccess

Nov 07, 2013

A .htaccess (hypertext access) file is a configuration file for use on web servers running the Apache Web Server.It is a directory-level configuration file,as the..

Read more

Useful PHP validation functions

Nov 04, 2013

Hi all hope you all are well today the topic we going to see in the post is some Useful PHP validation functions hope the..

Read more

Pagination with jQuery, MySQL and PHP.

Oct 25, 2013

This is a step by step tutorial to implement Pagination with jQuery, PHP and MySQL. The tutorial contains three PHP files and two js files..

Read more

Difference Between MySQL Table Type MyISAM and

Oct 22, 2013

Hi all hope you all are doing well today we are going to see the Difference Between MySQL Table Type MyISAM and InnoDB? hope you..

Read more

PHP – safe way to hash password

Oct 10, 2013

As we know that password hashing is one of the most basic security considerations that must be made when designing any application that accepts passwords..

Read more