Click to See Complete Forum and Search --> : Parse Error


scottyrob
12-28-2005, 04:52 AM
Getting a parse error on line 170

Any Ideas how to fix it? This file was a really test im sure there are problems but o well....

(File is included as attatchemnt)

NogDog
12-28-2005, 12:55 PM
This...

'{$_POST['Timestamp']}')"or die(mysql_error());

...should be...

'{$_POST['Timestamp']}'") or die(mysql_error());