Weedpacket wrote:Just started wondering: how old are we talking here? Did PHP/FI have this function?
Not sure, but I'm running PHP 4.4.2 on Windows, and this mysql() function is built-in.
If I do this:
<?PHP
mysql('hi', 'hi', 'hi');
?>
I see this:
Notice: mysql(): This function is deprecated; use mysql_query() instead. in c:\program files\apache group\apache\htdocs\mytest.php on line 2
Warning: mysql(): supplied argument is not a valid MySQL-Link resource in c:\program files\apache group\apache\htdocs\mytest.php on line 2