im using pho forms in dreamweaver, i did a comments form, as in users will be able to comment about the items in my website, each individually. But its the same form for every page, which is why i need for the form to retreive the tittle of the page where it was lauch from... Its like a
$_get and $post
I need that when the user clicks on the link "Comment" the form would launch with the Item's Field auntofilled with the item's name which is located in the previous page... Is there a way i can say in php to retreive the Name and paste it in the next page? In php, or maybe in js or anyway... Help!