Re: [PHP] $_SESSION variable gets lost on FORM action

2007-01-18 Thread Nuno Vaz Oliveira
From Roman: Roman: [...] You don't need to know your IP. See the grammar for AbsoluteURI: ftp://ftp.rfc-editor.org/in-notes/rfc2396.txt I'm asking this because my IP is dynamic and I'm using a free redirection service. My site is at 'http://something.no-ip.org/sitename' can I use 'http://someth

Re: [PHP] $_SESSION variable gets lost on FORM action

2007-01-18 Thread Nuno Vaz Oliveira
Roman: [...] You don't need to know your IP. See the grammar for AbsoluteURI: ftp://ftp.rfc-editor.org/in-notes/rfc2396.txt I'm asking this because my IP is dynamic and I'm using a free redirection service. My site is at 'http://something.no-ip.org/sitename' can I use 'http://something.no-ip.org

Re: [PHP] $_SESSION variable gets lost on FORM action

2007-01-17 Thread Nuno Vaz Oliveira
Roman wrote: # [EMAIL PROTECTED] / 2007-01-17 19:06:16 +: Stut wrote: Redirecting using a Location header is not the only thing you can do with the header() function. It will never end processing of the script no matter what you pass to it. The example on the manual page for the header() f

RE: [PHP] Re: Encoding

2006-11-22 Thread Nuno Vaz Oliveira
Hi I'm working on a site and I'm using the same encoding you use and everything displays ok both in Firefox 1.5/2.0 and IE 6. The only difference is that I have the ISO in small letters and the tag terminator like this: I can display João, Mão, Mãe, õ, and everything else (todos os acentos e c

RE: [PHP] Nested includes - Relative paths?

2006-11-08 Thread Nuno Vaz Oliveira
> > Correct. > > http://www.php.net/set_include_path > Thanks! :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Nested includes - Relative paths?

2006-11-08 Thread Nuno Vaz Oliveira
Hello Larry, Now I think I got it :) > All include statements are parsed based on the > defined include path, where "." is interpreted > relative to the active context, vis, the script > that the web server itself is running. I wasn't aware of the existence of an include_path... That's why I was

[PHP] Nested includes - Relative paths?

2006-11-07 Thread Nuno Vaz Oliveira
Hi All, I'm relatively new to PHP but I've had some training and feel quite confortable programming it... Anyway, I'm having a problem in understanding the correct behaviour of the include statement/function. Imagine that I have an INDEX.PHP file in my root directory and I want to include