I installed php4 in windows 2000, I am new in php, I found an example called Form2email using php3, so I configured httpd.conf to work with php3, but I got this error :
Fatal error: Cannot use [] for reading in c:\apache\htdocs\form2email\form2email.php3 on line 153
here is the line 153 :
$return[];
Please help.