Basically, I need to make a database viewing page and an input pag... The input page must take the First name, Surname, and the age. This should be sent to a script on your server via either a GET or POST, and inserts them into a MySQL database table. This must be secure against SQL injection. The display page should be generated by another script that pulls out everything from the table, creates a HTML table, and displays it. You may use either apache or Nginx, but any scripting language can be used. Also it's for linux.
Thanks for your help :D