Jump to content

code_god

New Members
  • Posts

    6
  • Joined

  • Last visited

code_god's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I re-read the code that you sent me and missed a couple of brackets out and it works now Cheers!!
  2. </form> <?php { $name = ($_POST['username']); $password = md5 ($_POST['password']); echo $password; if(isset($_POST['notify_box'])){ $notify = $POST['notify_box'];}
  3. No mate it hasn't worked I still have the notice. Here they are: Notice: Undefined index: username in f:\easyphp1-8\www\tim.php on line 9 Notice: Undefined index: password in f:\easyphp1-8\www\tim.php on line 10 d41d8cd98f00b204e9800998ecf8427eMozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36 undefined x 1366
  4. Please help I have this issue for a while and don't know how to fix the problem. I get an error message saying that there is an undefined index on line 9 and also line 10. I have no idea how to solve this so please help tim.php
×
×
  • 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.