Thank you very much KarveR,
The file news.sql was converted into table in the news database.
I tried to administer the application by using
to add news but after filling all the fields and click on add button it does not take me to other page, only refresh the page. I checked the database and I found that nothing was inserted, while the username root used in the config.php has the complete privileges to insert, delete etc… :
// conf.php - configuration parameters // database configuration
$host = "192.168.0.2:3306";
$user = "root";
$pass = "mypassword";
$db = "news";
I downloaded many news posting codes and always when I try the using form to add, delete, etc… I don’t get any error but don’t change to the next page??