Hey everyone...
Looking to do something that may be kind of hard. I have no idea where to start here. But hopfully you guys can get me going.
Basically I'm looking to a roster section of my site but looking to do it with the back of mysql.
On the front end I'm looking to store a picture and a munch of txt. All seperated out into a table Lets say 2 rows with 2 coloms in the first row and one big one on the bottom.
On the back end (where the user logs in with there user name and password I'm looking for them to be able to modfy just there section of output on the front end. (this I know how to do... just make a sql query for that user only ... Duh)
But my problem is... I do not know how many users i'm going to be having so i can not prodect the amount of rows ahead of time. basically when the user goes to create there profile I need it show up in a table format on a different page.
So what I;m really looking for is a tid bit of code that will take data from one table (multi rows), create a table, and populate data into that table on the fly.
To hard?