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

2001-02-04 Thread Marios Moutzouris
have successfully 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

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 c

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 "" and reset to zero, otherwise just increment. if ($counter==2) { echo ""; $counter=0; } else { $counter++; } marios - Original Message - Original Message - From: "Matt C" <[EMAIL PROT

[PHP-DB] Please help!

2001-08-22 Thread Marios Moutzouris
try this :-) echo ""; echo ""; $row= mysql_fetch_array($result); $count = 0; do echo "http://www.charmed-guide.com/pictures/ " . $row["pic"] ".jpg\" target=_blank>\n"; echo "http://www.charmed-guide.com/pictures/"; . $row["thumbnail"] . "_th.jpg\"border=0>\n"; echo ""; $coun