RE: [PHP-INST] Calling a php function from html file.

2002-02-08 Thread Philip Snyder
rsday, February 07, 2002 9:44 PM To: php lists Subject: [PHP-INST] Calling a php function from html file. 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 [ S

[PHP-INST] Calling a php function from html file.

2002-02-07 Thread Archer Vallesfin
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 [ Sample // I would like to call Add() function here How??? ] -- PHP Install Mailing List (h