Good Day!
How can I call a function from a PHP file when
the caller of the function is an HTML.
sample:
Myphp.php
[
- function Add()
{
.....
}
]
Myhtml.html
[
<html>
<title> Sample </title>
<body>
// I would like to call Add() function here.... How???
</body>
</html>
]
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
