Hello pls i am making a comment feature for my log.
I want the comments to be submited from a form in the "READ_MORE.PHP" , and i want the form to be processed in a "COMMENT.PHP" page were the form values are insertrd in the Comment table... (which has 5 fields - id,name,comment,post_id,date)
I already made a code for that. its working but the onlyy problem is that the post_id is not having any value its always 0. So i think it might be that i didn't get the post_id from the "READ_MORE.PHP" page...
So please someone pls help me... Below are my codes:
I have attatched the READ_MORE and COMMENT pages to this post
Thanks!!!