Re: [PHP-WIN] Problem retrieving form elements value on php

2002-12-01 Thread Giannis Vrentzos
Krushna Kumar wrote: > step 2 : I am trying to retrieve the values from the form in php using the code and check whether username and password are correct > > file name - admin.php > == $txtuser=

[PHP-WIN] Problem retrieving form elements value on php

2002-12-01 Thread Krushna Kumar
Dear All, I have a HTML form and take user name and password, on submitting I try to validate the value on the next file, but the input form element values are not retrieved on the following file, I have provided the code I have written, Kindly help me trace the error. Php version used - 4.2

[PHP-WIN] seeking PHPFI to PHP3 converter binary

2002-12-01 Thread Oliver Story
Does anyone out there have a compiled windows binary convertor.exe to convert PHP/FI scripts to PHP3? The archived binaries (on php.net and elsewhere) don't include it and two hours of web searching haven't come up with one. Thanks, oliver dot story at anu dot edu dot au -- PHP Windows Mailin

php-windows Digest 1 Dec 2002 23:43:15 -0000 Issue 1466

2002-12-01 Thread php-windows-digest-help
php-windows Digest 1 Dec 2002 23:43:15 - Issue 1466 Topics (messages 17228 through 17233): Upload File Size 17228 by: Raheel Hussain Re: array problem need help quick 17229 by: George Nicolae 17230 by: Ignatius Reilly auto_prepend config under WinXP 17231 by

[PHP-WIN] Setting up PHP

2002-12-01 Thread Lee R. Jordan, Jr.
Hello, I have installed PHP this afternoon. I download the most recent Windows version available today from www.php.net. I have installed it on a Win2K Adv Server running IIS 5.0. I have prepared a test page (test.php)and placed it in the wwwroot directory on the web server. When I try to acce

[PHP-WIN] Zlib

2002-12-01 Thread cisiodon.com.br - Mail Host - Listserv
Hello,, Win 2K PHP 4.22 MySQL Zlib all working fine !!! Some .PHP pages, when called, the browser shows download screen insted its execution when i turn "on" zlib.compress_output in PHP.INI. Why some pages works and other not working ? Mike Mail-host Cisiodon.com.br http://www.cisiodon.com.

[PHP-WIN] auto_prepend config under WinXP

2002-12-01 Thread Timothy J. Luoma
Hello   I've been using PHP under Linux for some time, and tonight I decided that I wanted to set it up on my local machine so I can develop without having to be online. I downloaded all the files from my server to c:\lws\ ("local web server")   I installed PHP Version 4.2.3 and Apache/1.3.24 (a

Re: [PHP-WIN] array problem need help quick

2002-12-01 Thread Ignatius Reilly
When looping your SELECT result (or whatever), feed two arrays: $arr[] = array( "name" => "marmite", "tally" => 10 ) ; + an "index" array that will serve to rank items: $rank[] = 10 ; Now you sort $rank on the value. The whole idea is that you will not need to sort $arr (you ca

[PHP-WIN] Re: array problem need help quick

2002-12-01 Thread George Nicolae
try to implement your sort function (bubble or quick) and you change both arrays. -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Damouse" <[EMAIL PROTECTED]> wrote in message 001f01c298f8$f3c3c500$3700a8c0@DaMouse">new