sersha Posted September 12, 2008 Share Posted September 12, 2008 Hi, I am rather new to PHP, and trying to solve a following problem. There is a log of telephone usage stored in a table (number, starttime, date, etc). In order to process it, I need a telephone book with the known persons and their telephones, which in turn can be work, home, cell etc. That implies the use of a linking table. The problem is with a logical design of input form for adding persons. Logic I thought should have been following; Repeat GetName(IN name OUT namid) Repeat GetNumber(In number OUT numid) Until NextNameButton is pressed Until FALSE Link to comment https://forums.phpfreaks.com/topic/123946-user-interface-logic-for-telephone-book-input-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.