Quote:
Originally Posted by TheSpecialist
Just run a query... Off the top of my head:
PHP Code:
$cache=$DB_site->query_first("SELECT fieldX FROM userfield WHERE userid=Y");
Typing $cache[fieldX] would display the field.
I'm not sure what mroe you want, but this should do the main part.
|
actually from all users that have that field filled in if it's possible. afterall I would think scanning empty rows would not cause undue stress.
So i would drop the WHERE userid=X and it would scan for all?
Ohh, and thanks.