My firm has asked me to design a HTML structure for a web page which is to become a PHP data entry screen for clients. So I have 2 questions:
The clients will be inputting lots of rows of information. I guess it will be a waste of time to get the page to refresh after they have input 1 row? Can I code a page in PHP so they can update the database after entering any number of rows?
Can anyone give me a URL I could look at which might give me some inspiration as to how multiple line data entry has been dealt with before with PHP?
thanks.