PDA

Click to See Complete Forum and Search --> : Search File


New User
Feb 27th, 2001, 12:15 PM
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?

Feb 27th, 2001, 03:29 PM
Are you sure you donīt want to use a database? That would certainly make it a lot easier!

New User
Feb 27th, 2001, 04:24 PM
I agree, however, I am working on an assignment for school and the requirements for now are to not use a database.