Page 1 of 1

New website

Posted: Sat Nov 07, 2009 11:28 pm
by ZeroComp
I want to create a new website that is sort of like kongregate.com. I am wondering how to program the player levels to show up on it.

Re: New website

Posted: Sun Nov 08, 2009 12:22 am
by hallsofvallhalla
ah they just add a field called level or whatever to the site's database. Its apart of your login information. Very simply query on page load and echo out the level. My tutorials show you how to do something like that.

Re: New website

Posted: Sun Nov 08, 2009 1:50 am
by ZeroComp
thanks a lot you tutorials are amazing I got a 50.00 book on php/mySQL and it works!

Re: New website

Posted: Sun Nov 08, 2009 8:14 pm
by ZeroComp
thanks you have advanced my progress by tons