Hi,

this is a php error message:
Code:
<br />
<font size='1'><table  class='xdebug-error' dir='ltr'% 20border='1' cellspacing='0' cellp adding='1'>
<tr><th align='l eft' bgcolor='#f57900' colspan=" 5"><span style='background-color:% 20#cc0000; color: #fce94f; font- size: x-large;'>( ! )</s pan> Notice: Undefined variable: id% 20in C:\wamp\www\drinkShop_updated\p hp\login.php on line <i>60</i> </th></tr>
<tr><th align=% 27left' bgcolor='#e9b96e' colspan= '5'>Call Stack</th></tr>
< tr><th align='center' bgcolor='% 23eeeeec'>#</th><th align='lef t' bgcolor='#eeeeec'>Time</th> <th align='left' bgcolor='#eeeee c'>Memory</th><th align='left'  bgcolor='#eeeeec'>Function</th> <th align='left' bgcolor='#eeeee c'>Location</th></tr>
<tr>%3 Ctd bgcolor='#eeeeec' align='cente r'>1</td><td bgcolor='#eeeeec% 27 align='center'>0.0013</td>< td bgcolor='#eeeeec' align='right% 27>684928</td><td bgcolor='#eeee ec'>{main}(  )</td><td t itle='C:\wamp\www\drinkShop_updated% 5Cphp\login.php' bgcolor='#eeeeec' >..\login.php<b>:</b>0</ td></tr>
</table></font>
s ystemResult=(admin)
you probably do not have that "id" column in your database.
Also, I believe your code wanted to say "admin" rather than "(admin)" ....

Musicman