[PHP] Page not found error

2001-03-04 Thread Randy Johnson

if I leave my browser on a php and then I click a link after lets say 5 or
10 minutes that links to another php page it says page not found even though
the page is there.  has anybody else experienced this error?


thanks

randy

-Original Message-
From: Randy Johnson [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 03, 2001 11:44 AM
To: Ernest E Vogelsinger; Randy Johnson
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Converting String to Variable


it may look weird but that is the way it needs to be done. here is a better
example

$str=myfunct()  this returns monday

then i want the monday to turn into this

$monday

so i can do this

$monday="BlaH";

thanks

randy

-Original Message-
From: Ernest E Vogelsinger [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 03, 2001 11:35 AM
To: Randy Johnson
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] Converting String to Variable


At 17:09 03.03.2001, Randy Johnson said:
[snip]
Is there anyway to convert a string to a variable

example

$str="monday";

I would like to then do this:

$monday="blah";
[snip]

RTFM ;-

$$str = "blah";
print $monday;



 ...ebird

   O Ernest E. Vogelsinger
   (\)http://www.1-at-web.at/
^ ICQ#   13394035



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Page not found error

2001-03-04 Thread Lewis Bergman

 if I leave my browser on a php and then I click a link after lets say 5
 or 10 minutes that links to another php page it says page not found
 even though the page is there.  has anybody else experienced this
 error?
Is this link passed as a value or something that might expire with a 
session? Just a wild guess.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]