Non è così, se guardi bene in giorgio.php ho incluso base.htm <? include "base.htm" ?>Citazione:
Originalmente inviato da sitoutileweb
mentre in base.htm ho richiamato (come suggerito da vash1486) la pagina giorgio.php
Allora, ho apportato queste due modifiche al codice,
1 - ho chiuso il tag td </td> ( grazie stntech )
2 - mi sono accorto che la pagina base.htm contiene lo script </ php include "giorgio.php" e quindi l'ho rinominata in base.php, ma la pagina ancora non va. Vi riposto il codice con le modifiche, dove sbaglio ancora?
base.php
giorgio.phpCitazione:
<html><head>
<meta http-equiv="Content-Language" content="it">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<div align="center">
<center>
<table border="1" width="800">
<tr>
<td width="100%" colspan="3" bgcolor="#000080"> </td>
</tr>
<tr>
<td width="150" bgcolor="#000080"> </td>
<td width="520"><?php include "giorgio.php" ?> </td>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </td>
<td width="150" bgcolor="#000080"> </td>
</tr>
<tr>
<td width="100%" bgcolor="#000080" colspan="3"> </td>
</tr>
</table>
</center>
</div>
</body>
</html>
Citazione:
<html>
<head>
</head>
<body>
<div align="center">
<? include "base.htm" ?>
<center>
<table border="1" width="520" height="553">
<tr>
<td width="100%" bgcolor="#00FF00" height="547"> </td>
</tr>
</table>
</center>
</div>
</body>
</html>
