I'm shuffeling through numbers range(1, 10). Can I eval resulting random numbers and convert to appropriate text? 1 = username1, 2 = username2...etc?
Comment on this Question and Answer >>>
ASK A QUESTION
More arrays PHP Questions
How can I display a 2 dimensonal array?OK I've been trying to echo out the arrays "$people and $other people" using the for-each method in alphabetical order. but when i see what this displays it does it in some other order. THIS IS THE CODE PHP Ch8 Lab
im getting a Resource id #5 $rs_comp = mysql_query("select * from company where autoID='$row_settings[compid]'");
I have an array of numbers and many repeat, how to list all items in order of maximum occurence?
Hi. i have a music samples website. in one table, id like a different sample to appear every time the page is refreshed. how do i acheve this? how can i alterate and retrieve these bloody mp3's? surely i can use a PHP script? thankyou
