Re: [PHP-WIN] Sending mail via gmail account

2011-05-31 Thread Tac Tacelosky
Get phpmailer, best way to send mail from php under Windows. See this tutorial: http://www.110mb.com/forum/index.php?topic=14144.0 Tac On Tue, May 31, 2011 at 9:08 AM, Larry L. wrote: > Hi, > > I'm a newbie and trying to send mail using my gmail account from the > Windows > 7 machine I'm usi

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Tac Tacelosky
Use PHPMailer, it is MUCH, MUCH, MUCH better than the native mail() function built into PHP. If you have a google account, you can set it up to use that as your mail server, saving you all sorts of headaches involved with sending mail from Windows, especially from a home machine with a dynamic IP

Re: [PHP-WIN] speed of require/include

2010-10-20 Thread Tac Tacelosky
t of the time. IMHO, of course. Tac On Wed, Oct 20, 2010 at 6:07 PM, Tommy Pham wrote: > > -Original Message- > > From: Keith Davis [mailto:keithda...@pridedallas.com] > > Sent: Wednesday, October 20, 2010 2:09 PM > > To: Tac Tacelosky; Tommy Pham > &

Re: [PHP-WIN] speed of require/include

2010-10-20 Thread Tac Tacelosky
If you have the RAM, install php_apc -- once the scripts are included once, the tokenized php will be cached in memory, can be a significant performance boost. We also use it for "global" variables that don't change across scripts, such as state and country names. Great tool, I wish it were built

Re: [PHP-WIN] PHP Data Grid

2009-12-07 Thread Tac Tacelosky
We've been using jqgrid (http://trirand.com/jqgrid/jqgrid.html) and have been pretty pleased with it. Tac On Mon, Dec 7, 2009 at 1:14 PM, Warren Vail wrote: > Try one of the following; > > http://www.jquery.com > http://www.extjs.com > > Warren Vail > > -Original Message- > From: Harpre