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(

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

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 i am using a

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

Re: [PHP-INST] Help please

2001-05-08 Thread Dave Mariner
Basically, you'll have to set up a web server on your PC. Also, if you want a data-driven site, you'll need a database server on there as well. Without more information (PC spec, your OS of choice etc), there's not much more I can say, apart from consider the practically standard solution of apach