Hey People,
I'm a little confused with an array i have here, Here's how it goes.
$check = mysql_query("select id,fname,lname,department...... $result = mysql_fetch_array($check);
Now when i echo the results e.g $result['id'] etc they all work but one. $result['department'] doesn't echo unless i do a 'department as dep' or $result[3].....
Is there a max length for key's??? or am i going wrong somewhere?
Thanks for your time,
Justin.