I'm new to PHP but I'm sure I can handle this with a little help...
I need to my client to be able to add short news articles with images to a single page. The client would write the article and browse their hard disk for the image then click submit, they'll also need to be able to either edit and delete selected articles as well. Previously I've used MovableType but I'd prefer to build a custom solution with PHP and MySQL.
Any links to tutorials, articles, example code would be greatly appreciated, I've looked around but I haven't found anything yet.
I'm also thinking about including an event calendar on this website, one that could be easily updated by the client using a form. When a visitor to the site clicks on a highlighted date a window would ideally open giving them more information. Again, events would need to be easy to edit and delete as well as add.
Thank you!