RE: [PHP-WIN] php3 + Apache + Windows 2000 Pro

2002-03-22 Thread Robin Bolton
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

[PHP-WIN] php3 + Apache + Windows 2000 Pro

2002-03-22 Thread Robert Nadot
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

RE: [PHP-WIN] PHP4, ASP, and IIS

2002-03-22 Thread Asendorf, John
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

[PHP-WIN] Re: PHP4, ASP, and IIS

2002-03-22 Thread Nicole Amashta
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

Re: [PHP-WIN] random elements of an array

2002-03-22 Thread Nicole Amashta
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

Re: [PHP-WIN] random elements of an array

2002-03-22 Thread Nicole Amashta
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

[PHP-WIN] PHP4, ASP, and IIS

2002-03-22 Thread David Lanier
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 -0000 Issue 1058

2002-03-22 Thread php-windows-digest-help
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

RE: [PHP-WIN] random elements of an array

2002-03-22 Thread Svensson, B.A.T. (HKG)
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:

[PHP-WIN] Problem with sql call (with W2K) but same call work fine under Win98

2002-03-22 Thread Dominique van der Wal
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