Well..
These have been helpful posts.
Let me explain more detailed. I don't really know how to code it because I am a newbie to php.
So far I was thinking of including a header a footer in the file.
In between that I would also include a file but it would have to be:
include($id".inc"); //i think thats how its done
but i dont understand how.. when i input the info in the forms that it will create the id number.
I was thinking since I had an id variable I could then link to it like..
http://site.com/reviews.php?id=0003
and then it would show me review number 0003. Now the problem is.. I don't know how to make this work exactly. I want ot be able to be able to have multple inputs in the admin form to control the artist, album name, date, reviewer, etc.
I was told that the explode function would do this but I just dont know how to make it work.. If someone could give me a sample code.. That would be great.
thanks for your replys.
Term