-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