I'm getting this error, I don't know why.
Line 34:Parse error: syntax error, unexpected T_LNUMBER, expecting T_VARIABLE or '$' in /home/kolzy/public_html/picster/index.php on line 34
+rep$1 = $_GET[home];
Never mind, now I have a new problem. I've got the following code, and it changes the whole page.
http://www.omgupload.com/files/1494wha.pngPHP Code:<?php
if ($_GET[home]){
echo "home nav";
};
exit;
if ($_GET[pv]){
echo "pv nav";
};
exit;
if ($_GET[reg]){
echo "reg nav";
};
exit;
?>
(that's what it makes my page look like)






Reply With Quote





