I've got a question how can you call a function that has parameter?
for example
function name_function($param)
{
// codes
return $param;
}
how can I call that so that it will prints that param out to the page?
|
Results 1 to 6 of 6
Thread: [RESOLVED] calling functionThreaded View
|
Click Here to Expand Forum to Full Width |