Alternate to MySQL_connect()

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
rileychilds
Forum Newbie
Posts: 14
Joined: Mon Feb 06, 2012 5:43 pm

Alternate to MySQL_connect()

Post by rileychilds »

What else should I be using besides MySQL_connect()?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Alternate to MySQL_connect()

Post by Celauran »

rileychilds
Forum Newbie
Posts: 14
Joined: Mon Feb 06, 2012 5:43 pm

Re: Alternate to MySQL_connect()

Post by rileychilds »

Example?
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Alternate to MySQL_connect()

Post by social_experiment »

The links supplied by Celauran contain examples on the use of both mySQLi and PDO
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply