Query validity of vouchers
Budget: €30 – €250 EUR
Valid voucher codes are stored in a mysql database.
A customer should be able to query via the website whether the voucher is still valid, to do this he enters the voucher code in an input field on the website, if this code is still in the database the output is "Gutschein gültig", if the code is no longer available the output is "Gutschein ungültig/abgelaufen".
The input must also be mobile compatible and the codes must not be made accessible in any case as well as the access codes for the mysql database.
Please also note the language (umlauts like: ä, ü, ö) and encode them accordingly (probably UTF8).
A customer should be able to query via the website whether the voucher is still valid, to do this he enters the voucher code in an input field on the website, if this code is still in the database the output is "Gutschein gültig", if the code is no longer available the output is "Gutschein ungültig/abgelaufen".
The input must also be mobile compatible and the codes must not be made accessible in any case as well as the access codes for the mysql database.
Please also note the language (umlauts like: ä, ü, ö) and encode them accordingly (probably UTF8).