Re: [PHP-DB] PHP Error or installation problem?

2003-12-26 Thread Muhammed Mamedov
CTED]> Sent: Friday, December 26, 2003 8:16 AM Subject: [PHP-DB] PHP Error or installation problem? Hi there everyone, I just upgraded my Linux installation of MySQL from 3.23 to 4.0 (Well, the latest production build). In Webmin everything is fine, I can login etc . BUT with PHP 4, the v

[PHP-DB] PHP Error or installation problem?

2003-12-25 Thread Chris Payne
Hi there everyone, I just upgraded my Linux installation of MySQL from 3.23 to 4.0 (Well, the latest production build). In Webmin everything is fine, I can login etc . BUT with PHP 4, the version I used for 3.23 with no modifications (Which may be the problem?) I am having problems connect

[PHP-DB] PHP Error

2001-08-20 Thread Jose L. Benito
I'm using this script for connect to a mysql database but it only works in php3 not in php4, any ideas? $servidor = "localhost"; $usuario = "user"; $clave= "pass"; $base = "database"; $id = mysql_connect($servidor,$usuario,$clave); $conexion = mysql_select_db($base, $id); $consulta