Posted by tank Sat 24th Mar 2007 00:36 - Syntax is PHP - 89 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
-
-
-
include("open.php");
-
-
-
$email = $_POST['email'];
-
-
$result = mysql_query (sprintf ('select email, f_name from users WHERE email LIKE %%%s%%', mysql_real_escape_string ($email, $dbh)));
-
-
-
}
-
}
-
?>
PermaLink to this entry https://pastebin.co.uk/12160
Posted by tank Sat 24th Mar 2007 00:36 - Syntax is PHP - 89 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0