[]
MTO said:Is the age search in the format of "between X and Y years old?
That's the way I think it should be...

[/]
Sure is.

And it even works.

Thanks to JoshPet's (and dimopoulos' code from the birthday add on.

)
I'm just struggling with how to store the results of the age query into a variable so it can easily be output to the results page.
Right now anything that is within the scope of the search is being written to an array, which should be fine, but it's doubling up on the values, creating an odd array.

For example:
<br />Array<br />(<br /> [0] => Array<br /> (<br /> [0] => Zackary Stoutheart<br /> [U_Name] => Zackary Stoutheart<br /> [1] => 4<br /> [U_Number] => 4<br /> [2] => Aug<br /> [U_BirthMonth] => Aug<br /> [3] => 13<br /> [U_BirthDay] => 13<br /> [4] => 1974<br /> [U_BirthYear] => 1974<br /> )<br /><br />)<br />
I'm still doing some research on how best to store the results for extraction later... The above is produced by adding the extracted mysql_query into an array by using a statement such as: $resultsarray[] = $result;
Where $result is the information for the user, again extracted from the query.
Hmm, don't even know if that made any sense.

I'd sure like a better way to store this, if anyone can offer a suggestion.

This is the last big hurdle to getting this in beta. The rest will be cosmetic changes and I've already mapped out in my head a way to use the other 4 custom fields as well.

At least I'm learning AND having fun at the same time... though I may need to do more sheetrocking, since there's a big dent in the wall next to my desk where I've repeatedly banged my head.

Anyway, back to work before someone notices me slacking.
