Path : /home/dent/public_html/_demos/ |
Current File : /home/dent/public_html/_demos/counter.php |
<style> #counter { width: 100px; height: 100px; background-color: lightsteelblue; color: steelblue; font-size: 24pt; text-align: center; position: fixed; bottom: 0px; right: 0px; line-height: 100px; } </style> <div id="counter"> <?php echo $_SESSION["counter"]; ?> </div>