Hello
I'm trying to make profiles on my site comment-able. I'm pretty new to php, so please bare with me, heh.
The profiles are dynamic, so the url would be like,
www.blablablabla.com/profile.php?key=2
$key is the profile ID (number)
the script almost (not really, heh) works. It doesnt insert the name and comment into the database, but it does make a new 'comment id' and saves the 'profile id'.
The other problem is, it only spits out the tables (without data) and the "back" button.
sorry if this was stupidly explained.
Anyways, here is the code:
What am I doing terribly wrong?
