[PHP-WIN] Re: Sending Emails

2005-01-06 Thread HarryG
I have a similar setup on my xp pro box but with iis. I have installed the smtp service of iis and in my php.ini said that the mailserver is localhost. I can send out email using my php forms and applications. "Hassan Shaikh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > My

[PHP-WIN] RE: PHP5, IIS6, and Windows2003 Web Edition

2005-01-06 Thread Gilbert, Mark
In IIS you need to check the "Web Service Extensions". If you do not have an extension in their that explicitly permits the php.dlls you are using then you will get the errors you described. You need to add both dlls you are using for example if you are using ISAPI then you would set up - php4ts.dl

Re: [PHP-WIN] Re: Sending Emails

2005-01-06 Thread Armando
Yes you can do it but you have to remember that some people on certain ISPs may not ever receive email from you. For instance, my IP address is listed on the mail abuse DUL list (actually my whole subnet is, and most other Shaw subnets are as well). Because of that DUL list no AOL user will eve

[PHP-WIN] Re: Word COM Object

2005-01-06 Thread Dirc
Might be better to post this on one of the microsoft newsgroups as news.microsoft.com "Ron Herhuth" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have successfully made a PHP script that takes dynamically generated HTML and creates a Word Doc then saves it to the server and create

[PHP-WIN] Re: Word COM Object

2005-01-06 Thread michael
You could try to generate RTF commands, not sure if that will work though. There should be loads of websites that give you the relevant commands. Rgds, Michael Dirc writes: Might be better to post this on one of the microsoft newsgroups as news.microsoft.com "Ron Herhuth" <[EMAIL PROTEC

Re: [PHP-WIN] Re: Word COM Object

2005-01-06 Thread jon
Generally, I'll build the document in word, put ||TEXT|| (or something similar) wherever I need to replace text, then save the document as an rtf. From there, I just grab the doc, search and replace all my ||TEXT|| areas, and write the file back out, but with a .doc extension. Word will open i

[PHP-WIN] PHP & Win2k

2005-01-06 Thread Daniel Aguilar
I'm a newbie to PHP and I can't find what "PHP_Self" ( )ers to? it seems to be why I can't get my supposedly simple php shop to work. Any suggestions or websites with examples? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php