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
# [EMAIL PROTECTED] / 2007-01-18 08:59:11 +:
> >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
> >>'
On Jan 18, 2007, at 12:59 AM, Nuno Vaz Oliveira wrote:
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.
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
# [EMAIL PROTECTED] / 2007-01-18 00:06:27 +:
> >Roman wrote:
> >Also, the header() call you provided in the original post was a
> >violation of HTTP. Knowing the programming language is just one of
> >your responsibilities IMNSHO. The manual for HTTP users (you!) is at
> >ftp://ftp.rfc-editor.
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
# [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() fu
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() function says as much (http://php.net/header), you read that
Nuno Oliveira wrote:
Sometimes in my code I use the Header('Location: index.php?var=value');
and I've found out (I think) that when one of these headers are executed
by PHP, the rest of the script gets executed.
I'm thinking that this is the problem because I've eliminated all the
occurrences
David Giragosian wrote:
On 1/16/07, Nuno Oliveira <[EMAIL PROTECTED]> wrote:
Hi,
I'm working on a website and one of the features that I've implemented
so far is the user timeout.
Every time that a user browses to a different page, the variable named
$_SESSION['user']['lastactive'] is updated
On 1/16/07, Nuno Oliveira <[EMAIL PROTECTED]> wrote:
Hi,
I'm working on a website and one of the features that I've implemented
so far is the user timeout.
Every time that a user browses to a different page, the variable named
$_SESSION['user']['lastactive'] is updated to the current time.
Ho
Hi,
I'm working on a website and one of the features that I've implemented
so far is the user timeout.
Every time that a user browses to a different page, the variable named
$_SESSION['user']['lastactive'] is updated to the current time.
However, before that, my PHP scripts check if the ses
12 matches
Mail list logo