Does anyone know, if I have a sequential text file full of names, addresses and birthdates, how to search for all the names whose birthdates match the birthdate I am searching for and display the names on an html screen?
Printable View
Does anyone know, if I have a sequential text file full of names, addresses and birthdates, how to search for all the names whose birthdates match the birthdate I am searching for and display the names on an html screen?
Are you sure you don“t want to use a database? That would certainly make it a lot easier!
I agree, however, I am working on an assignment for school and the requirements for now are to not use a database.