<?php echo " <form action=\"SaveMysqlConfiguration.php\" method=\"post\"> <br> <hr> <big><span style=\"font-weight: bold;\">General configuration for mysql</span></big><br> <br> <table> <tr> <td>Server : </td> <td><input name=\"Server\" value=\"$my_host\"></td> </tr><tr> <td>User name : </td> <td><input name=\"User\" value=\"$my_user\"></td> </tr><tr> <td>Password : </td> <td><input name=\"Pass\" value=\"$my_pass\" type=\"password\"></td> </tr><tr> <td>Database name : </td> <td><input name=\"Base\" value=\"$my_dbase\"></td> <br> </tr> </table> <hr> <input type=\"hidden\" name=\"buttonID\" value=\"saveconfigmb\"> <input name=\"saveconfigmb\" type=\"submit\" value=\"Save Configuration\" > </form> ";