FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » Correct Mysql version???
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Correct Mysql version??? [message #17421] Mon, 29 March 2004 21:20 Go to previous message
HEeditor is currently offline  HEeditor   United States
Messages: 1
Registered: March 2004
Karma:
Junior Member
Prior to install I ran your version checks:

Example 3.2. Finding out MySQL version

<?php
mysql_connect("127.0.0.1", "USER_NAME", "PASSWORD");
$result = mysql_query("SELECT VERSION()");
list($mysql_version) = mysql_row_arr($result);
echo "MySQL Version: ".$mysql_version."<br>\n";
mysql_free_result($result);
?>

My version is 3.23.54 but the above code bombs because
"mysql_row_arr" is not recognized. What is the latest
required mysql version?

THX

Output below:
--------------------------------------------------------------------------- -
PHP Version: 4.2.2

Fatal error: Call to undefined function: mysql_row_arr() in /var/www/html/he/vtest.php on line 6
--------------------------------------------------------------------------- ----
[Message index]
 
Read Message
Read Message
Previous Topic: Mass Mail template.
Next Topic: Threaded or unthreaded.
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 22 07:08:09 GMT 2024

Total time taken to generate the page: 0.05047 seconds