RSS

Karei-naru Ichizoku epsode 01

Thu, Jul 17, 2008

0 Comments

One of the most favorite drama of mine. Starred by Takuya Kimura.

Add code to Posts

Wed, Jul 16, 2008

0 Comments

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…

How to Add PHP code to HTML

Wed, Jul 16, 2008

0 Comments

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');
?>

Contitue reading…

Page 5 of 5«12345