Hi peeps
just a quicky.
I have created an array and i want to add to the array inside a while loop is this possible?
$data = array();
while ($var=mysql_fetch_array($var2))
{
if ($var==$match)
{
//this would be where i add to the data array how i dont know yet
}
}
any ideas it would really help