Hi people I'm a beginner... I'm trying to pass variables between pages, I need use a variable that I get in the first page, 3 or 4 pages later on. For this I'm using the setcookie function:
setcookie("name", "Jhon Malbeck");
The problem is that I receipt only the value "Jhon"
Why I don't receipt all the string????
Well, from already thank you very much,
Tom.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

