Recent content by sycoblast

  1. S

    PHP help

    include("") Always ("") else it can subclass another file if by chance you have a similar file... "" ensures you are looking for that class without it means there is only ONE file that is like the file you are looking for... Like in SQL... The "*" Searches through every table to find...
  2. S

    PHP Include, file help!

    <?php include('header.php'); ?> <div style="position: absolute; left: 246; top: 619; width: 574; height:180"> <div style="width: 574; height: 224"><p class="Header">Welcome~</div> </div> <?php include('footer.php'); ?> -------- Instead of "including" why not just "echo" your...
Top