You are nrealy there, your Boolean logic is just alittle off. what you need is
while ( ($make_account ne 'y') && ($make_account ne 'Y') );
ie
&& rather than
||
Hope this helps
_______________________________________________________
Remember that amateurs built Noah's Ark. Professionals built the Titanic.