One of the most favorite drama of mine. Starred by Takuya Kimura.
Wed, Jul 16, 2008
If you wanna add some computer language to your post, and want it looks like in some of code editor(with syntax colored and line number), you should try this–SyntaxHighlighter 1.1.1
Contitue reading…
Wed, Jul 16, 2008
Method1. Just put <?php your PHP code ?> with HTML
Method2. Use one of following functions:
<?php
require('folder/file.php');
require_once('folder/file.php');
include('folder/file.php');
include_once('folder/file.php');
?>
Thu, Jul 17, 2008
0 Comments