rhock_95 Posted June 11, 2008 Share Posted June 11, 2008 I'm thinking this can be done script-side rather than in the database itself... here's what I need help with...I have a script that displays a list of contacts when a category is selected...the results are displayed in a list with pagination ... a typical row (display code) looks like this: echo ' <td>'.$data['phone'].' </td>'; What I would like to do is is have a "Google AdSense" text ad be displayed after X amount of displayed rows...can I use php to include() the Adsense code in this manner?...If this is possible, can someone post an example of how the display counts the rows and includes the ad file. Link to comment Share on other sites More sharing options...
.josh Posted June 11, 2008 Share Posted June 11, 2008 Thread closed. You already asked this in your other thread, and you already got an answer. Link to comment Share on other sites More sharing options...
Recommended Posts