[PHP-DB] newbie: Trying to select a database in php

2001-06-20 Thread Paul Lockyer
Im using win2k and php to retrieve and dipslay database records, however whenever the page is loaded in a browser I get the following error (the line in question is in bold) Fatal error: Call to undefined function: msql_select_db() in D:\ASP\test\php\default.php on line 18 The code I am using

RE: [PHP-DB] newbie: Trying to select a database in php

2001-06-20 Thread Mats Remman
Should be obvious here that you have a typo :) replace msql_select_db() with mysql_select_db() ;Mats Remman > -Original Message- > From: Paul Lockyer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 10:07 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] ne

AW: [PHP-DB] newbie: Trying to select a database in php

2001-06-20 Thread Stefan Siefert
. Juni 2001 10:07 An: [EMAIL PROTECTED] Betreff: [PHP-DB] newbie: Trying to select a database in php Im using win2k and php to retrieve and dipslay database records, however whenever the page is loaded in a browser I get the following error (the line in question is in bold) Fatal error: Call to

Re: [PHP-DB] newbie: Trying to select a database in php

2001-06-20 Thread Andreas D. Landmark
At 20.06.2001 09:06, you wrote: >Im using win2k and php to retrieve and dipslay database records, however >whenever the page is loaded in a browser I get the following error (the >line in question is in bold) > >Fatal error: Call to undefined function: msql_select_db() in >D:\ASP\test\php\defau

Re: [PHP-DB] newbie: Trying to select a database in php

2001-06-20 Thread Dino Krstulovic
At 09:06 20. 06. 01 +0100, you wrote: >Im using win2k and php to retrieve and dipslay database records, however >whenever the page is loaded in a browser I get the following error (the >line in question is in bold) > >Fatal error: Call to undefined function: msql_select_db() in >D:\ASP\test\php