Click to See Complete Forum and Search --> : PHP, MySQL, Visual Basic Activation Help


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

crh3675
02-16-2005, 01:48 PM
Use XMLHTTP to get the page from that url

http://www.4guysfromrolla.com/webtech/110100-1.shtml