[PHP-WIN] Re: cannot load dynamic module ..

2005-06-07 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 - - - - - Hi! I installed Apache 2.054 and the latest version of php 4. Unfortunately I php can't load the extensions while startup of Apache. Although the extension path is correct and the files exists. I tried it with H:\programme\php\extension

Re: [PHP-WIN] Re: cannot load dynamic module ..

2005-06-07 Thread martin hochreiter
- - - - check http://www.ricocheting.com/server/php.html for setting up PHP, MySQL, CGI and Apache Hi Michael! That is exactly what I did. But php can't load the extensions ... lg -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: cannot load dynamic module ..

2005-06-07 Thread Michael Louie Loria
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 - - - - Hi! I installed Apache 2.054 and the latest version of php 4. Unfortunately I php can't load the extensions while startup of Apache. Although the extension path is correct and the files exists. I tried it with H:\programme\php\extensions

[PHP-WIN] Re: How to setup the mail server so that I can use mail() function

2005-06-07 Thread ST Ooi
As a matter of fact, I have install XMail and try to use PHPMailer to send the email but it's always rejected by the mail server. The reason is relay failed. I have a webmail software that running on the same server call UebiMiau which uses PHPMailer to send email, and it works. The code that I

Re: [PHP-WIN] what's wrong with this while loop?

2005-06-07 Thread graeme
You could help by saying what you mean by "the result is strange" There is a increment of $tot at the end so it should be incrementing, but is it? What does your echo statement say? You could move most of the file checking out of the loop, test and open before the loop, if the file is okay th

[PHP-WIN] cannot load dynamic module ..

2005-06-07 Thread martin hochreiter
Hi! I installed Apache 2.054 and the latest version of php 4. Unfortunately I php can't load the extensions while startup of Apache. Although the extension path is correct and the files exists. I tried it with H:\programme\php\extensions H:\programme\php\extensions\ H:/programme/php/extensions H:

Re: [PHP-WIN] what's wrong with this while loop?

2005-06-07 Thread Luis Moreira
What's wrong with the while loop ? You mean besides the fact that you are accessing an array and not specifying the index ? $rand_key[] = $key_chars{$rand_pos}; Other than that, saying te result is strange is not good enough. If you want help, you have to be more specific. As to the "50 millio

RE: [PHP-WIN] what's wrong with this while loop?

2005-06-07 Thread Murray @ PlanetThoughtful
> Following my code is to write a 15digit random generated password into a > file named test.txt. I was trying to keep it random generating 100 > passwords > and be written into test.txt by using a while loop, however, the result is > strange. > > Take a look at the code (most of it is from php.ne