Re: [PHP-WIN] STUCK : String Comaparison

2004-04-01 Thread Rico Derks
Hi Ron, Also in PHP a string is actually an array of characters. Maybe you can pick out each character and compared it to the character in the same position of the known string! Example: // Get the first character of a string $str = 'This is a test.'; $first = $str{0}; // Get the third charact

Re: [PHP-WIN] multilanguage solutions

2004-03-02 Thread Rico Derks
Hi, I haven't made an interface for translating into different languages! I have my languages in a include file. I provide the translator the english version and the language I want to translate it in. The results: http://www.licoweb.nl/acas/ Cheers, RICO. On Thursday 26 February 2004 19:42,

Re: [PHP-WIN] ISP Blues

2003-03-27 Thread Rico Derks
Hi, I also have the php_gd.dll in the extensions dir of php. But I had to change the extension_dir = to extension_dir = C:/php/extensions Cheers, RICO. At 22:22 26-03-2003, Anthony Ritter wrote: The following script works fine when I test it at home using localhost on: MS Win 98 Apache Server P

Re: [PHP-WIN] PHP HTTP Authentication, Win2k & IIS

2003-02-19 Thread Rico Derks
Hi, I saw on the Zend page that they global variables. Check in your php.ini if your register_globals is on. Cheers, RICO. At 15:58 19/02/2003, John Toews wrote: Hello All, I am experimenting with HTTP authentication in IIS 5.0 on a Windows 2000 SP3 server with PHP 4.3.0. PHP is installed as

Re: [PHP-WIN] mhash extension module

2003-02-12 Thread Rico Derks
Hi Matt, Maybe you checked it already. How is the extensions_dir specified in your php.ini. Should be something like: c:/php/extensions Cheers, RICO. At 20:55 12/02/2003, Matt Hillebrand wrote: Does anyone know how to use the php_mhash.dll that comes with PHP for Windows? If I uncomment that

Re: [PHP-WIN] PHP or Apache isn't playing nice

2003-02-12 Thread Rico Derks
Hi, I forgot something. Check your php.ini where your includes are stored. Cheers, RICO. At 00:27 13/02/2003, o-juice wrote: Hello. I've got the following set-up and working at home (on a Win98SE workstation): Apache 2.0.43 PHP 4.2.1 For some reason the following code (which works fine on my

Re: [PHP-WIN] PHP or Apache isn't playing nice

2003-02-12 Thread Rico Derks
Hi, Try removing the ../ part from the include functions. I had more or less the same problem! Cheers, RICO. At 00:27 13/02/2003, o-juice wrote: Hello. I've got the following set-up and working at home (on a Win98SE workstation): Apache 2.0.43 PHP 4.2.1 For some reason the following code (whi

[PHP-WIN] create ranking

2003-01-15 Thread Rico Derks
Hi, I'am trying to create a ranking from a mysql database. My problem is that I don't know how to determine exaequo ranking!! Exaequo means that two teams with the same amount of points get the same rank. Wrong: Rank Team Points 1 Team1 10 2 Team2 9 3 Team3 9 4 Team4 7 Correct: Rank Team Point

Re: [PHP-WIN] $_SESSION

2003-01-13 Thread Rico Derks
Hi, Make sure you have a valid dir in your: session.save_path = c:/session This is located in php.ini -> [session] RICO. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] can't connect localhost

2002-12-09 Thread Rico Derks
Hi, Check out this website: http://www.mysql.com/doc/en/Can_not_connect_to_server.html Greetings, RICO. At 11:16 AM 12/10/2002 +1100, Pat Johnston wrote: Hi I'm new at Apache, PHP, MySQL, but have been going okay on my win2000 machine. For months, it's been good. But for reason, I get this mes

Re: [PHP-WIN] hello there.

2002-12-06 Thread Rico Derks
Hi Crhistopher, In the newer versions of PHP. Register_globals is switched off. You can switch it on again in PHP.INI. If I'am correct, they switched it off due to security reasons. Depending how important that is for you, you can switch it on. Greetings, RICO. At 09:02 PM 12/5/2002 -0600, ch