PHP script not workingHow are you trying to access the posted form variables?
$_POST?
$HTTP_POST_VARS?
If you don't have register_globals on then you must use one of the above methods to 
access the values posted.
  ----- Original Message ----- 
  From: Alvarez, Anthony 
  To: [EMAIL PROTECTED] 
  Sent: Friday, January 03, 2003 2:10 PM
  Subject: [PHP-WIN] PHP script not working


  I know this has to be really basic, and apologies for the question. 

  But I couldn't find it elsewhere in the forum, so apologies if this is a FAQ. 

  PHP is installed an running on an internal Windows 2000 called webstat. 
  It seems that some PHP commands run properly and others do not. 
  Specifically, posting input data from a web form is not being processed by it PHP 
script. 

  Please see attached files for details. 

  Form.html = input web form 
  Handleform.php = processes input data from form.html 
  webstat Test PHP Script.htm = config of my internal Windows 2000 that cannot process 
Form.html & Handleform.php properly.

  The test script is working and posted at ... 
  http://www.pucho.com/php/form.html 

  When http://www.pucho.com/php/handleform.php is run on an internal Windows 2000., 
all that is output is always blank regardless of the input data presented to the 
handleform.php script. 

  For example: 
  firstname =. 
  lastname =. 

  Could you kindly share your experience with me? 
  Is php.ini or apache's httpd.conf not setup properly or is this just a problem using 
apache2 and php on windows2000. My PHP do indeed work but not on webstat.

  What am I doing wrong? Any clues, suggestions, tips or advise are greatly 
appreciated. Please advise. 

  I look forward to hearing from you. Thanks in advance. 

  == 

  Anthony Alvarez, Webmaster 
  [EMAIL PROTECTED] 
  Panasonic Wireless Design Center (MMCD) 
  1225 Northbrook Pkwy, #2-352, Suwanee, GA 30024 
  +1 770 338 6176. Fax: +1 770 338 6238. 
  http://www.panasonic-wireless.com 

  PGP Fingerprint: 9A2C E2D6 1D8E 96B4 CC57  9268 380B 00A6 A92D 9586 

  --Appended by Matsushita Mobile Communications Development Corporation of 
U.S.A.-----This e-mail and any attachments may contain information that is 
confidential, proprietary, privileged or otherwise protected by law. The information 
is solely intended for the named addressee (or a person responsible for delivering it 
to the addressee). If you are not the intended recipient of this message, you are not 
authorized to read, print, retain, copy or disseminate this message or any part of it. 
If you have received this e-mail in error, please notify the sender immediately by 
return e-mail and delete it from your computer.

        

   



------------------------------------------------------------------------------


  -- 
  PHP Windows Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to