bobby1112
25-10-2009, 22:22
ho una pagina html con questo codice
<html>
<head>
<title>Prova di pagina HTML e PHP</title>
</head>
<body>
<table width="70%" border="2">
<tr>
<td width="35%">
<?php
echo "Frase UNO";
?>
</td>
<td width="35%">
<?php
echo "Frase DUE";
?>
</td>
</tr>
</table>
</body>
</html>
eseguo con apache2.2
ma le frasi all' interno delle celle non mi vengono visualizzate :help:
<html>
<head>
<title>Prova di pagina HTML e PHP</title>
</head>
<body>
<table width="70%" border="2">
<tr>
<td width="35%">
<?php
echo "Frase UNO";
?>
</td>
<td width="35%">
<?php
echo "Frase DUE";
?>
</td>
</tr>
</table>
</body>
</html>
eseguo con apache2.2
ma le frasi all' interno delle celle non mi vengono visualizzate :help: