daimous
12-27-2004, 09:11 PM
can anybody pls help me....
how can i call a PHP script or function by using button?
for example, i have this PHP script
<HTML>
<?
function func(){
$rv="PHP Script";
return $rv;
//button script here.
}
?>
</HTML>
what should i do next if I want the function 'func' to be called
by pressing button...by the way, the button script should reside inside the PHP script...
tnx! in advance!!!!
how can i call a PHP script or function by using button?
for example, i have this PHP script
<HTML>
<?
function func(){
$rv="PHP Script";
return $rv;
//button script here.
}
?>
</HTML>
what should i do next if I want the function 'func' to be called
by pressing button...by the way, the button script should reside inside the PHP script...
tnx! in advance!!!!