php-general | 2001032
Date: 03/25/01
- Next message: Dddogbruce \( <email protected>\): "Re: [PHP] [PHP4]"
- Previous message: CC Zona: "Re: [PHP] Strange Error Reporting"
- In reply to: Dddogbruce \( <email protected>\): "[PHP] [PHP4]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Your suggestions returned a parse error: I don't know.. I'm new to this.
You said something about file(), could you explain that? Maybe that's the
problem.
<?
if($formSubmit) {
$newsSubmit = file("news.txt");
$fp = fopen("news.txt", 'a');
fwrite($fp, $frmName);
fclose($newsSubmit);
} else {
include ("newsForm.php");
}
?>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Dddogbruce \( <email protected>\): "Re: [PHP] [PHP4]"
- Previous message: CC Zona: "Re: [PHP] Strange Error Reporting"
- In reply to: Dddogbruce \( <email protected>\): "[PHP] [PHP4]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

