Hi Guys i need help...
I have got the basic idea and made a Table with four columns called news

I was wondering how to assign new information. Is this correct: And would i need to create a session variable or something?
// Do connection and select DB here.
$sql_query = mysql_query("INSERT INTO news(title, article, author) VALUES ('$value1', '$value2', '$value3')") or die (mysql_error());
// Free your results here (if you want to).
Thnx#
-Xyo-