Posted by tank Sat 24th Mar 2007 00:25 - Syntax is PHP - 52 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'];
-
-
$row = mysql_query (sprintf ('select email, f_name from users WHERE email LIKE %$email%', mysql_real_escape_string ($email, $mysql)));
-
-
-
-
}
-
}
-
?>
PermaLink to this entry https://pastebin.co.uk/12159
Posted by tank Sat 24th Mar 2007 00:25 - Syntax is PHP - 52 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0