Jump to content

pratuljena

New Members
  • Posts

    1
  • Joined

  • Last visited

pratuljena's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello all, I am very new the to php. I need help on the following problem. I have a page say reportview.php having a combobox with three options like :platform, playlist, build And I have another three pages like reportbyplatform.php, reportbyplaylists.php and reportbybuild.php. Now based on the option I have selected I want to call the respective php. for example if I select platform from the combo box then my action should be reportbyplatform.php, if I select playlist from the combo box the action should be reportbyplaylists.php and so on. code snippet <html> <body><h1> <p align="Justify"> <font color="blue"> JST Automation Report </font> </h1> <form action="?"> Show report by : <select id='viewType'> <option value="platform">platform</option> <option value="playlists">Playlists</option> </select> <br> <br> <br> <input type="submit" value=" Show Report "> </form> Please help me on this Thanks Pratul
×
×
  • 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.