Re: [PHP] Mdb conversion

2001-09-01 Thread Adi Wibowo
t access to mysql. Just go 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 matte

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 P

Re: [PHP] "show tables" in oracle 8-i

2001-04-13 Thread Adi Wibowo
On Thu, 12 Apr 2001, Dennis Gearon wrote: > I've been looking through the book, and so far, I can't find the command > for 'show tables' in Oracle 8i. Anyone know it? It should be > programmatically available, I would think, as an SQL command. s

[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
t. But it use KDE 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.sourceforg

Re: [PHP] php4 but dont work with php3

2001-03-24 Thread Adi Wibowo
; What I'm doing wrong? I suggest 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 -

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

2001-03-22 Thread Adi Wibowo
d I keep getting > > Cannot load /etc/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 st

Re: [PHP] Tables with scroll in HTML?

2001-03-18 Thread Adi Wibowo
ables to store 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

Re: [PHP] Oracle Web & Php

2001-02-14 Thread Adi Wibowo
s a CGI (without any kind 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 PROTEC