[PHP-WIN] Permissions on Windows

2004-10-06 Thread Tumurbaatar S.
I'm going to install PHP5 on Win2k3 server and need to know what permissions to grant to what users/groups. There're 3 objects where I have to set permissions: 1. main php folder where CGI/ISAPI and extension modules 2. session files folder 3. php.log file (I'm planning to use log file instead syst

Re: [PHP-WIN] Convert Nominal Number into string spelling in PHP

2004-10-06 Thread graeme
I don't know of a function that does what you want, although I'm sure that such a function has been written many times. If you want to write it yourself then you will need to grab each individual digit that can be done in a simple loop using the modulus and divide operators The following snipp

[PHP-WIN] Convert Nominal Number into string spelling in PHP

2004-10-06 Thread susilo
Does everyone know how to convert Nominal Number into string spelling in PHP ?. Like this : Nominal Number : 567.123.560 And the spelling string/word have to be like this : "Five Hundred Sixty Seven Million One Hundred Twenty Three Thousand Five Hundred and Sixty" Please help me..

Re: [PHP-WIN] php_mysql.dll - WON'T WORK!!

2004-10-06 Thread Kevin Williams
PHPDiscuss - PHP Newsgroups and mailing lists wrote: I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "

[PHP-WIN] php_mysql.dll - WON'T WORK!!

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice

[PHP-WIN] Re: Unable to load php_mysql.dll

2004-10-06 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I set my extension folder to 'D:\Service\PHP\ext' and the php_mysql.dll is in the ext folder. I was getting an error saying "The specified module could not be found." But after I copied the libmySQL.dll to the system32 folder, I got this error, "The specified procedure could not be found." (Notice

RE: [PHP-WIN] Function reference

2004-10-06 Thread Gryffyn, Trevor
Very good point. The VBA editor and related help can definitely be a good place to look for information. A lot of times in VBA, you just start typing and it pops up with help and options relating to what you're entering. I've written things in VBA then translated them to PHP just to get the st

RE: [PHP-WIN] Function reference

2004-10-06 Thread Gryffyn, Trevor
This might help a little: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrco re/html/wrconwordobjectmodeloverview.asp Microsoft has a few object models online that give you an idea of the objects, properties, methods, etc in their products. The one for MapPoint is excellent

Re: [PHP-WIN] PHP5, IIS & MySQL

2004-10-06 Thread Felipe Gasper
Quoth James Nunnerley on 10/6/2004 8:03 AM... Unable to load dynamic library './php_mysql.dll' - The specified module could not be found. You need libmysql.dll from the PHP distribution somewhere where PHP can find it. I've put php_mysql.dll in the /%SystemRoot%/system32 directory, which is how

[PHP-WIN] PHP5, IIS & MySQL

2004-10-06 Thread James Nunnerley
I've been asked to setup a webserver, which currently runs various ASP.NET stuff, with PHP ability, linking to a MySQL Db. I've always found it easy to configure PHP, MySQL etc on Apache, but never done it on IIS. I've followed the instructions on the PHP website, and can php display scripts; how

AW: [PHP-WIN] Function reference

2004-10-06 Thread Sven Schnitzke
Dale, best thing you can do is start by developing the script using Word's VBA using builtin calltips, help and object browser then translate it to PHP. The most important thing to observe is that PHP's COM implementation does not implement multidimensional variant arrays (at least as of 4.3.3

[PHP-WIN] Function reference

2004-10-06 Thread Dale Attree
Hi, Does anyone have or know where I can find a function reference for MicroSoft Word as a COM object in PHP, other than the example in the PHP CHM file and/or manual. Kind Regards, Dale