I am new to PHP and using a book and writing a small form Program. but I cannot continue when I run my programm.
I gives a error message :
Parse error:parse error in c:\apache\htdocs\tat\login.php on line 10
in the line 10 I have given the code as follows:
$message .= "you must fill in all fields<BR>\n" ;
and I have set the variable as
$message="";
when I say run then I have got the problem.
wheater I have to install the new version of Apache for PHP4
Please help me
thank you
Tuan