Jump to content

User interface logic for telephone book input problem


sersha

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.