i am wandering why this script doesn't work. i tested the php script on a different page were it wasn't inserted into a table cell.
the $joketext comes from a different page using a hyperlink that takes this value.
is there something special when i want to use it in a table?
thank you in advance:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<P align="center">
<img border="0" src="http://www.sales.zartzart.com/mall/shop_left.gif" width="152" height="203"><img border="0" src="http://www.sales.zartzart.com/mall/left_store.gif" width="665" height="203"></P>
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="818" id="AutoNumber1">
<tr>
<td width="150">
<p align="center"> </td>
<td width="500">
<?php
echo($joketext);
?>
</td>
<td width="197"> </td>
</tr>
</table>
<p>
</body>
</html>