Am just starting to learn php, so i don't know a lot besides the most basic functions.
Working on a new project, I need to be able to get a delivery-status after a user inputs a specific ID/serial on a basic search form.
The thing is, the statuses will be updated through a text file (preferably a text-file with table-layout). As the user searches for example, FFFX-FFFG-666, it will get 0, 1, 2 or 3 values- then each one will make appear a different div (in order to style each one individually through css).
Looks pretty simple, but i have no clue how to start on it. Any help?!