Another Simple array question
Posted: Mon Feb 21, 2005 5:58 pm
alrighty, I'm trying to assign parts of an array from mysql to a new array done like this,
and you've gessed it, it doesnt work, the line print($value....... works but i cant get the partnumber to work. I'm tired, please help.
Code: Select all
while($pn = mysql_fetch_array($result_numbers, MYSQL_NUM)){
foreach($pn as $value){
print($value.'<br>');
$partnumberї]=$value;
}
}