[PHP-INST] RetHat8 and Postgres 7.3

2003-01-09 Thread Mitch Pirtle
Ok, sending from the home machine this time. The problem: Installed RedHat8 with stock RPMs, and everything was fine. Then I decided to upgrade Postgres to 7.3 (some things that I just couldn't wait for). Then decided to upgrade to php 4.3.0. Bt! Wrong answer! So, the existing, previousl

[PHP-INST] Re: New phpMyadmin

2003-01-09 Thread Stephan Sachse
Marcus wrote: Hi there I just Downloaded the new phpMyAdmin .zip< /FONT> Unpacked and installed it on 2 differentP C * Mandrake 8 and it works like a Dream with no problem. * RedHat 8 and every time I want to create a new table it Duplicates is this a proplem with phpMyAdmin or RedHat? ) ht

php-install Digest 9 Jan 2003 11:03:32 -0000 Issue 1193

2003-01-09 Thread php-install-digest-help
php-install Digest 9 Jan 2003 11:03:32 - Issue 1193 Topics (messages 9631 through 9639): PHP as a CGI with RH8 9631 by: Martin Re: Need help putting a small pice of code on an html page 9632 by: Joerg Aldinger file.php?variable=value 9633 by: Brian Ross 9634

[PHP-INST] Compile Error 4.3.0 on RedHat Linux 7.2

2003-01-09 Thread zzori
Hi~ php install error... this machine Red Hat Linux release 7.2 (Enigma) gcc version 2.96 2731 (Red Hat Linux 7.2 2.96-112.7.2) glibc-2.2.4-31 glibc-devel-2.2.4-31 glibc-common-2.2.4-31 [root@hodduck php-4.3.0]# uname -a Linux hodduck 2.4.20 #1 SMP Tue Dec 17 15:07:26 KST 2002 i686 unknown ~~

RE: [PHP-INST] Need help putting a small pice of code on an html page

2003-01-09 Thread Mike Young
Actually, I'm using two hosts, one is apache and the other is zeus but I'm slowly moving everything go the apache host. I'll try what you suggested. Although, I was wondering if you could link it like an external css file, something like link href=somefile.php Probably not, haven't tried that but

RE: [PHP-INST] Need help putting a small pice of code on an html page

2003-01-09 Thread Joerg Aldinger
Mike, the only way to do it in HTML is using a META Refresh Tag. This would load your HTML file and then redirect to the PHP file. To do this, you have to include the following in your oldpage.htm: http://yourserver.com/newpage.php";> In this case it is wise to delete all other content from oldp

RE: [PHP-INST] Need help putting a small pice of code on an html page

2003-01-09 Thread Mike Young
I found a post a codingforums.com where someone is asking how to pull php scripts from another directory. http://www.codingforums.com/showthread.php?s=&threadid=12506 --- Joerg Aldinger <[EMAIL PROTECTED]> wrote: > Mike, > > there are several solutions to your problem. Here > are a few: > >

RE: [PHP-INST] Need help putting a small pice of code on an html page

2003-01-09 Thread Joerg Aldinger
Mike, the method discussed in this thread works only if the original page already is a PHP page. Note that the statement is included in brackets, which indicates PHP code. It would not work in HTML files. Joerg. -Original Message- From: Mike Young [mailto:[EMAIL PROTECTED]] Sent: Thurs

[PHP-INST] Installing PHP 4.3.0 and Apache 2.0.43

2003-01-09 Thread Phil Marcelino
I give up. I've been trying to get PHP installed as a module with Apache 2.0.43. I want to install it on my laptop strickly for development purposes. Here's what I'm doing: The actors: RedHat 7.3 PHP-4.3.0 Apache-2.0.43 The Stage: HP OmniBook XE3 800MHz and some other stuff. The scenario: I in

[PHP-INST] *SOLVED* Re: [PHP-INST] RetHat8 and Postgres 7.3

2003-01-09 Thread Mitch Pirtle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 08 January 2003 22:24, Mitch Pirtle wrote: > Ok, sending from the home machine this time. And replying from the office. > The problem: Installed RedHat8 with stock RPMs, and everything was fine. > Then I decided to upgrade Postgres to 7

[PHP-INST] php cgi and error reporting

2003-01-09 Thread John Thorne
php 4.2.3 Some basic help and pointers to howto's please ISP has display error turned off Being a novice php guy I need to see my errors. Can you point me to a howto somewhere that shows me what to do to create an error log file I can view easily. I have tried http://www.phpclasses.org errorhandl

[PHP-INST] Libtool error when make install

2003-01-09 Thread Jose Perez
When i do "make install" shows this error: Installing PHP SAPI module /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la /usr/local/apache2/modules rm -f /usr/local/apache2/modules/libphp4.so /usr/local/apache2/build/libtool --mode=install cp libphp4.la /us

[PHP-INST] PHP 4.3.0 on Windows IIS problem

2003-01-09 Thread Marco Alting
After upgrading to 4.3.0, whenever I try to view a php page in my browser, I get the message "page cannot be displayed" While before the upgrade it worked fine?? Any suggestions? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] php+mod_ssl+apache+mysql on redhat 7.3

2003-01-09 Thread Christian Stalberg
redhat linux 7.3 apache 1.3.27 mysql 3.23.49 php 4.0.4pl1 (static install) mod_ssl-2.8.12 the box had php 4.2.3 installed on it originally. we had a mysql application that would only run with php version 4.0.4pl1 so we installed the old version of php and everything worked. then we ran autorpm wi

[PHP-INST] Fw: [PHP-DB] Examine button

2003-01-09 Thread Sabina A. Schneider
Hello everybody!!! I'm writing to you to ask if somebody knows how can I do to emulate the examine button to retrive a file's path to save that string in the database. Specifically, it's a photo, that've got to search in the directory's window. Thanks in advance! Sabina Alejandra Schn

php-install Digest 10 Jan 2003 00:03:05 -0000 Issue 1194

2003-01-09 Thread php-install-digest-help
php-install Digest 10 Jan 2003 00:03:05 - Issue 1194 Topics (messages 9640 through 9651): Compile Error 4.3.0 on RedHat Linux 7.2 9640 by: zzori Re: Need help putting a small pice of code on an html page 9641 by: Mike Young 9642 by: Joerg Aldinger 9643 by: Mi

[PHP-INST] Install problem withApache 2.0.42 and PHP 4.3

2003-01-09 Thread Sebastian Grobosch
Hi, I want to install the Apache 2.0.42 and PHP 4.3 on my Debian 3.0 Linux. I installed the apache without problems. php 4.3 is compiled and so i think it is installed. But know, I had to tell the apache, what to do with .php files (Apache is installed in : /usr/local/apache2/current/ php.ini is in

[PHP-INST] php4.3.0 redhat 8 make problem

2003-01-09 Thread Gareth Thomas
Hi, I am trying to install 4.3.0 on RH 8.0 with Apache 2.0.40. The ./configure works fine, however running make install produces the following error: Installing PHP SAPI module cp: cannot stat `sapi/cgi/php': No such file or directory make: *** [install-sapi] Error 1 Does anyone have any idea w

[PHP-INST] Re: [PHP] Configuring 4.3.0 on Solaris 2.8

2003-01-09 Thread Ewan McDowall
Incase anyone is interested, I fixed my problem. For some reason, the version of shtool that came with php-4.3.0 was not working for me, so I used the one that came with php-4.2.3 - problem solved Ewan > Hi, > > I already tried the php-install list, but nobody has been able to solve my wee >pr