Sorry to butt in on this thread, but I was using the following:

if (isset($_POST['msgid'])) {$msgid = $_POST['msgid'];}
else {$msgid = $_GET['msgid'];}

as I don't know whether it will be $_POST or $_GET in this instance.
It worked but it doesn't look right *grin*

So can I use:
$msgid = $_REQUEST['msgid'];
regardless of where it's come from.

Thanks, Bob.E


----- Original Message ----- 
From: "Patrick Bierans" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, June 02, 2005 9:38 PM
Subject: Re: [php-list]

>> if (! $_GET['status'])
>>      { echo "none";
>> }
> 
> nope.
> 
> if (isset($_REQUEST['status']))



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to