Re: [PHP] Multiple MySQL Tables --> HTML Tables

2001-08-27 Thread Andrey Hristov
Don't forget to mysql_free_result($res) after the "while", if you have other PHP statements before the end of the script. Andrey Hristov IcyGEN Corporation http://www.icygen.com 99% - Original Message - From: "Mouncef Belcaid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

Re: [PHP] Multiple MySQL Tables --> HTML Tables

2001-08-27 Thread Andrey Hristov
$v){ $str.=sprintf('|%20s',$v).; } echo $str."\n" } ?> Hope this make a little help. Andrey Hristov IcyGEN Corporation http://www.icygen.com 99% - Original Message - From: "Mouncef Belcaid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 7:08