[PHP-DB] Apache+PHP+MySQL installation at once - HOW?

2001-05-04 Thread Vojtech Dvorak
Hi, I want to install this great trio Apache+PHP+MySQL and don't want it install step by step, program by program. I remember, that I saw somewhere some prepared package for very fast and comfortable installation of these three at once. Don't you now where I can find it? Thanks Vojtech -- PHP

[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=path of iPlanet --enable-libgcc --with-mysql=/usr/local/mysql --enable-track-vars --enable-short-tags

Re: [PHP-DB] Apache+PHP+MySQL installation at once - HOW?

2001-05-04 Thread Russ Michell
I remember, that I saw somewhere some prepared package for very fast and comfortable installation of these three at once. Don't you now where I can find it? Thanks I think you wanna be going to: http://www.phpgeek.com/phptriad.php Good luck! Russ. On Fri, 4 May 2001 09:45:41 +0200 Vojtech

[PHP-DB] The Dreaded Oracle 8 TNS:ORA-12154 Connection Error

2001-05-04 Thread Paul
I am running PHP 4.0.4pl1 in CGI mode on Windows NT4 SP6, using Apache or IIS Web Server's. I am concentrating on Apache for this problem as it is identical irrespective of the Web Server. I'm using one of the simplest possible connection mechanisms ... if

Re: [PHP-DB] mp3 upload????

2001-05-04 Thread Jason Stechschulte
On Thu, May 03, 2001 at 06:44:38PM -0400, Kelvin wrote: Hi, I want to setup a upload program thats only allow MP3 file type. So, this is my coding under the file . if ($imgfile_type == audio/mp3) .. ... But when I upload my song, it said mp3 is not the

Re: [PHP-DB] Oracle 8i + PHP4: character set

2001-05-04 Thread Thies C. Arntzen
On Fri, May 04, 2001 at 03:50:34PM +0200, Stefan Fokuhl wrote: Hello, I do have a little tiny problem with the character set. If I try to insert a word containing an german umlaut by a php-script, Oracle strips the seventh bit. I.e. รค becomes a d. In PHP the SQL statement is written

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

2001-05-04 Thread Philippe Saladin
Hello, Newbie to PHP, I try to connect to an Oracle 7.3 database. Is there something special to do to use the oracle functions, as ora_logon?? I obtain a message fatal error : Call to undefined function: ora_logon() SqlNet Client is installed Best regards Philippe -- PHP Database Mailing

[PHP-DB] Migration from OmniHttpd to Apache+PHP HELP Urgent!?!?!?

2001-05-04 Thread Art
I have Win NT4.0/SP3 with OmniHttpd as my Web Server for S/W dev. project. It's about Web-Base MS Access Database with ODBC and it's run properly. Recently I decided to use Apache instead. So I remove Omni and install Apache, then PHP. After that I move my program to Apache folder and run. I

Re: [PHP-DB] Oracle 8i + PHP4: character set

2001-05-04 Thread Miguel
I've the same problem, however if I try to set NLS_LANG other than the default I receive a segmentation fault in the apache server (using Linux). Thies C. Arntzen [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Fri, May 04, 2001 at 03:50:34PM +0200, Stefan

Re: [PHP-DB] Apache+PHP+MySQL installation at once - HOW?

2001-05-04 Thread Roel Mulder
Another option is http://www.firepages.com.au/devindex.htm Look for phpdev3: Apache, PHP, MySQL and phpMyAdmin in one zip, for windows platforms. all yours, Roel Mulder At 10:31 04-05-2001 -0500, you wrote: At 9:45 AM +0200 5/4/01, Vojtech Dvorak wrote: Hi, I want to install this great trio