Skip to main content

ProQuest Information and Learning - PHP and MySQL for Dynamic...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

URL Tag Cloud

Related Lists

Bookmark History

Saved by 1 people (0 private), first by anonymouse user on 2006-08-04


Public Sticky notes

As you've already seen, PHP has a lot of built-in functions, addressing almost every need. More importantly, though, it has the capability for you to define and use your own functions for whatever purpose. The syntax for making your own function is

function function_name () {
   // Function code.
}

Highlighted by dhperry

Readers (1)