hey guys..
How do you call a function??
here is the code that i wish to excute
function login(){
$db=mysql_connect('XXXX','XXXX','XXXX');
if(!$db)die('unable to connect to server');
if($db)echo('connected');
}
I just do not understand the whole function thing. Starting off with how to call them.
Thanks