View Single Post
  #5 (permalink)  
Old 10-02-2006, 03:35 AM
solaris solaris is offline
Junior Member
 
Join Date: Aug 2006
Posts: 19
solaris is on a distinguished road
Quote:
Originally Posted by phoenix
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
thanks again, phoenix. manual process is fine since it is not for mass distribution. i will give it a try and let you know.

solaris
Reply With Quote