Re: [PHP-WIN] Form data

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



you'll have to put this piece of code in the form your submitting to to grab your form variables:

extract($_POST);
extract($_GET);


see this link:


http://www.ithome.org/page.php?page=2


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


From: "Muhammad Imran" <imran@sdpi.org>
To: <php-windows@lists.php.net>
Subject: [PHP-WIN] Form data
Date: Fri, 22 Aug 2003 07:56:59 +0500
MIME-Version: 1.0
Received: from pb1.pair.com ([216.92.131.4]) by mc3-f21.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 21 Aug 2003 07:56:45 -0700
Received: (qmail 67434 invoked by uid 1010); 21 Aug 2003 14:56:38 -0000
Received: (qmail 67265 invoked from network); 21 Aug 2003 14:56:30 -0000
X-Message-Info: JGTYoYF78jGHSAAv19JF6fYchPnBN8Lr
Mailing-List: contact php-windows-help@lists.php.net; run by ezmlm
Precedence: bulk
list-help: <mailto:php-windows-help@lists.php.net>
list-unsubscribe: <mailto:php-windows-unsubscribe@lists.php.net>
list-post: <mailto:php-windows@lists.php.net>
Delivered-To: mailing list php-windows@lists.php.net
Message-ID: <000b01c36859$0f6d3860$c001a8c0@sdpi.org>
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Return-Path: php-windows-return-21201-lasorour=hotmail.com@lists.php.net
X-OriginalArrivalTime: 21 Aug 2003 14:56:46.0124 (UTC) FILETIME=[70F436C0:01C367F4]



How i can process my form data, my form contain just one text input field and .php code have to show it but when i press ""SUBMIT" button my page url does not change nor the input text seen thier. my php code is :


<html>
<body>
<p>Welcome<?php echo ($Applicant); ?>!</p>
</body>
</html>

html form just send the input text with Applicant text field data. However my php and apache is working fine. Do any one have idea.
Imran

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus


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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux