View Single Post
  #4 (permalink)  
Old 10-02-2006, 02:41 AM
phoenix's Avatar
phoenix phoenix is offline
Senior Member
 
Join Date: May 2006
Posts: 289
phoenix is on a distinguished road
give your customer a register no. that only your customer will know

like my reg. no. = G4258DLLK8

then
if(regno==G4258DLLK8)
{
those code above
}
else
{
Alert("Incorrect Register No.");
}
------------------------------
but this is a manual process
Reply With Quote