What I want to do is count how many {PAGE}'s there are on the page which is 5. How would i do this?{PAGE0}
This is page zero.... kewl...
{PAGE1}
This is page 1
{PAGE2}
This is page 2
{PAGE 3}
This is page 3
{PAGE4}
Thanks
Moderator: General Moderators
What I want to do is count how many {PAGE}'s there are on the page which is 5. How would i do this?{PAGE0}
This is page zero.... kewl...
{PAGE1}
This is page 1
{PAGE2}
This is page 2
{PAGE 3}
This is page 3
{PAGE4}
Code: Select all
$var = substr_count($string,"{page");