Page 1 of 1

help

Posted: Fri Sep 05, 2008 9:21 pm
by SystemFailure
fixed topic can be deleted

Re: help

Posted: Fri Sep 05, 2008 9:29 pm
by Cut
You need to mark the end of things with a semicolon.

Line 8 should be:

Code: Select all

$Artist2 = $row['Artist'];
You made this error all over the place. Adjust everything accordingly.

On line 11, you used a semicolon where one shouldn't be:

Code: Select all

while($row = mysql_fetch_array( $Album ));
{

Re: help

Posted: Fri Sep 05, 2008 9:41 pm
by SystemFailure
Error is fully fixed topic can be closed/locked/deleted