[PHP-DB] problem configuring PHP 4.3 to get sybase ct_connect to connect

2003-01-27 Thread Art Chevalier
Hello, I recently upgraded from PHP 4.2.3 to 4.3 and Apache 1.3 to 2.+. Previously I wasnt having a problem connecting to Sybase. After the upgrade I cant connect using the ct_connect library. My php.ini file hasnt changed. Any ideas? Here is my error: Warning: sybase_connect() [function.sybase-c

[PHP-DB] real time output

2002-12-17 Thread Art Chevalier
Hello, I want to start a native process and capture the output while it is being generated and display it to the screen. I dont want to output to be displayed on the screen all at once after the process completes. As the process returns output I would like it dynamically displayed to the screen.

Re: [PHP-DB] MySQL Array

2002-12-06 Thread Art Chevalier
creating the connection: > > > > $query = "select server_name from servers where midtier = > > '$server'"; > > $dbResult = mysql_query($query,$dblink); > > > > $c = 1; > > print(""); > > while($row = mysql_fetch_array($dbResult))

Re: [PHP-DB] MySQL Array

2002-12-05 Thread Art Chevalier
hile ($ar = mysql_fetch_array($rs)) echo "". $ar['field1']."".$ar['field2'].""; Make sense? -Original Message- From: Art Chevalier [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 12:44 PM To: [EMAIL PROTECTED] Subject: [P

[PHP-DB] MySQL Array

2002-12-05 Thread Art Chevalier
Hello, I am pulling one column out of a MySQL table in an array. I want to place each element into a HTML table 4 rows across. I am currently doing this with the mysql_fetch_array() function. How can I pull out 4 array elements in one pass through a while loop? Thanks Art Chevalier -- PHP

[PHP-DB] test

2002-12-05 Thread Art Chevalier
test -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php