Gursky Posted July 22, 2006 Posted July 22, 2006 I want to add into my script a 'counter' just a very small piece of code that will count my posts when it posts, like bump 1, bump 2 bump 3 you know? so how would i do that? i want it to count every loop.
brodie28 Posted July 22, 2006 Posted July 22, 2006 I have no idea what your script does or what you are talking about, but Ill have a guess anyway. record it as "Bump" & $number And at the end of every post include this code $number = $number + 1 You will need to set it to one as the script starts though.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now