Re: [PHP] Mdb conversion

2001-09-01 Thread Adi Wibowo
to mysql.com and search for convertion script (vb) to be included into mdb and run it. You will get two text files (consist of SQL scripts that create tables and insert data). Use those files as scripts for mysql. Adi Wibowo -- http://dewey.petra.ac.id * Work matter: [EMAIL PROTECTED

Re: [PHP] What does PHP stand for?

2001-08-28 Thread Adi Wibowo
On Tue, 28 Aug 2001, [iso-8859-1] Niklas Lampén wrote: It just crossed my mind: I don't know what PHP stands for...so anyone? :) PHP stands for ... PHP. Adi Wibowo -- http://dewey.petra.ac.id * Work matter: [EMAIL PROTECTED] * Private matter : [EMAIL PROTECTED

[PHP] Saving file

2001-03-31 Thread Adi Wibowo
o download it, but still doesn't work. Do you have any suggestion to push browser to always download the file? Thank you so much. Adi Wibowo --- * Work matter: [EMAIL PROTECTED] * Private matter : [EMAIL PROTECTED] --

Re: [PHP] PHP Editor for Linux

2001-03-30 Thread Adi Wibowo
libraries. So kdelibs and kdebase should be installed before you can use it. It provide many highlight mode, html preview, very stable. Plus if you use XFree-4.0.3 and KDE-2.1., true type font will make programming a nicer moment. =) http://quanta.sourceforge.net Adi Wibowo

Re: [PHP] php4 but dont work with php3

2001-03-24 Thread Adi Wibowo
this : AddType application/x-httpd-php3 .php3 -- deleted/commented AddType application/x-httpd-php3-source .phps -- deleted/commented AddType application/x-httpd-php .php -- add .php3 Hope it help. Adi Wibowo --- * Work matter: [EMAIL PROTECTED

Re: [PHP] libclntsh.so.8.0 : oracle+php under linux rh 6.2

2001-03-22 Thread Adi Wibowo
/httpd/modules/libphp4.so into server: libclntsh.so.8.0: cannot open shared object file: No such file or directory Try include your ORACLE_HOME or ORACLE_HOME/lib to ld.so.conf and run ldconfig. Try start apache again. Good luck. Adi Wibowo

Re: [PHP] Tables with scroll in HTML?

2001-03-18 Thread Adi Wibowo
variables between frames. Of course, table's frame must have some routine to store/update session variable when it clicked or changed. Adi Wibowo --- * Work matter: [EMAIL PROTECTED] * Private matter : [EMAIL PROTECTED] -- -- PHP

Re: [PHP] Oracle Web Php

2001-02-14 Thread Adi Wibowo
of web server flag). But it still has the same instruction manual. Try looking at "Oracle Functions" or "Oracle 8 Functions" at PHP manual. Hope it help. Adi Wibowo --- * Work matter: [EMAIL PROTECTED] * Private matte