21.11.2012, 14:08
hy guys! I dont know with php, and my firend sended me UCP, and where i need to add this to can see errors,
THANKS!
Код:
echo querystring[]; exit;
echo querystring[]; exit;
echo querystring[]; exit; session_start();
Parse error: syntax error, unexpected '[', expecting ',' or ';' in /home/a1396719/public_html/ucp/index.php on line 6
i added this:
Код:
echo querystring[]; exit; session_start(); Код:
Parse error: syntax error, unexpected '[', expecting ',' or ';' in /home/a1396719/public_html/ucp/index.php on line 6 |
if(is_array($querystring)) {
foreach($querystring as $string) {
echo $string ."<br />";
}
} else {
echo $querystring;
}
exit;