Thanks for your quick response, but when i use that tag you gave me i get this error.
Parse error: parse error, unexpected '<' in /home/admin/domains/c4classified.net/public_html/form5.php on line 9
echo "<form action='processform.php' method='POST'>
<table width='95%' border='0' cellspacing='0'
cellpadding='2'>\n";
{
<textarea name="name" cols="30" rows="10">Default entry text</textarea>
echo "</table>
<div align='center'><p><input type='submit' value='Submit Address'> </p></div>
</form>";
}
The above is part of my program, can you see any errors.
Thanks.