Monday, March 16, 2009

Ch. 4 Cont.

Alter Table command changes the structure of a table in a database without having to drop it and start over.
foreach is another PHP looping construct that lets you loop through an array one element at a time.

Most of the other code I learned in this chapter deals with IF statements and its operators and making sure the data can be validated.

No comments:

Post a Comment