[PHP-INST] HELP PLEASE!?!

2003-08-03 Thread ry on
HI, I am currently running apache 2 on my XP box and i am having trouble getting PHP to work properly. I have read all of the message boards and FAQ's but i didn't see anything like this. Everytime i try to open up a simle script that i made in my browser, a box pops up that says 'save' 'open' '

Re: [PHP-INST] help please

2003-03-26 Thread Kalin Mintchev
yes './configure' '--with-apxs=/etc/httpd/bin/apxs' '--with-mysql=/usr/local/mysql-max' '--with-openssl=/usr/local/ssl' '--with-curl=/usr/local/sources/curl-7.10.3' '--with-curlwrappers' or # php -m [PHP Modules] ctype curl mysql openssl overload pcre posix session standard tokenizer xml

Re: [PHP-INST] help please

2003-03-26 Thread Jim Thome
What is your PHP configure line? Did you compile PHP with openssl support? -- Jim >>> Kalin Mintchev <[EMAIL PROTECTED]> 03/26/03 08:17PM >>> hi, i have a problem getting fopen to work over https... here is a real example: $fp = fopen ("http://store.el.net/index.html";, "r"); while (!feof(

[PHP-INST] help please

2003-03-26 Thread Kalin Mintchev
hi, i have a problem getting fopen to work over https... here is a real example: $fp = fopen ("http://store.el.net/index.html";, "r"); while (!feof($fp)) { echo fgets ($fp,4096); } this works fine... if you try it with https you'll get an error - file not found from php if you try t

[PHP-INST] Help Please 2.

2002-10-21 Thread Alfredo Jimenez
Well, I worked with PHP 4.1.x and Apache 2.0.x, on Windows 2000 Professional. I got a web aplication developed on this plataform, but all with PHP as a GCI. Now I want to work with PHP as "Apache Module", I tried all the instruction in "install.txt", but my Apache2 webwerver doesn't start. The t

Re: [PHP-INST] help please

2002-09-21 Thread DaMouse
It may be that you used register globals off on the old server but on new versions of php ?page=links is $_GET[page] - Hiya. I have just installed php and apache again after formatting our server running windowsXP I have the latest apache and latest php I install them and ok, looks

[PHP-INST] help please

2002-09-21 Thread Jason Kilby
Hiya. I have just installed php and apache again after formatting our server running windowsXP I have the latest apache and latest php I install them and ok, looks as if its working works etc... But things like forums and pages that have: index.php?page=Links format don't work

[PHP-INST] Help please installing PHP on NetWare6 with Oracle 8i

2002-01-15 Thread Marc Gervais
Need explication on how to install PHP on a NetWare 6 server (with Apache) with the Oracle 8i connectivity. Thanks e-mail [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP-INST] Help please with setting up apache with php module

2001-11-27 Thread The Argyle Network of Services
I am trying to set up apache, php and mysql I have compiled mysql - all ok I have compiled php - all seemed ok I am compiling apache and get probs I have tried the following methods 1. ./configure --activate-module=src/modules/php4/libphp4.a make make install no errors returned but .

Re: [PHP-INST] Help!! Please Help Me!

2001-11-09 Thread T
> would header("http://url.com";); work ? I am Very Sorry ,i don't know how to use header. Can You give me some example? Thank You Very Much! is it? http://www.yahoo.com";); if(!$file) { echo "Unable to open remote file."; exit; } ?> result message is Unable to open remote file -

RE: [PHP-INST] Help!! Please Help Me!

2001-11-09 Thread Adam Jackson
would header("http://url.com";); work ? -Original Message- From: T [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 10, 2001 1:46 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Help!! Please Help Me! Hello! i would like to useing fopen() fuction to open the other Url, but

[PHP-INST] Help!! Please Help Me!

2001-11-09 Thread T
Hello! i would like to useing fopen() fuction to open the other Url, but i am using a shared server now. When i useing fopen() or file() fuctions, always have a error message: Warning: php_hostconnect: connect failed in /usr/xxx/xxx/xxx/html/test.php on line 3 Warning: file("http://www.yahoo.co

Re: [PHP-INST] Help please!!!!!!!!!!!!!!!!

2001-11-09 Thread Jim Thome
Ed- Remove the entire PHP source tree, untar it again, and rebuild PHP. Removing config.cache or simply rebuilding PHP never seems to force a reload of the PHP module within Apache. As far as the undefined function, was an earlier build compiled with DB functions? Regards, Jim >>> "Edward

[PHP-INST] Help please!!!!!!!!!!!!!!!!

2001-11-09 Thread Edward Harman
This is a repeat post but its driving me nuts, and seems at odds with what is posted elswhere to this newsgroup - I've installed PHP4.0.6 under Mandrake 7.2 with the following command - ./configure --with-mysql --with-apxs --with-config-file-path=/somedir and followed instructions in the INST

Re: [PHP-INST] Help please

2001-05-08 Thread Dave Mariner
cle.php?aid=228&pid=0 - a really comprehensive guide to data-driven websites with php& mysql (& it covers installing under Doze as well!) Hope this helps, Dave. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 08, 2001 1

[PHP-INST] Help please

2001-05-08 Thread Laptop765
Ok, I have a PC without the internet. I develop webpages on it. How should I configure it to show php pages, and how do I go about doing it? Please help me! Æß»LáPtÖp765«ßÆ -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-INST] Help please :)

2001-03-02 Thread Sara Eve Posner
I am having a terrible time installing php4 latest source on solaris with the following: configure --with-nsapi=BLAHDIR --with-mysql=BLAHDIR This is what I get: 1:57pm [EMAIL PROTECTED] (~/stuff/php-4.0.4pl1) make Making all in Zend /bin/sh ../libtool --silent --mode=compile c++ -DHAVE_CONFIG_

[PHP-INST] HELP PLEASE!!!ezpublish -qtdom --mysql problems on redhat 7.0

2001-02-13 Thread root
Could someone download the package ezpublish from developer.ez.no and try and configure it with redhat 7.0 please!!!ive been trying to get it working for the past week with no luck!!! I get strnage errors while trying to compile php4.0.4.pl1 with mysql xml qdom qtdom trans-sid magic-quotes and apx