Sorry guys,
I wasted your time if you looked at this.
The local.php as copied from my local machine and had 'localhost' as the
base url rather than the proper web address.
Meet Dumbererer!
George
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/uns
I'm not sure what syntax would work for you with one query. You might try
the mysql list. I personally make two queries. One would be a query to the
foo table to get the name and the second would be a loop to iterate through
each contact info entry. For each iteration you will get the array wit
--- "Matthew K. Gold" <[EMAIL PROTECTED]> wrote:
> SELECT FooLName, FooPhone, FooEmail
> FROM foo, foocontact
> WHERE foocontact.FooID=$FooID and foo.FooID=$FooID;
You might try this instead:
select foolname, foophone, fooemail
from foo, foocontact
where foo.fooid='$fooid' and foo.fooid=foocon
3 matches
Mail list logo