Earthcoder Posted April 13, 2007 Posted April 13, 2007 Hello.I been searching the internet for a day now trying to look for a simple program, that will run on windows 2000That would Pop up a search box where you type in a word, then it searches a Txt file or Xml file or CSv file, and brings back to the screen the line of next from the search name.E.g.Txt file looks like thiss32452135 4503205s20034423 20304955s0209422 2939923and so onXml looks like this of same txt file<Pwdobs><number>s32452135</number><Dob>4503205</Dob></Pwdobs><Pwdobs><Snumber>s20034423</Snumber><Dob>20304955</Dob></Pwdobs>So i got the file, Now just want a simple seach that would look for required number - s32452135 and then it would display 4503205 in a txt box that can be Copied.I thought using Xml would make it easier as you search in number and show DobBut i cant seem to find anything on the net that helps me with this.needs to be program if possiable to make it easier for users to use, But html popup would do too.Anyone able to help.also got other text files with info i want displayed in a program.i have Visual Basic express on pc, but its been 10years since i used a programming lang
Earthcoder Posted April 15, 2007 Author Posted April 15, 2007 maybe this is not so easy, as no one has replyed.Anyone able to help!?
ripken204 Posted April 19, 2007 Posted April 19, 2007 well ive been doing alot of php lately and i can for sure say that php will work perfectly for what you're trying to do. you can up a txt/csv file, search through it, and display all of the results in a table.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now