On Sunday 08 December 2002 20:42, John Taylor-Johnston wrote:
> Hi,
> Can I check mysql version so if version >= 4 $sql = 'version 4 stuff' else
> $sql ="version 3 stuff";

Try this SQL-Statement:

SEELCT VERSION();

MySQL-Manual: http://www.mysql.com/doc/en/Miscellaneous_functions.html

johannes


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to