This topic is locked
[SOLVED]

 How to link PHP runner tables to html menu options

4/30/2012 12:34:11 PM
PHPRunner General questions
F
freelancer author

I am looking for help in linking my PHP runner database to a customized html page.

I am pretty sure many of you might have done it.
Thank you much in advance

C
cgphp 4/30/2012

Provide more details about the requirements.

F
freelancer author 4/30/2012

I tried to capture the screen shot and paste it here. It is not working.

let me try to put it in words here.
I am linking my html page from PHP runner by Redirecting page After Successful Login.

My html page opens correctly and it has Menus and Submenus.
My challenge is to add the Login/Register option on my html page and show that as the Default page in PHP runner instead of login.php. When a user clicks on this menu option then I want to show the login.php inside PHP runner project.
Another thing i need help with is, Each menu option on my html page has submenus as well.
For each Menu / Submenu option, I want to open either a Form or Report or Redirect to Add/Edit page inside PHP runner.
Another twist to the menus is, I want to see them as links. For example, I have a Menu in my html page called Boys Ranking. When anybody selects this menu, then it should show the list of players as a submenu. If I select one of the players then I should be able to see their profile.
Hope this is not too much in one post.