I am kind of new to php. I am pretty good with HTML, but I figured it was time I got with the times and learn php.
Can anyone point me in the right direction on how to learn something. I'm not sure what it is called so I will try and explain it.
I want a forum. That the people who run my site can write a post and have the post automatically generate a link on the main page and then automatically generate a page with the post on it.
Is this making any sense? The reason I want to do this is because I am the webmaster of a site, but I don't want to have to update the page like 30 times a day, and they don't know enough to write the page in the template then upload it in correct folder plus put the links for it everywhere.
I just want them to be able to go to a password protected area of the page. Enter all the information in the forum. Then it turns around and puts it on the page. I want ot be able to seperate it by certain domains. Like the link will go on the main page and the main page of the subdomain the post has to do with. Then generate a page to put it on.
Is this even possible? I want to say almost like a xanga type post. Except instead of putting like 5 post per page it will put one post per page.
If anyone can help me with this or at least point me in the right direction that would be great.
Thanks everyone,
Kevin
edit
Here is something I am kind of thinking is what it does.
http://www.phpbuilder.com/news/item.php?id=759 <-- like how it does the php?id=759 Is that something that is automatically done or do the webmaster actually write out the post and upload them etc?