(this is just an example that will show me what I want to know, in no way is this what I'm wanting to do, so ignore ways I could do this other then how I say I want to do it in the example)
If I have a page, let's say, I have an image, and I want to load comments about it on the same page, which are in a mysql database, now, I want to load all the comments in the table, but I want to lay them out, and then also put them with who wrote them, and when they were wrote, and anything else I decide to put in, now I already have a login and everything else set up to do this, but what I just thought of while I was doing this, was to assign each line a varible, like field name:
varible
picBIGGERS3RD_1
picBIGGERS3RD_2
etc.
But that would require on the post comment page that I have it check to see if picBIGGERS3RD_1 already exists, and then for it to add one to the number part, thus becoming picBIGGERS3RD_2, and then checking again to see if that exists. And then once all that is done, it puts it into the table, then the image page will list all comments, and now I've lost myself... darn my brother watching tv in the background... oh well, I think you get the idea of what I'm trying to do, pretty much people be able to post comments about something, and I'll also need to set them in order of posting, but that's pretty much it.