[PHP-DB] PHP and Oracle

2001-04-18 Thread Lester June Cabrera
Hi, How would I install PHP with Oracle support if Oracle is on another machine, not in the web server machine? Thanks, Lester - Lester June Cabrera Chief Web Programmer I-Quest Corporation Tel: (632) 867 8460 local 32 Fax: (63 2) 867 8077 E

Re: [PHP-DB] Updating multiple forms

2001-04-18 Thread Lester June Cabrera
Hi, What do you mean by updating data into multiple forms? Do you mean displaying data in multiple HTML forms? Lester At 04:53 PM 4/18/01 +0800, Shahmat Dahlan wrote: >How do I update data into multiple forms? > >Thanks in advance.. >Shahmat -- PHP Database Mailing List (http://www.php.net

Re: [PHP-DB] Updating multiple forms

2001-04-18 Thread Lester June Cabrera
Multiple tables with different fields? Hmm... I don't know of any shortcut in doing it. At 05:27 PM 4/18/01 +0800, Shahmat Dahlan wrote: >Yes, this is only applicable if I only have one table. What if I need to >update multiple tables? > > >Lester June Cabrera wrote: >

[PHP-DB] configure with sybase-ct option

2001-04-27 Thread Lester June Cabrera
e-asp-tags --with-sybase-ct make make install Did I miss anything? Or should I download the latest version and install it? Thanks, Lester ----- Lester June Cabrera Chief Web Programmer I-Quest Corporation Tel: (632) 867 8150 local 301

Re: AW: [PHP-DB] configure with sybase-ct option

2001-04-27 Thread Lester June Cabrera
;Also, if you have sybase-ct installed, specify the path >with: --with-sybase-ct=/path/to/sybasectlibs > >Hope this helps, > >Stefan Siefert > >-Ursprungliche Nachricht- >Von: Lester June Cabrera [mailto:[EMAIL PROTECTED]] >Gesendet: Freitag, 27. April 2001 10:38 &

Re: AW: AW: [PHP-DB] configure with sybase-ct option

2001-04-27 Thread Lester June Cabrera
ert > >-Ursprungliche Nachricht- >Von: Lester June Cabrera [mailto:[EMAIL PROTECTED]] >Gesendet: Freitag, 27. April 2001 10:58 >An: Stefan Siefert; [EMAIL PROTECTED] >Betreff: Re: AW: [PHP-DB] configure with sybase-ct option > > > >You mean I need to install the sybas

[PHP-DB] installation of ct lib from freetds

2001-04-29 Thread Lester June Cabrera
ue of $SYBASE variable? Thanks, Lester - Lester June Cabrera Chief Web Programmer I-Quest Corporation Tel: (632) 867 8150 local 301 or 302 Fax: (63 2) 867 8077 E-mail: [EMAIL PROTECTED] Visit the most comprehensive on-line business travel resour

RE: [PHP-DB] Fatal error: undefined function mysql_connect()

2001-04-30 Thread Lester June Cabrera
.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] - Lester June Cabrera Chief Web Programmer I-Quest Corporatio

Re: [PHP-DB] nobody header

2001-04-30 Thread Lester June Cabrera
t; $message = $message."Name/s and Birthday/s of children born > within the last 6 months\n"; > $message = $message."Name: $name1 $name2 $name3\n"; > $message = $message."Birthday: $bday1 $bday2 $bday3\n"; > mail("[

[PHP-DB] configure PHP4 with sybase-ct

2001-05-01 Thread Lester June Cabrera
/local/freetds/lib) works... no configure: error: installation or configuration problem: C++ compiler cannot create executables. We have here GNUgcc 2.8.1 installed. Should I install other compiler? Thanks, Lester - Lester June Cabrera Chief Web

Re: [PHP-DB] database synchronizing

2001-05-01 Thread Lester June Cabrera
ROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] ----- Lester June Cabrera Chief Web Programmer I-Quest Corporation Tel: (632) 867 8150 local 301 or 302 Fax: (63 2) 867 8077 E-mail: [EMAIL PROTECTED] Visit the most

Re: [PHP-DB] IMPORT DATA

2001-05-02 Thread Lester June Cabrera
Hi Jennifer, Please clarify. What exactly do you want to do? MySQL has other utilities like mysqldump (to dump a db to a dbfile) and mysql (to restore a dbfile into a database). Lester At 03:13 PM 5/2/01 +0800, Jennifer Arcino Demeterio wrote: >hello all, > >did anyone know on how to impo

[PHP-DB] installing PHP4 with sybase-ct

2001-05-04 Thread Lester June Cabrera
Hi, I tried to install PHP4 on our Solaris box. ./configure --with-nsapi= --enable-libgcc --with-mysql=/usr/local/mysql --enable-track-vars --enable-short-tags --enable-asp-tags

[PHP-DB] [PHP-DB]: Error Configuring PHP w/ FreeTDS

2001-05-21 Thread Lester June Cabrera
Hi, I wanted to configure PHP w/ Sybase support in our Solaris box. So, I have installed FreeTDS. When I ran the "configure" command in PHP, I got the following error messages: checking whether the C++ compiler (c++ -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2

Re: [PHP-DB] how to "email article to a friend"

2001-06-20 Thread Lester June Cabrera
>-- >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: [EMAIL PROTECTED] - Lester June Cabr

[PHP-DB] Connecting to MySQL

2001-06-22 Thread Lester June Cabrera
How can I connect to our MySQL server remotely. Ordinarily, we upload the same PHP application the same machine that runs MySQL too. So, I just access it using "localhost" in the mysql_connect( ) function, like: mysql_connect($servername,$dbusername,$dbpassword); where $server

[PHP-DB] PHP development with PostgreSQL

2001-08-24 Thread Lester June Cabrera
Hi, We've been using MySQL for 2 years now in all the PHP systems we have developed for our clients. We're thinking of using PostgreSQL now. What is your experience with PostgreSQL? Any comments? The reason why we want to shift is because we have encountered some problems with one of our data