Odd. I don't think I have EVER posted to this group.. Been reading a long
time.. I wonder how I sent this :)
Anyway, I have couple of suggesttions for [EMAIL PROTECTED]
Try echoing back the post values like this:
extract($HTTP_POST_VARS);
echo $xxxx; # Or what ever the name of the form fields is
or:
echo $HTTP_POST_VARS[xxxx];
If This works, you need to change the track_vars in php.ini
JD Daniels
-----Original Message-----
From: JD Daniels
Sent: Sunday, April 15, 2001 7:44 PM
Subject: [PHP-DB] Forms and PHP
>From [EMAIL PROTECTED] Sun Apr 15
19:34:23 2001
Return-Path: [EMAIL PROTECTED]
Received: from toye.php.net (va.php.net [198.186.203.51]) by
ns1.solarwinds.com (8.8.7/SCO5) with SMTP id TAA01265 for
<[EMAIL PROTECTED]>; Sun, 15 Apr 2001 19:34:22 -0700 (MST)
Received: (qmail 10628 invoked by uid 1013); 16 Apr 2001 02:32:26 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
list-help: <mailto:[EMAIL PROTECTED]>
list-unsubscribe: <mailto:[EMAIL PROTECTED]>
list-post: <mailto:[EMAIL PROTECTED]>
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 10622 invoked from network); 16 Apr 2001 02:32:25 -0000
Message-ID: <005201c0c61d$bd2bf620$97fe013d@piii500>
From: "CK Raju" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Mon, 16 Apr 2001 08:04:18 +0530
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_004F_01C0C64B.D600D700"
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
Subject: [PHP-DB] Forms and PHP
X-UIDL: V_/"!J`S!!87#"!V2##!
------=_NextPart_000_004F_01C0C64B.D600D700
Content-Type: text/plain;
charset="x-user-defined"
Content-Transfer-Encoding: quoted-printable
---------------------------------------------------
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]