[nyphp-talk] mysql only host

2008-06-24 Thread Aaron Deutsch
I always seem to have slow MySQL databases with my reseller and shared hosting. Is there such a thing as MySQL only hosting? If so any recommendations? thanks, Aaron ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/ta

[nyphp-talk] zipcode lookup

2007-12-04 Thread Aaron Deutsch
sent on behalf of a co-worker I am building a zip code area UI. For instance, a resource is assigned a range of zip codes that they can recruit prospective clients from. The table fields are: RESOURCE_CODE | ZIPCODE Each available zip code is listed with the relative resource code. My pro

Re: [nyphp-talk] VERY user friendly php-compatible CMS

2007-02-09 Thread Aaron Deutsch
I'm just starting with drupal 5.xDid you add the fckeditor module to the text editors? (Allowing you MS Word style buttons) On 2/9/07, Hans C. Kaspersetz <[EMAIL PROTECTED]> wrote: Halter, Shari wrote: > > Any suggestions? > > I am not familiar with Joomla, but I wonder how it would co

[nyphp-talk] server mappings

2006-12-07 Thread Aaron Deutsch
I'm trying to figure out how to map servers in such a way so I can use a php script on one server to manipulate files on another without using ftp functions. For example: I have a file upload form on one server that will use move_uploaded_file and put it on another server. I'm not the networkin