Re: [PHP-DB] can connect but error in retrieving data from mysqldatabase

2001-01-24 Thread Wayne Bastow
Scott, You probably need to add something like: while ($row = mysql_fetch_row($result)) { print ("$row[0], $row[1]br\n"); } which will print out the first two columns from the query. Wayne On Thu, 25 Jan 2001 14:02, Scott wrote: Hi, I have mysql, apache and php on my redhat 7 box and

Re: [PHP-DB] broken after upgrade. Help!

2001-01-31 Thread Wayne Bastow
Kirk, When you upgraded the distribution did it also upgrade PHP? If so, the PHP upgrade may not have been built with postgres support. You may have to rebuild PHP from source letting configure know where postgres is. Wayne On Wed, 31 Jan 2001 23:48, Kirk Reiser wrote: Hi Folks: I use php3

Re: [PHP-DB] Link list

2001-02-13 Thread Wayne Bastow
they are clicked. This would be a combo of PHP and MySQL. Can someone please point me in the right direction? Sorry for the basic question. Thanks, John Halladay -- Wayne Bastow - DBA - Central Coast Health Phone: 61 2 43203231 Email: wbastowATccahsDOThealthDOTnswDOTgovDOTau Linux, the choice of a GNU

Re: [PHP-DB] Excel to Mysql

2001-02-15 Thread Wayne Bastow
inteligente ? Desengaate jugando ... http://www.atrivia.com __ -- Wayne Bastow - DBA - Central Coast Health Phone: 61 2 43203231 Email: wbastowATccahsDOThealthDOTnswDOTgovDOTau Linux, the choice of a GNU generation Kernel 2.2.16

Re: [PHP-DB] connection to Oracle 7.3 with ora_logon()

2001-05-07 Thread Wayne Bastow
is installed Best regards Philippe Did you compile oracle support into PHP? Wayne -- Wayne Bastow - DBA - Central Coast Health Phone: 61 2 43203231 Email: wbastowATccahsDOThealthDOTnswDOTgovDOTau Linux, the choice of a GNU generation Kernel 2.2.16-22 on a i686 Running Windows on a Pentium is like

Re: [PHP-DB] HELP Using PHP with Apache (IAS Oracle)

2002-03-05 Thread Wayne Bastow
Berli, Oracle's Apache is compiled with Oracle's libraries The php modules you have are probably not compiled with the same libraries On Linux (in the documentation) there is a procedure to compile Oracle's version of Apache to include other modules The other option you have is to run a

Re: [PHP-DB] Databse Access Problem...

2002-04-04 Thread Wayne Bastow
Pusta, Sounds like Oracle support hasn't been compiled into PHP. Wayne Pusta wrote: A little background information: Running PHP on Apache server bundled with Oracle Portal on Redhat Linux 7.1. Trying to access the Oracle database from the web using PHP and when I write the connect