Re: [PHP-DB] Connectivity to AS/400

2001-02-04 Thread Marios Moutzouris
connected built a front end application to a AS/400 using the 3rd option. So can help there. marios moutzouris -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail

Re: [PHP-DB] db2

2001-02-12 Thread Marios Moutzouris
Will my db2 connection (using odbc_connect and the CLI driver) close when the script ends, or should I always call odbc_close? It should. otherwise if something goes wrong in the script, then connection still open. One of the disadvantages of pconnect. Ended up DOS'ing the AS400 ;-) marios

[PHP-DB] informix client sdk for linux

2001-03-14 Thread Marios Moutzouris
Hello Anybody know where i can get hold of this. Informix site at www.informix.com/evaluate..has for every OS other than Linux Thanks Marios -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP-DB] Please help!

2001-08-22 Thread Marios Moutzouris
use that counter variable. check if its equal to 2 before incrementing, if it is then BR and reset to zero, otherwise just increment. if ($counter==2) { echo BR; $counter=0; } else { $counter++; } marios - Original Message - Original Message - From: Matt C [EMAIL

[PHP-DB] Please help!

2001-08-22 Thread Marios Moutzouris
try this :-) echo TABLE border=1 WIDTH=\80%\ ALIGN=CENTER; echo TR; $row= mysql_fetch_array($result); $count = 0; do echo TD ALIGN=CENTERa href=\http://www.charmed-guide.com/pictures/ . $row[pic] .jpg\ target=_blank\n; echo img src=\http://www.charmed-guide.com/pictures/; .