how to add x10 add code on a php page?

allinone

New Member
Messages
227
Reaction score
0
Points
0
i have phpmychat installed. I want to add the code for ad enhanced on the front page which is a php page... i have added but its not appearing when thge page is loading......


whats the problem
 

xPlozion

New Member
Messages
868
Reaction score
1
Points
0
Forgive me, as I don't know how phpchat is setup, but if they have template files (like web forums, then it'll go in there, but if there's only an index.php, then look within the code for the proper place you would like to place it, and use
PHP:
echo "ad script goes here.  escape your \"quotes\" or you will get an error 'apostrophes' are okay aslong as you do not start the echo with 'apostrophes' :)";
 
Last edited:
Top