Fatal ERROR

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
radium35
Forum Commoner
Posts: 50
Joined: Mon Nov 10, 2008 5:05 pm
Location: USA
Contact:

Fatal ERROR

Post by radium35 »

Fatal error: Call to undefined function: mysqli_connect() in /homepages/21/d215594332/htdocs/sem_summary.php on line 16
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: Fatal ERROR

Post by aceconcepts »

What PHP version are you using?

mysqli_connect() is version 5 only.
Post Reply