Robert,
This list tends to be English oriented, you may have a hard time getting a
response if you post in French.
If you can speak English well enough to rephrase your question, I would
suggest that, otherwise you may have better luck somewhere else.
-Original Message-
From: Robert Nad
Quelqu'un pourrait-il me dire les directives à insérer
dans le fichier de config de Apache et dans les fichiers
truc muche de W2k pour intaller php3 ?
J'ai passé quelques heures à chercher dans la doc de php
et dans les FAQ mais je n'ai rien trouvé de concret et d'utilisable.
Merci
--
Robert Na
Dear David,
I run PHP, ASP, Perl and MySQL all on the same NT4 IIS4 server. This server
also connects to MSSQL, Oracle and Access databases. I have no problems and
if you need me to tell someone that, just give them my address.
John Asendorf
-
John Asendorf - [EMAIL PROTECT
My experience has been that you should have no problem using both PHP and
ASP with IIS.
But that's just my personal experience. You can even use both together to an
extent, I presume.
I have used both PHP and Perl together (not in same exact code, that is. but
passing from one perl script to a p
Oh, oops ... one line should not be in there ... remove this line from the
randomize function:
$usedIndexesArray[$i] = $randomIndex;
It should not be there. I started to keep track of the indexes used, but i
found better way to do it. So remove that line, it does nothing.
-Nicole
"Nicol
And, now, in PHP ...
Before randomized ... ";
## print out array before randomized
for($i=0; $iAfter randomized ... ";
for($i=0; $i 0 &&
in_array($someArray[$randomIndex],$newArray) )
{
$randomIndex = rand(0, $sizeOfArray-1);
}
$newArray[$i] = $someArray[ $randomIndex ];
$used
Hi,
I am a college student majoring in computer programming, and have gotten my
college to agree to allow me to install the MySQL database and PHP4 engine
on one of their servers providing it won't interfere with the ASP pages they
are using already.
I serve as the president of a campus fraterni
php-windows Digest 22 Mar 2002 13:59:51 - Issue 1058
Topics (messages 12724 through 12728):
Seeing plain text instead of HTML!!!
12724 by: Sava jurisic
(help)random image??
12725 by: KONUS
12726 by: Rasmus Lerdorf
Problem with sql call (with W2K) but same call work
You can completely randomize an array with n elements in n operations, by
using the following brute force approach:
void ScrambleIntList(int *pnElements, int nLen)
{
for (nLoop = 0, nLoop-Original Message-
>From: Afan Pasalic [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, March 21, 2002 9:
Hi,
I've install W2K and php (ver 4.1.2) on my pc and copy my scripts wich
are running under a W98 OS.
It work fine but with the following sql call I crash my webserver.
The problem is with the max function.
Under the console, i receive the following message : FATAL : emalloc():
unable to a
10 matches
Mail list logo