|
Posted by Chris Shiflett on 07/25/05 01:41
Bruce Gilbert wrote:
> is this acceptible
>
> if ($_post [sender_email] == "") or does at have to be if ($_POST
> [sender_email] == "")
As a friendly suggestion, you should always try before you ask. You
could answer your own question with a few seconds of effort. Typically,
such extreme laziness is not rewarded here. Consider yourself lucky this
time. :-)
If you had instead asked whether you should use $_POST[sender_email] or
$_POST['sender_email'], at least we could give you the benefit of the
doubt and assume that you actually tried them both.
Chris
--
Chris Shiflett
Brain Bulb, The PHP Consultancy
http://brainbulb.com/
Navigation:
[Reply to this message]
|