Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Hi all i'm new to php and would like to know how easy is it to create just the mainpage news updates sections linked to specific pages (databased driven) as show here http://gameguru.box.sk/
That is about as simple as it gets. Just about any entry level PHP tutorial starts with contacting a database, querying the database then outputting the results. Heck, I just posted something similar to this a few seconds ago.
Search for my recent posts. There is an example of code that I posted that shows how to query a database and display results. I am sure there are hundreds more around here as well.