Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
Undefined index
.
Show all posts
Showing posts with label
Undefined index
.
Show all posts
2 Jun 2014
PHP - Cookies
›
Cookie is a file. It is used to identify the user. All of you see the login form with remember me check box. When yo...
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:
31 Mar 2014
mysql_fetch_array in php and mysql
›
Mysql_fetch_array() returns row as an associative, numeric array or both based on parameters passed in it. Three ty...
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...
›
Home
View web version