I need to write a PHP script that will print the results from a MySQL database. For example, let's say I have 9 fields. Field 1 is a number that automatically increases the number, field two is a three-digit number.
I need to have a script reading, find the corresponding number (it will be from POST), and then display all the relevant three-digit results and 7 other fields. I have already registered in the database in this script.
I think I'm really losing the beginning. How can I start something like this?
Thanks.
source share