Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Declaring a Simple Function

Tue Oct 28, 2008 1:36 pm

Code:

  <?php
  
function aFunction(){
      print
"Music is a way of life!";
  }
  
aFunction();
  
?>




Post a reply
  Related Posts  to : Declaring a Simple Function
 Collections VS Set In Declaring     -  
 declaring variables problem     -  
 OpenGl simple example     -  
 Simple Calculator     -  
 Simple animation     -  
 Simple Light     -  
 php simple XML parser     -  
 Simple Snake Game     -  
 create simple logo     -  
 Simple Word Program     -