Module # 10 MySQL

For this weeks assignment the process of creating the database, the table and adding a record was very straight forward. I created a table called person and added the fields of FirstName (Text(30)), LastName (Text(30)), Phone (BIGINT), Email (Text(100)), State...

Module # 8 PHP Strings

I thought working with stings in PHP was similar to JavaScript. The both were comprised of defining a variable and setting equal to the string value surrounded in quotes. However what I like about PHP is implementing the string on the page. It can be so easily by...