Re: a little help for a beginner

2002-04-10 Thread Richard
> where can I find a simple php to generate a default html table > from a MySql table ? Try this (but specify your own username, password, database name, and query string in the first three lines): "); $numcols = mysql_num_fields($res); // output field names for column headings: for ($i=0;

Re: a little help for a beginner

2002-04-10 Thread Mike
http://www.php.net/links.php Mike - Original Message - From: "Luigi Stefano Sona" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 12:12 PM Subject: a little help for a beginner > Hello, > where can I find a simple php to generate

a little help for a beginner

2002-04-10 Thread Luigi Stefano Sona
Hello, where can I find a simple php to generate a default html table from a MySql table ? thanks Luigi - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the