How many ways to retrieve data in the result set of MYSQL using PHP?

lindanancy

New member
Joined
Jan 22, 2013
Messages
3
Points
0
how many ways we can retrieve data in the result set of MYSQL using PHP?
 

hoangvu

New member
Joined
Jun 6, 2012
Messages
1,833
Points
0
how many ways we can retrieve data in the result set of MYSQL using PHP?
Hi,

I think that we have more than 2 ways to retieve data using PHP
using mysql_fetch_array or mysql_fetch_assoc.
using Php array to fetch database from mysql.
can you give some good ideas than me :D
 

Inquestor

Well-known member
Joined
Feb 1, 2013
Messages
495
Points
63
Hey,

The mysql_... extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQL extension should be used.

You should use prepared statements to avoid SQL Injections. See php.net mysqli for more information
 
Newer threads
Replies
2
Views
4,023
Replies
2
Views
7,371
Replies
2
Views
4,015
Replies
5
Views
5,112
Latest threads
Replies
1
Views
33
Replies
0
Views
86
Replies
2
Views
188
Recommended threads
Replies
9
Views
3,419
Replies
92
Views
27,969
Replies
2
Views
3,801
Replies
9
Views
7,717
Replies
6
Views
13,034

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top