Parašė Qrmiz· 2007 Lap. 20 18:11:59
#2
siūlyčiau dėti per iframe...
Daryk taip:
1. public_html'e sukelk visą tą knygą į folderį: /phpknyga
2. sukurk
php failą: knyga.php su kodu:
<?php
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
opentable("Svečių knyga")
echo "<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td><IFRAME src='phpknyga/index.php' marginWidth="0" marginHeight='0' frameBorder='0' width='100%' height='100%' scrolling='no' noresize></IFRAME></td></tr></table>";
closetable();
require_once "side_right.php";
require_once "footer.php";
?>
3. tą failą knyga.php kelk į pagrindinį folderį ;)