doubt about ajax

Status
Not open for further replies.

alvaroag

New Member
Messages
288
Reaction score
0
Points
0
i'm thinking about implementing ajax on my site, but i have a doubt about ads using ajax. for example, if I have a "file.php" which shows information received from "ajax.php", I suppose i have to put the ads only on "file.php", as "ajax.php" doesn't outputs html, but outputs a text squence which is interpreted by the javascript to write html inside a layer.

thanks

Alvaro
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
You do not have to put ads on files that are includes. If one pages uses 50 other pages to build itself, as long as the ads are visible they do not have to be in each included file.

-Corey
 
Status
Not open for further replies.
Top