Hi,
I still have some mess in my mind regarding Arrays... I have one of them similar of this:
$result = mysql_query($sql);
I usually use mysql_fetch_array with a While to get out values, but is it possible to get out values in other ways using PHP array functions like each() ?
If yes, how ?
I have this problem because I want to merge more arrays togheter, clean double values and then print it's content...
Thamk you !