gcorwin
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] reply-to address does not workoh frak, it’s not X-Reply-to: it’s just Reply-To: (I was confusing PHP and ASP). I tried this and it works, just add:
Reply-To: [your-name] <[your-email]>into the Additional Headers.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] reply-to address does not workThe answer would seem to be to implement the X-Reply-To: header, but it doesn’t seem to work
I tried this myself and I am also wondering what they solution is. I think in part it’s because the <return-path> header is overriding it, but I am not a expert on this subject.
Anyone else have luck with this?
Forum: Installing WordPress
In reply to: terrible mySQL support from PHPI followed these instructions verbatim, and it still won’t work. I even tried both isapi and the executable in IIS.
http://www.php.net/manual/en/ref.mysql.php
MySQL is no longer enabled by default, so the php_mysql.dll DLL must be enabled inside of php.ini. Also, PHP needs access to the MySQL client library. A file named libmysql.dll is included in the Windows PHP distribution and in order for PHP to talk to MySQL this file needs to be available to the Windows systems PATH.
Don’t get me wrong – I love WordPress, and mySQL, it’s PHP that isn’t playing nice. I’ve never had this much trouble setting anything up – even CFMX!