View Single Post
Old 05-23-2003, 12:11 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
coding with notices on

i want to start coding, or at least know how to be complian with notices. i have all errors reporting including notices.

please advise me how to adjust the code below to not get a notice.

PHP Code:
<?php
if($_GET['player_id'])
{
  
$player->setPlayer($_GET['player_id']);
}
?>
error
Code:
Notice: Undefined index: player_id in /www/player.php on line 2
thanks!
__________________
Mike
sde is offline   Reply With Quote