mysql_connect() vs. mysqli_connect()
Posted: Mon Oct 22, 2007 10:59 am
Hi, I am using PHP 5.2.4 and MySql Server 5.0. The problem is that whenever I use PHP functions like mysql_connect() or mysql_result() I got error like "Undefined function mysql_connect()" but when I use mysqli_connect() it works fine. What is the reason?
Thank you.
Thank you.