Output all values of an array

PythonPython Forum LeaderThe Royal RAM
Ok, in vbulletin there is an array called bbuserinfo[]

How can I output every value in that array?

Thanks

The Royal Ram

Comments

  • PythonPython Forum Leader The Royal RAM
    ok Ive figured it out :)

    echo '<pre>';
    print_r($bbuserinfo);
    echo '</pre>';

    thanks anyway

    The Royal Ram

Sign In or Register to comment.