RE: [PHP-DB] DB CODEING HELP!!!!!

2003-03-23 Thread Peter Lovatt
'.$row["Column_name4"].'          '; }// end while $retval.=''; //output results print $retval ; //close mysql link mysql_close($link); ?> -Original Message- From: Mike Delorme [mailto:[EMAIL PROTECTED] Sent: 23 March 2003

RE: [PHP-DB] DB CODEING HELP!!!!!

2003-03-23 Thread Daevid Vincent
ray($result,MYSQL_ASSOC) ) { echo "\t".$row['company_name']."\n"; } echo ""; } else echo "No Companies Defined\n"; > -Original Message- > From: Mike Delorme [mailto:[EMAIL PROTECTED] > Sent: Sunday, March

RE: [PHP-DB] DB CODEING HELP!!!!!

2003-03-23 Thread Rich Gray
> this is bugging me. I have tried everything and I cant develop > the code without an error. Can someone plese write me simple code > that will go through a table and print 3 collums of that table? I > cant figure it out I don't know which database you're using but say for example it was MySQL he

[PHP-DB] DB CODEING HELP!!!!!

2003-03-23 Thread Mike Delorme
this is bugging me. I have tried everything and I cant develop the code without an error. Can someone plese write me simple code that will go through a table and print 3 collums of that table? I cant figure it out