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.
mysql_connect() vs. mysqli_connect()
Moderator: General Moderators
You haven't configured support for the mysql extension and library. It was configured by default in php4, but in php5 you have to specifically enable the extension if you want to use it.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.