Kevin or anyone,
The Variable $listing is being passed to this *.php script OK, but when I try to print the contents of $listing iot doesn't show up.
The print is at the bottom of the code.
Thanks, Gary
<html>
<head>
<title>Tnevni | Tell a Friend</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<body>
<img border="0" src="images/color_header_tell_a_friend.gif" lowsrc="tell%20a%20friend%20about%20this%20property" alt="tell a friend about this property" width="571" height="80"></p>
<table width=469 align=left height="367">
<tr><td width="463" height="363" >
<form method="POST" action="../sendurl.php">
<!-- Change 'value' to site name - appears in the message to friend -->
<input type=hidden name="sitename" value="4 Timber Ridge Lane">
<!-- Change 'value' to site URL you want to be sent to the friend -->
<input type=hidden name="urlis" value="http://www.tnevni.com/4_timber_ridge_lane/information.htm">
<!-- Change 'value' to your email address (sends copy of sumittal) -->
<input type=hidden name="myemail" value="friend@tnevni.com">
<!-- Change 'value' to link you want on the Thank You page - generated by sendurl.php (BTW: you could just use the url (file name) of the page with the form, in which case , the full path is not required if the sendurl.php is in the same folder. -->
<input type=hidden name="subredirectlink" value="http://www.tnevni.com/tellfriend.php">
<input type=hidden name="listing" value="<?php print($listing);?>">
<!-- ********** End of Configure Section ********* -->
<?php
$listing = $_POST['listing'];
echo $listing;
?>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="566" id="AutoNumber1" height="50">
<tr>
<td width="170" height="32"> </td>
<td width="16" height="32"> </td>
<td width="380" height="32" colspan="3"><b><font size="4">E-mail this
listing to a friend</font></b></td>
</tr>
<tr>
<td width="566" height="39" colspan="5"><font face="Verdana">Send this page
link to a friend:</font></td>
</tr>
<tr>
<td width="566" height="39" colspan="5"><font size="-1">
<p align="left"><font color="#0000ff">
<font face="Verdana"> </font>
<font color="#0000FF" face="Verdana">
</font><?php print ($listing);?></td>
</tr>