help
Moderator: General Moderators
-
SystemFailure
- Forum Newbie
- Posts: 3
- Joined: Fri Sep 05, 2008 9:16 pm
help
fixed topic can be deleted
Last edited by SystemFailure on Sat Sep 06, 2008 3:11 pm, edited 6 times in total.
Re: help
You need to mark the end of things with a semicolon.
Line 8 should be:
You made this error all over the place. Adjust everything accordingly.
On line 11, you used a semicolon where one shouldn't be:
Line 8 should be:
Code: Select all
$Artist2 = $row['Artist'];On line 11, you used a semicolon where one shouldn't be:
Code: Select all
while($row = mysql_fetch_array( $Album ));
{-
SystemFailure
- Forum Newbie
- Posts: 3
- Joined: Fri Sep 05, 2008 9:16 pm
Re: help
Error is fully fixed topic can be closed/locked/deleted