Can some one please tell me why this PHP command brings back an Undefined
variable: QUERY_STRING on line 1.  The script is below, by the way it is PHP
on windows not unix.

<?php SetCookie("skin", "$QUERY_STRING", time()+3600); ?>


Also can some one please tell me why this is bringing back a problem on a
windows server.

<?php
if($skin=="black") { $skin="#000000"; $text="#FFFFFF"; };
if($skin=="white") { $skin="#FFFFFF"; $text="#000000"; };
?>




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to