Tagged Questions
2
votes
3answers
2k views
Refresh PHP include();
Hi
What is the best way to refresh the content of a var that is included? For example i have this code:
<marquee>
<?php
include('note.php');
?>
</marquee>
This ...