Help How to i create this PHP site ?

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.

Moderator: General Moderators

Post Reply
albertomonex
Forum Newbie
Posts: 2
Joined: Fri Apr 06, 2007 2:50 pm

Help How to i create this PHP site ?

Post by albertomonex »

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/

Thanks in advance.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

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.
albertomonex
Forum Newbie
Posts: 2
Joined: Fri Apr 06, 2007 2:50 pm

Post by albertomonex »

Thx everah any links to a specific tutorial ?

thx in advance.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

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.
Post Reply