come dicevo, io di linguaggi lato server non so nulla.
le pagine se le apro con dreamwever hanno questo codice:
<?include_once("admin/config.php");
include("admin/class/clsAdminQueries.php");
$adminObject = new MainAdminClass();
$getPageData = $adminObject->get_pageDetails("30",TBL_LINK);
include("header.php");
include("left_home.php");
$pageName = "About Us";
?>
<table width="560" border="0" cellspacing="0" cellpadding="0">
<tr><td height="10"></td></tr>
<tr>
<td colspan="2" class="yellow_hd" style="padding-left:15px;">Home > Help > All About Us</td>
</tr>
<tr><td height="15"></td></tr>
<tr>
<td class="normal_txt">
<?=stripslashes($getPageData['fld_link_content']);?>
</td>
</tr>
</table>
<?include("footer.php");?>
Posso accedere al pannello di controllo, ma solo per modifice contenuto, non codice.

Rispondi quotando