RE: [PHP-DB] Unable to connect to mysql database

2010-08-10 Thread 3dgtech
Hi there, You will have to adjust the configuration file (configuration.php) in your root folder for the new site. var $host = ; var $user = ; var $db = ; they have to reflect the new settings. Hope that helps. Eli Aschkenasy -Original Message- From:

Re: [PHP-DB] RE: [PHP-WIN] Re: Need Help in setting up a server

2010-06-30 Thread 3dgtech
Well, there are two more things to do. 1. If you have a router you will have to forward the ports for the webserver (80, etc) to the correct internal ip. - depending on your security needs consider putting your webserver into the fm 2. There are multiple services out there that offer dynamic

Re: [PHP-DB] upload images

2010-05-31 Thread 3dgtech
losPhone On May 30, 2010, at 6:57 PM, 3dgtech syst...@3dgtech.com wrote: The problem with time() is that fast servers are too fast! (you will have processed multiple files before time() changes.) Add the $i from the for loop in multiple images to the end of your filename. On May 30, 2010, at 4

Re: [PHP-DB] upload images

2010-05-30 Thread 3dgtech
The problem with time() is that fast servers are too fast! (you will have processed multiple files before time() changes.) Add the $i from the for loop in multiple images to the end of your filename. On May 30, 2010, at 4:33 PM, Karl DeSaulniers k...@designdrumm.com wrote: Try this Try

[PHP-DB] MySQL vs. Session array

2010-04-07 Thread 3dgtech
Quick question. I have an AJAX component that fires a like query for each key up event (since it's a like % query there is no indexing or caching possible). While everything works fine, I was contemplaining downloading the ~1500 rows into a session var as array, offloading the (seperate)