I have a while loop that is pull a list form a MySQL DB this list is part of a java script all is well put there is one problem inthe jaav sript it requires a auto increment in the values of 2 to keep track of the script
form(0)
form(2)
form(4)
form(6) ect...
How can I start form 0 and count in this form form within a while loop
Any hel is appreciated
TIA
RichieTM