Page 1 of 1
Help How to i create this PHP site ?
Posted: Fri Apr 06, 2007 2:56 pm
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.
Posted: Fri Apr 06, 2007 3:28 pm
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.
Posted: Fri Apr 06, 2007 3:44 pm
by albertomonex
Thx everah any links to a specific tutorial ?
thx in advance.
Posted: Fri Apr 06, 2007 3:46 pm
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.