Okies, so here's the basic idea..
Now, you can guess what I want to do... I want the results of that row stored in $somevar, so that I can call $somevar['fieldname1'], $somevar['fieldname2'], etc..
But it's telling me...
Line 9 being $somevar = myfunc();
I've not tried doing this before, so I'm not sure quite how to go about it, or exactly what to hit google with to find the results I desire.
Does anybody know how to write this so I can have a function pull a row from a MySQL table, then have that function pass it back to a $variable, so that I can just call the values by $variable['whatever'] ?
Thanks.