dynamic pages

Status
Not open for further replies.

thecarver

New Member
Messages
110
Reaction score
0
Points
0
hey guys its me again
I was just wondering if i needed to put the ad codes on EVERY page on my site.
because the pages on my site are accessible through a page like index.php?page=login
my pages are like
include("header.php");(thats where the ad code is)
include("page that is after the "page" attribute")(thats where the page that gets included in the index is.
do i need to put ads on every page, even if it is not linked to, or can I just put it in my header file

if you dont understand, go to
www.timeofnations.com/index.php?page=loginform
and you can access the page by going to www.timeofnations.com/loginform.php
but there are no links pointing to pages that don't have an index.php?page in them
i hope its clear enough.
thanks
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
For security do some path checking... otherwise i see no problem, as long as when you view the page (View Source) you can see the ad code (It will be javascript, just like the one at http://forums.x10hosting.com/ads.php).
 

jaint

Member
Messages
174
Reaction score
0
Points
16
just include the ads on the main page, then when each page is called it is displayed.
 

Chris S

Retired
Messages
2,055
Reaction score
1
Points
38
well if you have it on the header, and the header is shown on each page then it is ok
 
Status
Not open for further replies.
Top