![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Create mail/contact form
From: Steve <googlespam@nastysoft.com>
Date: Tue Jul 19 2005 - 14:39:42 CEST
Stephanie wrote:
Depends on how your PHP code is arranged, but here is one way to
<?php
$strError = ''; // assume no errors
if( isset( $_POST[ 'Name' ] ) )
if( $strError == '' )
?>
<form method="post" action="...">
<?php
}
?>
--- SteveReceived on Mon Oct 17 21:10:46 2005 |