Hai,

This is something to save me and osme other people some time. Basically i need to read data from a text file and put that data in a a web form. It will be easy to read the text file but I don't know how to stuff that information into the relevant fields in a web form. Can point me in the direction of any articles, tutorials etc. If I can't do this in C++ can it be done in Perl?

Recommended Answers

All 2 Replies

I'm not sure how to do directly what you asked but if you put the information into a database, you can easily pull the information back out and populate the form with it using PHP.

I think you have to write a CGI program using C, C++ or some other language. Whatever you use you have to write out the entire page using HTML markup language.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.