Hay to you all!
Can somebody help me?
I tryed to make "bookstore" from the tutorial on macromedia.com, I have a
problem with adminedit.php site,
made all from the samples and from the tut, but when I try to run the site
this is what browser tell`s me:

Parse error: parse error, unexpected T_BAD_CHARACTER, expecting T_STRING or
T_VARIABLE or T_NUM_STRING in
C:\FoxServ\www\RecordStorePHPStart\TMPpu3a9f0d0u.p hp on line 217 and 206

line203 <?php
do {
?>
<option value="<?php echo
$row_ArtistRecordset['ArtistID']?>" <?php if
(!(strcmp($row_ArtistRecordset['ArtistID'],
"$row_AdminEditRecordset[\'ArtistID\']"))) {echo "SELECTED";} ?>><?php echo
$row_ArtistRecordset['ArtistID']?></option>
<?php
} while ($row_ArtistRecordset = mysql_fetch_assoc($ArtistRecordset));
?>
</select>
</td>
<tr>
<tr valign="baseline">
<td nowrap align="right">AlbumPrice:</td>
<td><input type="text" name="AlbumPrice" value="<?php
echo $row_AdminEditRecordset['AlbumPrice']; ?>" size="32"></td>
</tr>
line217 <tr valign="baseline">


PLEASE help!