--- John Taylor-Johnston <[EMAIL PROTECTED]> wrote:
> if (!isset($_COOKIE["weather_htm".$StudentId]))
$_COOKIE["weather_htm$StudentId"]
Hope that helps.
Chris
=
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/
--
PHP General Mailing List (http://ww
Sorry, hit sent by accident :)
I have a cookie:
if (!isset($_COOKIE["weather_htm"]))
But I want the name of the cookie to include $StudentId like this:
if (!isset($_COOKIE["weather_htm".$StudentId]))
Of course, the line does not read the cookie.
What is the problem with my syntax please?
Joh
--
John Taylor-Johnston
-
"If it's not open-source, it's Murphy's Law."
' ' ' Collège de Sherbrooke:
ô¿ô http://www.collegesherbrooke.qc.ca/languesmodernes/
- Université de Sherbrooke:
http://comp
3 matches
Mail list logo