I am a first timer for using php's. my first script I got of the net, and involves a login routine for user on my (future) web site. Now when I run the install php i get the following error message:
Parse error unexpected T-variable on line 18.
I checked out line 18 where it says
Type=Myisam
This is just after a sql query that crates a table in a db. Now i did some research on the web and found out that Myisam is a table types for newer versions of Mysql. (I am using 1.4). So i figured deleting that line, in case my version don't support it, so the default type would be used. But now i still get the same message, while the line is deleted...( I checked the code!). I even tried rebooting (don't know exacly why...)
Any help i would greatly appriciate...
Thanks in advance!