i've read the guide but cant insert ad

Status
Not open for further replies.

cvmd1

New Member
Messages
1
Reaction score
0
Points
0
my site is witten in php(not a forum). i've insert the code but it doesnt appear on my page.
 

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
The Ad-Code needs to be inserted in HTML, not in PHP.
If you know how to use HTML on PHP you can do it that way too, but it's more difficult.

A simple example of how to insert the ad code is:
HTML:
<html>
<head>
<title>Simple HTML</title>
</head>
<body>
<!-- AD CODE -->
<script type="text/javascript" src="http://x10hosting.com/adserve.js?tbml"></script>
<!-- PHP CODE-->
<?php
// Here you can put your PHP code.
?>
</body>
</html>
 
Status
Not open for further replies.
Top