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

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

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: apologies if this came through yesterday as well, I never saw it propogate though Hello All, I am experimenting with HTTP

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

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

[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

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