how to insert a php file into a web page?
Posted: Fri Mar 27, 2009 7:20 pm
This may sound stupid but I've gotta ask.
I have a php file I use to log in the date and time anyone visits my web page.
It actually works O.K. but I load it the same way I do a javascript file.
In the header I use:
[code:] <script language="javascript"> src="file.php "</script>
Is there a better way or since it works is this as good as any?
I have a php file I use to log in the date and time anyone visits my web page.
It actually works O.K. but I load it the same way I do a javascript file.
In the header I use:
[code:] <script language="javascript"> src="file.php "</script>
Is there a better way or since it works is this as good as any?