Posts Tagged ‘PHP’

DWD: PHP talks to MySQL

Assignment: Create a web page that accepts user input and stores it in a table (or tables) in your database. This page should also be able to display the contents of your table(s) in some interesting way. As always, try to choose your data and functionality in some coherent fashion, paying particular attention to user [...]

DWD: User Input w/PHP

Assignment: Using the Class #2 PHP template shown above, create a web page that changes based upon user input. Please use at least two HTML widgets in addition to your submit button, and use the input from these widgets to create something useful or interesting for the end user. Please try to make your display [...]

DWD: Hello World .php

Assignment: Pick a dynamic website you admire and write a paragraph about what you like about it. Modify your “Hello, World” program to contain that paragraph and a link to that website. helloworld.php

Week 9: PHP basics

Our assignment was to make a simple web form using PHP. It is really simple, but it’s my first exploration of php syntax. Click here to try.