This topic is locked

Search Page

10/5/2007 11:32:39 PM
PHPRunner General questions
B
barbary author

Dear,

I'm making a system for outage reports. There would be another application that will integrate with his website and searches into it.

I want to make a search page that I want to add customer's data and it returns if he has a problem or not

some details about my system:

  • ISP outage System
  • I want to search about POP and DSLAM and Card No
  • If customer is listed and problem chosen to be ANNOUNCED, result should be yes
  • If customer is not listed, result should be no
  • If customer is listed and problem chosen not to be ANNOUNCED, result should be no
  • If POP is ALL, so all customer will have a problem
  • If POP is specified and DSLAM is ALL, so all customers on this POP will have a problem
  • If POP is specified and DSLAM is specified, and CARD is ALL, so all customers on this DSLAM will have a problem
  • If POP is specified and DSLAM is specified, and CARD is specified, so only customers connected to that card will have a problem.
    You can access this system http://196.219.182.38/output/index.htm
    I really hope that you help me creat this page as it is very critical in my work
    BR

    Mahmoud

J
Jane 10/8/2007

Mahmoud,
sure you can create this application with PHPRunner.

Use search, advanced search and events features in your project.