Click to See Complete Forum and Search --> : Need some help with making profiles using PHP/MySQL


AB83Rules
03-12-2008, 07:34 PM
1st off, i have my own web site, its a Football site, and what i want to do is make a player profile page for like the top 100-150 Draft Prospects, with stuff such as Bio, Cons, Pros, Strengths, Weeknesses, etc...

Now i know some PHP, but i dont know where to go about doing this.

Any help is greatly appreciated.:)

MrCoder
03-13-2008, 10:29 AM
First you need to be able to store the data, most people use MySQL to do this.
Once you have a place to store the data then you can look at interfacing to the data with PHP, displaying it and editing it.

AB83Rules
03-13-2008, 09:22 PM
Ok, ive made a database using MySQL, now what do i need to do?