Hi all
I am trying to send a valu from one page to another.
I have a mod that was made for me and the mod has a link at the bottom of the page saying to contact the host of this paryt click here.
This is the code used
if($_COOKIE[memberPassword]!="")
{
$sCode2 .="<tr> <th colspan='2'><a class='upgradelink' style='text-decoration:underline; color:#F3C' href='http://www.irishporn.org/compose.php?ID=" . $recqall[addownerid] . "'>click here </a> to contact the host about this party</th></tr>" ;
}
This opens the compose page with the hosts id already displayed. What i wanted to do was aotomaticaly fill in the subject field using the name of the party posted.
This is the code used to display the party name
" . $recqall[partytime] . "
is there a way of posting the party name to the compose page subject field so the user does not have to fill it in.
Thank