線上書籍

Home

[1002] PHP入門班

<?php //套用樣板 function theme($them_file=null){ include_once('tbs_class.php'); $TBS =new clsTinyButStrong ; $TBS->LoadTemplate($them_file,False) ; $TBS->Show() ; } ?>