Posted by Anonymous Sat 24th Mar 2007 03:43 - Syntax is PHP - 163 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
-
{
-
$title = $_POST['title'];
-
$content_news = $_POST['content_news'];
-
$forward_link = $_POST['forward_link'];
-
-
VALUES ('" . $title . "', '". $content_news ."', '". $forward_link ."')");
-
-
if ( !$res )
-
{
-
}
-
}
PermaLink to this entry https://pastebin.co.uk/12165
Posted by Anonymous Sat 24th Mar 2007 03:43 - Syntax is PHP - 163 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0