Networking, Programming and Graphics Tutorials

How to use functions in PHP [2/2]

You have to know that next in your main PHP code files you should use include("functions.php") to use functions declarated in it.

<?php
include("functions.php");

$min_age=13;
$age=$_POST['age'];

$is_ok=my_func($age$min_age);

echo 
$is_ok;
?>
Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - How to use functions in PHP [2/2] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: C++ functions  functions(C++)  functions in c++  functions C++  functions-c++  use functions + C++  functions on C++  functions in c++  Functions of C++   functions in c++