Posted by tank Fri 23rd Mar 2007 22:33 - Syntax is PHP - 111 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
  1.  
  2. include("open.php");
  3.  
  4. $email = $_POST['$email'];
  5.  
  6. $row = mysql_query("select * FROM users WHERE email LIKE '%$email%'") or die("MySQL Error: " . mysql_error());
  7.  
  8.  
  9. echo $row['email'] . "
    "
    ;
  10.  
  11. mysql_close($dbh);
  12. ?>
  13.  
  14.  
  15. Computer Museum
  16. "Content-Type" content="text/html; charset=iso-8859-1">
  17.  
  18. class="white_background">
  19. Search for user

  20. "users" method="post">
  21. Email: "text" name="email" id="email">
    First Name: "text" name="first_name" id="first_name">
      class="table_button">           
  22.                   "submit" name="submit" value="Search" />
  23.        

  24.  
  25. "0px" width="100%">
  26. "5">
  27. class="buttons" type="button" value="Grant Admin">
  28. class="buttons" type="button" value="Update">
  29. class="buttons" type="button" value="Delete">
  30. "3%"> "14%">Email "28%">First Name "27%">Last_name "28%">User Level
  31. "checkbox">


PermaLink to this entry https://pastebin.co.uk/12155
Posted by tank Fri 23rd Mar 2007 22:33 - Syntax is PHP - 111 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers

 

Comments: 0