Posts Tagged function
Wednesday, March 18, 2009 No Comments
We’ll take a short break from working with MySQL in order to analyze how to work with the file system. Today, you’ll learn how to use the “file” function, as well as “fopen”, “fgets”, and “fputs”.
Wednesday, March 18, 2009 No Comments
We have much to cover today! We’ll be reviewing arrays, refactoring, functions, and includes over the course of about twenty-two minutes
Wednesday, March 18, 2009 No Comments
Continuing on from yesterday, we’re going to take a look at how to pass multiple values from page to page. We’ll then use the “print_r” function and the “foreach” statement to display the information accordingly.