Jump to content

undefined index dont knw y


minus84

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.