View Single Post
Old 06-18-2007, 02:45 AM   #21 (permalink)
DJMaze
Senior Contributor
 
DJMaze's Avatar
 
Join Date: Mar 2005
Posts: 651
DJMaze is on a distinguished road
Well sometimes your question are like from a 12 year old in my feeling.
It's not to downgrade you, but some questions emply that you didn't learn a thing from answers due to the fact that basics like operator and associative arrays are missing in your knowledge.

PHP Code:
header('Content-type: text/plain');

$records = array();
while (
$array mysql_fetch_assoc($result))
{
    
$records[] = $array;


print_r($records); 
__________________

UT: Ultra-kill... God like!
DJMaze is offline   Reply With Quote