I have started working with PHP a month ago and now I have a big unsoluted problem. I would like to make a page from which any user (non-webdesigner) could write an advertisment (one page on which he will enter the data and submit and one on which these advertisment will be visible as links, after somebody click the link it will open in new window. I was trying to do this but without results, I have made the page with submission, I enter the date in the fields (date.php), click submit it starts processing the commands (insert_date.php), everything is O.K. but the date aren't add to datebase (MySQL). If somebody has ever experienced similar problem with project like this please help me. (I can send a code of this what I have done to this moment)