Dquinney
02-16-2005, 11:37 AM
I Need Help Plz!
i need to send a url from Visual Basic such as;
http://dpank.com/chicago/index.php?UserName=Admin&Serial=123456789
all the data will be stored in MySQL,
I need it to return VALID.0 if both username AND serial match BUT if the field 'Activated' (In MySQL') is '0',then change the activated feild to '1'
I need it to return INVALID.0 if both username AND serial match BUT if the field 'Activated' (In MySQL') is '1'.
I need it to return INVALID.1 if the username OR serial DONOT match
Thanks In Advance Daniel Quinney
i need to send a url from Visual Basic such as;
http://dpank.com/chicago/index.php?UserName=Admin&Serial=123456789
all the data will be stored in MySQL,
I need it to return VALID.0 if both username AND serial match BUT if the field 'Activated' (In MySQL') is '0',then change the activated feild to '1'
I need it to return INVALID.0 if both username AND serial match BUT if the field 'Activated' (In MySQL') is '1'.
I need it to return INVALID.1 if the username OR serial DONOT match
Thanks In Advance Daniel Quinney