[PHP-DB] Re:[PHP-DB] Connection error

2002-04-19 Thread adi
Ciprian Trofin [EMAIL PROTECTED] wrote on 4/19/2002 5:29:00 PM: Bisexuality doubles the chance of getting a date. Hi All! In order to make my job easy, a choose the following approach: settings.php ? $dbserver = 'server'; $dbname = 'name'; $dbpass = 'password'; ?

[PHP-DB] Re:[PHP-DB] multiple inserts

2002-04-20 Thread adi
Barry Rumsey [EMAIL PROTECTED] wrote on 4/21/2002 4:58:21 AM: I have the following insert : mysql_connect( localhost, , ); mysql_select_db( ); mysql_query(INSERT INTO music_album VALUES (NULL, '$artist_id' ,'$album' ,NULL ,NULL)); mysql_query(INSERT INTO

[PHP-DB] database absraction layer

2002-05-06 Thread adi
dear all, I'm writing database abstraction layer class (like adoDB but much simpler). What I want to do that it will provide single access function for different type of database. Currently, it will only support mySQL and PostgreSQL.. but I just don't know how to do this with better

[PHP-DB] Re:[PHP-DB] Array_rand issue...

2002-05-31 Thread adi
Dave Carrera [EMAIL PROTECTED] menulis tgl 5/31/02 2:39:45 PM: Hi All I have a fuctioning array of about 20 items. What i would like to do is display 3 items from the array randomly and be able to place the output anywhere on the screen. I have looked at array rand and associated functions at

Re: [PHP-DB] How to migrate Oracle 4.01 database?

2001-03-09 Thread Adi Wibowo
with exact scheme, and retrieve every row of data from an old database and save it (insert) into a new database. It work for us now. And we glad seeing the result is so good. Adi Wibowo --- * Work matter: [EMAIL PROTECTED] * Private matter : [EMAIL PROTECTED

Re: Fwd: Re: [PHP-DB] OCIFetch performance problem with more rows

2001-05-23 Thread Adi Wibowo
. Adi Wibowo --- * Work matter: [EMAIL PROTECTED] * Private matter : [EMAIL PROTECTED] -- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP-DB] PHP vs. 2 database softwares

2001-10-01 Thread Adi Wibowo
./configure in order to access Oracle and MySQL and it worked. Adi Wibowo -- http://dewey.petra.ac.id * Work matter: [EMAIL PROTECTED] * Private matter : [EMAIL PROTECTED] -- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-DB] Magic quotes sybase

2002-02-10 Thread Adi Wibowo
Hi, can I enabled or disabled magic_quotes_sybase at runtime? Or is there any workaround so character (') doesn't treated as (''), because of magic_quotes_sybase ? Thanks, -- Adi Wibowo -- http://dewey.petra.ac.id * Work matter: [EMAIL PROTECTED] * Private matter : [EMAIL PROTECTED

[PHP-DB] Help : search for a word and its number

2002-04-30 Thread Adi Wibowo
) for a word book and also number of book occurences at every record? From table above, the result would be ID Number 13 21 I use Oracle 8.1.7. Thanks, Adi -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Fwd: [PHP-DB] Set Logout Time for No Activity

2002-12-22 Thread adi setiawan
sesssion variable to detect user activity based on user act salam, adi s. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Help Needed

2002-12-26 Thread adi setiawan
' code. When I view the source by right-clicking.. it shows the php code.. but why it didn't show anything in the browser ??? I've done all the procedures according to manual. but not working at all. check httpd.conf or something similar make sure correct .php parsing salam, adi s. -- PHP