Posts Tagged function

Diving into PHP: Day 12

Diving into PHP: Day 12

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”.

  • Share/Bookmark

Tags: , ,

Category: PHP

Diving into PHP: Day 5

Diving into PHP: Day 5

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

  • Share/Bookmark

Tags: , ,

Category: PHP

Diving into PHP: Day 4

Diving into PHP: Day 4

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.

  • Share/Bookmark

Tags: , ,

Category: PHP