On Thursday 23 May 2002 00:12, Dtsig wrote: > 1JWH> It's just a warning, not an error. It's probably always been there, > but your 1JWH> error reporting was set to a level that didn't display it. > Turn your error 1JWH> reporting level up in php.ini. it's set lower in PHP > 4.1+ than it has been 1JWH> in the past. > > I probably didn't make myself clear .. once installed (in case of any > registry settings .. I HATE windows registry) I copied the old > directories (php, mysql and apache) back over the top of the new > directories. I also copied mysql.ini and php.ini from the old windows > directory to the new windows directory. > > This was all done in hopes that I would then have the exact same setup > as before ...
What version of php was you using before? > So why would I be getting this message now? The obvious explanation is that if you had been using an old version of php (pre 4.0.6) then ... > >> Warning: mysql_db_query is deprecated; use mysql_select_db() and > >> mysql_query() instead in c:\program files\apache > >> group\apache\htdocs\phpmyadmin\lib.inc.php on line 506 ... mysql_db_query() had not yet been deprecated thus you would not have seen such an error message. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* Can you MAIL a BEAN CAKE? */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php