On Feb 15, 2011, at 4:32 PM, Brian Dunning wrote:

Yes, thanks, what I'm looking for is how to do that.

On Feb 15, 2011, at 1:38 PM, Simon J Welsh wrote:

Assuming you're only using <p> tags, count the number of opening <p> tags, divide by three. First ad block goes after the round($amount/3)-th </p>, second ad block goes after the round($amount/3*2)-th </p>.
---
Simon Welsh

Dear list,

I want to extend the original question to a discussion about the relative merits of doing this within PHP vs. doing it afterwards in JavaScript. I can see arguments for both sides, so I would like get opinions from others on this tradeoff.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to