What is the correct way to include the file "time.inc" ?
<?php include "time.inc"; ?>
<?php include:"time.inc"; ?>
<!-- include file="time.inc" -->
<?php include file="time.inc"; ?>
QuizBucket
© 2017 QuizBucket.org