On Tue, 5 Oct 2004 16:50:04 -0700, Wendell Frohwein
<[EMAIL PROTECTED]> wrote:
> Hi Andrew. I'm using a class that was designed to search zip code
> radius's. Here is the piece that gets them.
> 
> 2 Mile Radius Search From 90606
> $radius="2";
> 
> $zipArray1 = $zipLoc->inradius("90606",$radius1);
> $zip_results1=count($zipArray1);
> 
> print_r($zipArray1);

Have you tried a print_r directly on the $zipLoc->inradius call?  Is
it a PHP library, and if so, can you look at what inradius is doing to
build that array?

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to