RE: [PHP] Can I assign to $_POST legitimately

2002-08-09 Thread Matt Schroebel
> From: Henry [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 09, 2002 6:00 AM > Subject: [PHP] Can I assign to $_POST legitimately > I can do it but is it legit? > > $_POST['name']='henry'; > > within a php script? > > if $_POST['n

[PHP] Can I assign to $_POST legitimately

2002-08-09 Thread Henry
I can do it but is it legit? $_POST['name']='henry'; within a php script? if $_POST['name'] is not set. The clearly $_POST['name'] was not posted!! Henry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php