waldopulanco29
New Member
- Messages
- 14
- Reaction score
- 0
- Points
- 0
Sir may i know what command or script to use. after the page is loaded or page is appeared on a browser the php script will execute? it will not execute until the page oh html was fully appeared on browser!!
example:
<html>
<head>
<title>my page</title>
</head>
<body>
..............................
...............................
................................
</body>
</html>
<?php
// some script
?>
the php script in the bellow of html will run after the html page appeared in the browser.
any idea sir? thanks in advanced
very best regards
Waldo Pulanco
example:
<html>
<head>
<title>my page</title>
</head>
<body>
..............................
...............................
................................
</body>
</html>
<?php
// some script
?>
the php script in the bellow of html will run after the html page appeared in the browser.
any idea sir? thanks in advanced
very best regards
Waldo Pulanco