[PHP] Newbie: Images refs not loading (Broken Icons) How to?

2001-02-12 Thread Malouin Design Graphique
Hi, Is there anything wrong with this code below? Any help or fix to this code would be very much appreciated. The file to get the data out (gif file): ?php /* data_out.php3 */ $db = mysql_connect("www.server.com", "root", "password");

Re: [PHP] Newbie: Images refs not loading (Broken Icons) How to?

2001-02-12 Thread Steve Werby
"Malouin Design Graphique" [EMAIL PROTECTED] wrote: Is there anything wrong with this code below? Any help or fix to this code would be very much appreciated. Let's take a look. $db = mysql_connect("www.server.com", "root", "password"); mysql_select_db("db_name", $db); $sql = "select *

Re: [PHP] Newbie: Images refs not loading (Broken Icons) How to?

2001-02-12 Thread David Robley
On Tue, 13 Feb 2001 13:55, Malouin Design Graphique wrote: Hi, Is there anything wrong with this code below? Any help or fix to this code would be very much appreciated. The file to get the data out (gif file): ?php /* data_out.php3 */ $db =

Re: [PHP] Newbie: Images refs not loading (Broken Icons) How to?

2001-02-12 Thread Malouin Design Graphique
Yes SIR! Steve! THIS IS WORKING NOW! MANY... MANY... MANY... THANKS FOR YOUR CODE! As a newbie... I have been working so hard on this one... You noticed that I have a lot of reading to do... Best regards, Merci encore, (Thanks again,) Yves At 22:41 -0500 12/02/2001, Steve Werby wrote:

Re: [PHP] Newbie: Images refs not loading (Broken Icons) How to?

2001-02-12 Thread Steve Werby
"Malouin Design Graphique" [EMAIL PROTECTED] wrote: THIS IS WORKING NOW! MANY... MANY... MANY... THANKS FOR YOUR CODE! Glad to help! As a newbie... I have been working so hard on this one... You noticed that I have a lot of reading to do... Everyone has to start somewhere. printf() isn't