Re: Passing a url-specified value through a form
- From: Sami <slittow@xxxxxx>
- Date: Tue, 30 Jan 2007 22:58:36 +0200
Phil wrote:
In script one
============
<input type="hidden" name="machineid" value="<?php echo $mid; ?>">
In script two
============
$webmaster_subject = "Ticket from " . $_REQUEST['machineid'] . ": " .
$_REQUEST['probsummary'];
in script two, have you tried $HTTP_POST_VARS['machineid'] instead of
$_REQUEST['machineid'] ?
-sami
.
- Follow-Ups:
- References:
- Passing a url-specified value through a form
- From: Phil
- Passing a url-specified value through a form
- Prev by Date: Re[2]: [PHP] nested, referenced foreach & implicit current array pointer issues
- Next by Date: Re: [PHP] Can't get PHP extension to Load
- Previous by thread: Re: Passing a url-specified value through a form
- Next by thread: Re: Passing a url-specified value through a form
- Index(es):