I have build multiple forms now to send mails, save data into my database that all works perfect...
Now the most simple thing on earth I cannot get my head around.
I have a database with 2 important fields.
LotNr = a number
Prijs = the price people win on the particular lot number.
I need one field on a form. So people can enter their nr.
a submit button
on submit lookup if the nr exists in the LotNr field of the tabel and display the price they won..
easy as that.. but for some reason I cannot get it to work.
Please send me a link to a "how to" or a help page that learns me how to lookup data from a table
Now the most simple thing on earth I cannot get my head around.
I have a database with 2 important fields.
LotNr = a number
Prijs = the price people win on the particular lot number.
I need one field on a form. So people can enter their nr.
a submit button
on submit lookup if the nr exists in the LotNr field of the tabel and display the price they won..
easy as that.. but for some reason I cannot get it to work.
Please send me a link to a "how to" or a help page that learns me how to lookup data from a table