minus84 Posted September 8, 2010 Share Posted September 8, 2010 keep gettin error msg Notice: Undefined index: id in C:\wamp\www\profile.php on line 42 dun everything to define the index cud it b the verion of wamp i am using if ($_GET['id']) { $id = $_GET['id']; } else if (isset($_SESSION['id'])) { $id = $_SESSION['id']; } else { print "important data to render this page is missing"; //include_once "index.php"; //} } //exit(); [code] Link to comment https://forums.phpfreaks.com/topic/212877-undefined-index-dont-knw-y/ Share on other sites More sharing options...
AbraCadaver Posted September 8, 2010 Share Posted September 8, 2010 if (isset($_GET['id'])) { Link to comment https://forums.phpfreaks.com/topic/212877-undefined-index-dont-knw-y/#findComment-1108776 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.