Posted by Erico Franco on 08/27/05 20:12
What is the best way to call a php "script" automatically from a html?
The script.php that I want to call just track the user visit in a main
index.html that I want to call it from.
I am using this way at the index.html:
<iframe
src="track/script.php">
</iframe>
it works in a way that calls the script.php from index.html
automatically (don't needing the client to click on it that is what I want).
...but it leaves a blank frame at my index.html.
so what is the best tag to use instead of the <iframe> tag?
thanks
Erico Franco
[Back to original message]
|