Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
undefined offset
.
Show all posts
Showing posts with label
undefined offset
.
Show all posts
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...
24 Mar 2014
mysql_fetch_assoc in php and mysql
›
Mysql_fetch_assoc() return row as an associative array. Here, we can use numeric indices to get values from mysql da...
›
Home
View web version