Re: [PHP] Re: Sorry forgot to include the code for my last message - Mike Francis

2004-12-12 Thread Jason Wong
On Sunday 12 December 2004 21:40, Mike Francis wrote: Please do not top post. > Hi David, > Thanks for your help. I've taken out the @ character, and added the > error-trapping code to my file. > > The results: > When I run the file, nothing untoward is reported, and I end up with a > blank scree

Re: [PHP] Re: Sorry forgot to include the code for my last message - Mike Francis

2004-12-12 Thread Mike Francis
7;'); } // Display the text of each joke in a paragraph while ($row = mysql_fetch_array($result)) { echo '' . $row['joketext'] . ''; } ?> - Original Message ----- From: "David Robley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

[PHP] Re: Sorry forgot to include the code for my last message - Mike Francis

2004-12-11 Thread David Robley
On Sun, 12 Dec 2004 07:03, Mike Francis wrote: > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> > http://www.w3.org/1999/xhtml";> > > Our List of Jokes > content="text/html; charset=iso-8859-1" /> > > > // Connect to the database server > $dbcnx = @mysql_connect('localhost', 'root', '