maar heb gemaakt 
mischien dat jullie het leuk vinden om te hebben en moet zeggen dat over de 'routine' nagedacht is
css link is http://images.tweakers.net/forum/templates/got/css/got.css
PHP:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| <? ob_start(); show_source ('showphp.php'); $source = ob_get_contents(); ob_end_clean(); $source = explode('<br />',$source); echo '<link rel="stylesheet" href="got.css">'; echo '<table border="0" cellpadding="4" cellspacing="0" class="phphighlight"> <tr> <td class="phphighlightline">'; for ($i = 1; $i < count($source); $i++) { echo $i . '<br>'; } echo '</td> <td nowrap class="phphighlightcode"><font color="#0000CC"><code>'; for ($i = 0; $i < count($source)-1; $i++) { $src .= $source[$i] . '<br />'; } $src .= $source[count($source)]; echo $src; echo "</code></font></td></tr></table>"; ?> |
mischien dat jullie het leuk vinden om te hebben en moet zeggen dat over de 'routine' nagedacht is
css link is http://images.tweakers.net/forum/templates/got/css/got.css