Jump to content

morrisbol2

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by morrisbol2

  1. thanks for the reply sir.. ill try your format code.
  2. yes it appears in the url /view.php?marriageID=5. can you identify why am having an error at the line 7?
  3. i change it to $_GET but it the same error.
  4. Notice: Undefined index: marriageid in C:\wamp\view.php on line 5 Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\wamp\view.php on line 7 require("db.php"); $id =$_REQUEST['marriageid']; <--error line 5 $result = mysql_query("SELECT * FROM parish WHERE marriageid = '$id'"); $test = mysql_fetch_array($result); <--error line 7 i dont know why have an error pls help me guys
×
×
  • 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.