Re: [PHP] php and apache path...

2002-07-03 Thread Nightshade
Analysis & Solutions wrote: > On Tue, Jul 02, 2002 at 10:34:32PM +0200, Nightshade wrote: >> Analysis & Solutions wrote: >> >> Document root doensn't solve my problem... >> ... snip ... >> Any solution? > > Read and heed what I already said:

Re: [PHP] php and apache path...

2002-07-02 Thread Nightshade
Analysis & Solutions wrote: > On Tue, Jul 02, 2002 at 03:47:20PM +0200, Nightshade wrote: >> is there a unix like ~/ , to access to root directory of my site > > Does $_SERVER['DOCUMENT_ROOT'] help? > > Whenever you have a question like this, run phpinfo() an

Re: [PHP] php and apache path...

2002-07-02 Thread Nightshade
Analysis & Solutions wrote: > On Tue, Jul 02, 2002 at 03:47:20PM +0200, Nightshade wrote: >> is there a unix like ~/ , to access to root directory of my site > > Does $_SERVER['DOCUMENT_ROOT'] help? > > Whenever you have a question like this, run phpinfo() an

[PHP] php and apache path...

2002-07-02 Thread Nightshade
Hi there.That's my question...A file that is in the 4th level's subdir must read a file that's in the 1st level. but I wish avoid to use millions of ../../../thefile.php I hope have been clear... is there a unix like ~/ , to access to root directory of my site, so open the file? tnx in advance,

Re: [PHP] Sendmail doesn't send...

2002-06-26 Thread Nightshade
Adi wrote: > Look in var/log/maillog or similar for errors > > - Original Message - > From: "Nightshade" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 26, 2002 3:18 PM > Subject: [PHP] Sendma

[PHP] Sendmail doesn't send...

2002-06-26 Thread Nightshade
Hi, that's my configuration: I've Mdk 8.2 Today I've installed sendmail for 1st time... I tryed to use mail() function, but effectively works only when I send mail to [EMAIL PROTECTED] no mails go to the other local user, and specially to external user: i.e. mail("[EMAIL PROTECTED]",$subj,$msg");

[PHP] header() and explorer

2002-06-22 Thread Nightshade
Hi there, I've read that explorer has a bug when a form post data to another page that calls header() function. Any idea to avoid this? Tnx in advance jonny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Question about tag

2002-06-11 Thread Nightshade
Hi there, I'm working with PHP since 3 weeks, so I'm newbie and maybe I could say some bull :-) That's my question: Let's suppose that I make a ...mmm...forum. Now, in a Textbox i write my comment and I add also this So I post all I wrote to db. Ok, when I gonna read this record from databas