Here is the standard PHP programming exercise designed by Sigurd that we ask programmers to perform to assess their ability to work with us. You are to do this in your own time, with full access to the internet. Rather than asking multichoice questions about what you have memorised, the intent here is to test how well you can learn and use online knowledge, and how well you solve a small but broad programming challenge, in an environment similar to normal working conditions.
Write a PHP5, MySQL, Javascript program that asks people for their favourite webbrowser. It should gather this information via the following form;
After confirming the fields have been appropriately filled out (using client-side javascript), it should save the information so that it can provide statistics for all submissions. The visitor should immediately see;
Each time the form is submitted, it should email the person with a record of everything they entered.
To prevent duplications, if an email address is already in the poll, it should replace the old saved response with the newly submitted one.
Demonstrate your command of
Please find a suitable web-host and place it there, and send us