Html/JvScript/Php communication
php3 module needed to test this script on your provider server
********************************************
Free JavaScript provided by ©2003-VB'Breizh
Last Updated : 10/2004

-Call a php3 script from an html file using JavaScript and write result :

    ‹script language="JavaScript" src="phpfile"›‹/script›
    today date (dmY) =

-Call a php3 script from an html file with no return on your html page :
    1-automatic link using an image :
    ‹img src="phpfile" style="visibility:hidden"›
    2-manual link using text or image :
    (text): ‹a href="phpfile"›link‹/a›
    (image): ‹a href="phpfile"›‹img src="" border=0 ›‹/a›

...Copy the source code below


Comment, question ?