Posts Tagged ‘mysql’

Posted in Ubuntu, Zend Server on June 15, 2010

installing Zend Server 5.0.1 on ubuntu 10.04 LTS

When I tried to install the latest Zend Server 5.0.1 on a clean install of the latest ubuntu 10.04 LTS, I got an error… The following packages are BROKEN: php-5.3-mysql-zend-server php-5.3-mysqli-zend-server php-5.3-pdo-mysql-zend-server After some researching I found a quick sol ... Continue Reading

Posted in php on October 20, 2009

Geo/Spatial search using Sphinx search and php

I have some databases with geo-location data in it, and wanted it displayed on my iPhone using Layar. Doing some research on this, I found a great presentation on Geo/Spatial search in MySQL. Reading this presentation shows that doing a search of geo-locations in a radius around a geo-loc ... Continue Reading