Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
create
.
Show all posts
Showing posts with label
create
.
Show all posts
6 Jul 2014
Login validation using php and mysql
›
Everybody should see the login pages in most of websites. You should have doubt about this login form, how they valid...
58 comments:
6 Mar 2014
Create mysql table using php
›
You can create mysql table using php. The following mysql query is used to create mysql table. ...
21 Feb 2014
Create mysql database using php
›
All of you know, create mysql database in phpmyadmin. Now we are going to know how to create database using php. T...
12 Feb 2014
Primary key in mysql
›
The primary key in mysql is used to identify the unique values in table. It don't allow duplicate entries in ...
1 comment:
23 Jan 2014
Add primary key to existing column in mysql
›
Primary key is used to avoid duplicate entries in mysql table. A mysql table can have only one primary key. Creat...
1 comment:
›
Home
View web version