I need a php webform to have the following tabs on it:
1. Host Farms
2. Cloud Provider
3. Mount Points
4. Recovery (this is where the INI file will be edited)
The webform must have a nice web 2.0 style that is clean and visually appealing.
When the form loads it needs to read from an INI file formatted like this:
HostFarmName=”Corporate Office”
CloudProviderName=”Amazon”
CloudProviderAccessKey=”F1ACB4″
CloudProviderSecretKey=”abc”
MountPointName=”test”
RecoveryCheckpoint=1
RecoveryStatus=5
The code needs to read the INI file; display the values in the proper tab; allow the user to modify the values; then write the values back out to the INI file; and display a message to the user that it was successful.
I need the code to be easily modified since I’ll be adding other lines to the INI file later. So please make use of functions (for example to read from the file and another to update the file, etc).
Use the attached logo as part of the webform.
