This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| studentNo|name|email|age|favSite | |
| 87653210|Harry Potter|hpotter@hogwarts.ac.uk|16|https://wizards.com | |
| 12345678|Hermione Granger|hgranger@hogwarts.ac.uk|16|https://www.spells.com | |
| 54678945|Ronald Weasley|rweasley@hogwarts.ac.uk|16|https://www.dragons.net | |
| 05321134|Draco Malfoy|draco@draco.com|17|https://evilplanning.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| # print out the $_POST array | |
| echo '<pre>' . print_r($_POST, true) . '</pre>'; | |
| ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1|Albert Camus|1913|1960|https://en.wikipedia.org/wiki/Albert Camus|https://upload.wikimedia.org/wikipedia/commons/0/08/Albert_Camus%2C_gagnant_de_prix_Nobel%2C_portrait_en_buste%2C_pos%C3%A9_au_bureau%2C_faisant_face_%C3%A0_gauche%2C_cigarette_de_tabagisme.jpg | |
| 2|Richard Feynman|1918|1988|https://en.wikipedia.org/wiki/Richard_Feynman|https://upload.wikimedia.org/wikipedia/en/4/42/Richard_Feynman_Nobel.jpg | |
| 3|Bertrand Russell|1872|1970|https://en.wikipedia.org/wiki/Bertrand_Russell|https://upload.wikimedia.org/wikipedia/commons/5/5f/Bertrand_Russell_1957.jpg | |
| 4|Henry Brooks Adams|1838|1918|https://en.wikipedia.org/wiki/Henry_Brooks_Adams|https://upload.wikimedia.org/wikipedia/commons/b/bf/William_Notman_-_Henry_Brooks_Adams%2C_1885_%28transparent%29.png | |
| 5|Ronald Reagan|1911|2004|https://en.wikipedia.org/wiki/Ronald_Reagan|https://upload.wikimedia.org/wikipedia/commons/1/16/Official_Portrait_of_President_Reagan_1981.jpg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1|1 | |
| 2|1 | |
| 3|2 | |
| 4|2 | |
| 3|3 | |
| 5|3 | |
| 2|4 | |
| 3|4 | |
| 6|5 | |
| 5|6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1|politics | |
| 2|philosophy | |
| 3|science | |
| 4|love | |
| 5|humour | |
| 6|education |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1|I shall tell you a great secret, my friend. Do not wait for the last judgment. It takes place every day.|2023-02-18 20:41:00|1 | |
| 2|Dear Mrs. Chown, Ignore your son\'s attempts to teach you physics. Physics isn\'t the most important thing. Love is. Best wishes, Richard Feynman.|2023-02-18 20:41:01|2 | |
| 3|I think I can safely say that nobody understands quantum mechanics.|2023-02-18 20:41:02|2 | |
| 4|Science may set limits to knowledge, but should not set limits to imagination.|2023-02-18 20:41:04|3 | |
| 5|Nothing in education is so astonishing as the amount of ignorance it accumulates in the form of inert facts.|2023-02-18 20:41:04|4 | |
| 6|Any astronomer can predict with absolute accuracy just where every star in the universe will be at 11:30 tonight. He can make no such prediction about his teenage daughter.|2023-02-18 20:41:04|5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| id|quote|source|dob|dod|wplink|wpimg|category | |
| 1|I shall tell you a great secret, my friend. Do not wait for the last judgment. It takes place every day.|Albert Camus|1913|1960|https://en.wikipedia.org/wiki/Albert Camus|https://upload.wikimedia.org/wikipedia/commons/0/08/Albert_Camus%2C_gagnant_de_prix_Nobel%2C_portrait_en_buste%2C_pos%C3%A9_au_bureau%2C_faisant_face_%C3%A0_gauche%2C_cigarette_de_tabagisme.jpg|politics, philosophy | |
| 2|Dear Mrs. Chown, Ignore your son\'s attempts to teach you physics. Physics isn\'t the most important thing. Love is. Best wishes, Richard Feynman.|Richard Feynman|1918|1988|https://en.wikipedia.org/wiki/Richard_Feynman|https://upload.wikimedia.org/wikipedia/en/4/42/Richard_Feynman_Nobel.jpg|science, love | |
| 3|I think I can safely say that nobody understands quantum mechanics.|Richard Feynman|1918|1988|https://en.wikipedia.org/wiki/Richard_Feynman|https://upload.wikimedia.org/wikipedia/en/4/42/Richard_Feynman_Nobel.jpg|science,humour | |
| 4|Science may set limits to knowledge, but should no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/> | |
| <style> | |
| h3 { | |
| font: normal 20px Tahoma, sans-serif; | |
| } | |
| table { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 87653210|Harry Potter|hpotter@hogwarts.ac.uk|16|https://wizards.com | |
| 12345678|Hermione Granger|hgranger@hogwarts.ac.uk|16|https://www.spells.com | |
| 54678945|Ronald Weasley|rweasley@hogwarts.ac.uk|16|https://www.dragons.net | |
| 05321134|Draco Malfoy|draco@draco.com|17|https://evilplanning.net |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <title>HTML5 Form Example </title> | |
| <style> | |
| body { | |
| margin: 20px auto; | |
| font-family: 'Lato'; | |
| font-weight: 400; | |
| font-size: 1.25rem; |