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 ...
0
votes
4answers
266 views
tooltip after input field focus
I am sure there is a proper term for it but don't know it. how can i make a small note pop up when a user is on each field. Like lets say they go to name field then as soon as they click on the name ...