| There is actually two ways to include banners:
1) Local publicities:
In the location you prefer to show the banner for the
zone called (for
example) "zone1", it must include the following code:
<html>
...html code...
<?
$zone = "zone1";
include("path_to_nkads/muestra.php");
?>
...html code...
</html>
2) Remote publicities:
<html>
...html code...
<script src="http://server_address/nkads/muestra.php?zona=zone1&r=1">
</script>
...html code...
</html>
|