Forum Moderators: coopster
this function connects the the database and displays the contents based on the query and the $count number...
everytime something is displayed inside the function it gets $count++ which works but when i try and use the results of $count after the function has ended... its the origninal $count before the function... (if this makes sence) any help of how to do this would help a lot
See PHP; Variable Scope [php.net]
;)