-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
- - - -
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
-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
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
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
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:
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
> 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