Trio Motors -
08-02-2004
, 04:58 PM
I'm going through the tutorial built into Dreamweaver MX 2004 for the Trio
Motors website, but I'm having trouble with PHP, and setting up the
comments-view.php page.
It's all setup as per the tutorial, but I get the following error when
attempting to view Live Data:
Parse error: parse error in
/Users/jamiekenyon/Sites/MySampleApp/comments-view.php on line 8
which can be seen here: (hope the link
works)http://192.168.0.2/~jamiekenyon/MySampleApp/comments-view.php
line 8 on the page is as follows: $startRow_rs_Comment = $pageNum_rs_Comment *
$maxRows_rs_Comment;
can you help? |