Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Monday, 10 November 2014

Basic PDO function in php

Mysql deprecated after every one use mysqli but its fully oops based concept so beginners something they feel difficult to understand the basic query in mysqli i strongly suggested to this post that kind of persons. here we already created some PDO functions for more flexible purpose. follow below code you should learn PDO basic function.

php data object

Tuesday, 16 September 2014

Username availability checking in database using Ajax and mysql

Now a days everyone expecting unique username to avoid the username collaboration, for that we have solution, most of site are produce the unique username after we submit the all details, for that we have alternate solution by using AJAX ad PHP, let's see the detailed coding of it. 

username live availability

Sunday, 7 September 2014

phpmyadmin sql query builder

In order to access the data from a database at the front end, programmers are querying using SQL. Most of the programmers are following their own style of coding. There is a better way of doing it using phpmyadmin sql builder. They can use the inbuilt sql builder in phpMyadmin which can fetch the data from you localhost server.

php myadmin query builder

© All rights reserved @ 1next2.com