[FX.php List] RE: Mixed search requests

Alex Gates alex at gandrpublishing.com
Thu Oct 26 06:59:50 MDT 2006


Wow - this is a great way to view the array.

Question:  Some have .1 after the recID.  Others don't. Why?  When I use
get(RecordID) it doesn't show the .1
I'm sure it won't effect what I'm doing... I'm just curious.

[16.1] => Array
        (
            [Browser] => Array
                (
                    [0] => Netscape
                )

            etc.

[19.0] => Array
        (
            [Browser] => Array
                (
                    [0] => Microsoft Internet Explorer
                )
		etc.

----------------
also, instead of just print_r() on the FX array, do this:

echo '<pre>';
print_r($fx_returned_array);
echo '</pre>';

your crossed eyes will uncross.

dan






More information about the FX.php_List mailing list