1
I’m trying to do brush validator (serial), but I don’t know how to do it.
I have two tables: "validation" and "maturity".
In the "validation" table, you have the following fields:
id(int), data(varchar), pincode(varchar), status(int)
In the "maturity" table, you have the following fields:
id(int), data(varchar)
I wanted to take the data from the validation table (date) and update to the expiration table but will only update if the serial is right when typing ! and if the status etiver 0 !
exemplo:
0 = ainda não ativou!
1 = ja foi ativado !
someone could help me ?
What you want is to build a query that updates the two tables, that’s it?
– user28595
yes! and why am I trying to make a serial activator just because I don’t know how to do it !
– Roo Oliveira
I don’t understand ! ...
– Roo Oliveira