Quote:
$_COOKIE['userid]; will give a parse error, it should be: $_COOKIE['userid']; Just FYI that you typo'd :) Quote:
There is a vital difference between a variable that is set and a variable that evaluates to true. This is important to note, because for starting programmers it's important to know the difference :) For instance, if I SET my variable like this: $debug = 0; the variable is set fine, and it does exist fine. But it won't evaluate to TRUE, and so that if () will not occur. If at any point you want to know if a variable is SET, use: PHP Code:
PHP Code:
(for detailed hacking guidelines, wait a while until vB3 RC1 is out and we have the Hacking Document ready at vB.org :)) |
All times are GMT. The time now is 11:41 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|