Functions in PHP
Here's the format of a function:
function plus() {
?><img src="./images/plus.gif" width=22 height=22 alt="+" border="0" align="top"> <?
}
Here's how to call a function:
plus();
![]() Learn more... |
Here's the format of a function:
function plus() {
?><img src="./images/plus.gif" width=22 height=22 alt="+" border="0" align="top"> <?
}
Here's how to call a function:
plus();
![]() Learn more... |