On 18-Jun-01 Sam Peascod wrote:
> I have a web page which is based on mysql databases using PHP coding, but
> the web page refuses to display correctly.  It always returns an error
> message:
> 
> Fatal error: Call to undefined function: mysql_select_db() in
> /usr/local/games/hlds_l/hlstats-1.01/hlstatsinc/db.inc on line 67
> 
> Is it something to do with my apache settings?  Else is it down to a mysql
> conf or package or even php?
> 
> Web Site address is http://210.10.124.14/hlstats.php

try:

<?php
  phpinfo();
?>

and check if mysql support in compiled into you PHP.

Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to