Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
mysql_fetch_row
.
Show all posts
Showing posts with label
mysql_fetch_row
.
Show all posts
22 Jul 2014
Create Registration / Sign up form using PHP and Mysql
›
If you want to add login form to your websites, then you need to add sign up or registration form in order...
8 comments:
13 Jul 2014
Send forgotten password to mail in login form using php and mysql
›
Already you know about validate login form with remember me and signout concepts using php. You want to know Login ...
57 comments:
7 Jul 2014
Validate login form with remember me using php and mysql
›
All of you know the simple login validation concepts in php. Otherwise visit login validation using php . Now see abo...
6 comments:
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:
7 Apr 2014
Display tables list in mysql database using php
›
You can display the tables in a mysql database two ways using mysql query. 1. First you select your mysql datab...
2 Apr 2014
Retrieve data from mysql table using php
›
We are going to see how can fetch the result from mysql table using php. 1. First you need to connect ...
5 comments:
26 Mar 2014
mysql_fetch_row in php and mysql
›
Mysql_fetch_row() return row as numeric array. We can't use associative indices to retrieve data from mysql tabl...
19 Mar 2014
Avoid duplicate values storing in table using php and mysql
›
We can avoid duplicate values storing in table when we insert data to table. Because the duplicate entry is one of t...
10 comments:
›
Home
View web version