Can anyone tell why this script:
$query = "INSERT INTO mos_articles (catid, title, content, date, author,
approved, published) VALUES
('5','$title','$content','$data','$author','1','1')";
$result = mysql_query($query);add in title field "array" and not the input. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

