Re: [PHP-WIN] Why i can't write to remote file ?

2001-05-20 Thread m.aprea
Darren wrote: > > Hi Darren, > > > > i have tried omitting http, so the line 11 becomes : > > > > $fp = fopen("c:/webshare/root/examples/datafile.txt","w"); > > > > Is does not still work, and when i run it i have the warning message: > > > > ---

Re: [PHP-WIN] Why i can't write to remote file ?

2001-05-18 Thread m.aprea
Darren wrote: > "m.aprea" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi everyone, > > > > I write a html page with a form with two parameter; > > neckties (the unit-cost) and the number of neck

[PHP-WIN] Why i can't write to remote file ?

2001-05-18 Thread m.aprea
Hi everyone, I write a html page with a form with two parameter; neckties (the unit-cost) and the number of neckties, the action associated to submit is a PHP file "calculate.php" that writes to a remote file "datafile.txt" as follows: : : Total cost of the neckties http://

Re: [PHP-WIN] Php4.0.4 Installation on Win98 for Apache 1.3.19

2001-05-14 Thread m.aprea
Hi Alan, What is the utility of the file php.ini if i can now work with php4 without it ? And into the httpd.cong file of Apache what is the utility of adding the row: LoadModule php4_module c:/Webshare/Scripts/php/sapi/php4apache.dll if php4 is loaded automatically by Apache from c: ? I solved

Re: [PHP-WIN] Php4.0.4 Installation on Win98 for Apache 1.3.19

2001-05-13 Thread m.aprea
Hi Alan Thank you, but i have not yet resolved the problem, even if i reduced it. So, i follewed what you said to me about doc_root. Furthermore i became aware of one my mistake: i put inside the file httpd.conf of Apache the row Port 3000 that is wrong. This is right Port 80 So Apache works

[PHP-WIN] Php4.0.4 Installation on Win98 for Apache 1.3.19

2001-05-12 Thread m.aprea
Hello everyone I am trying to install PHP4 with Apache 1.3.19 following the procedure that I see in http://php.weblogs.com/easywindows using the PHP4.0.4easywindows Installer. There is also a mistake, "C:/inetpub/scripts/php/" is wrong, "D:/inetpub/scripts/php/" is right . However, when I run