Using PDO instead of mysqli_?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Using PDO instead of mysqli_?

Post by kaisellgren »

Hi,

Do you think I should use PDO instead of mysqli_?
fairyprincess18
Forum Newbie
Posts: 21
Joined: Sun Dec 07, 2008 8:54 pm

Re: Using PDO instead of mysqli_?

Post by fairyprincess18 »

Here's a discussion on another forum regarding this topic:

http://www.sitepoint.com/forums/showthread.php?t=512273
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: Using PDO instead of mysqli_?

Post by kaisellgren »

fairyprincess18 wrote:Here's a discussion on another forum regarding this topic:

http://www.sitepoint.com/forums/showthread.php?t=512273
Thanks.
Post Reply