Demonstration of "simple php code highlight" in "html and code":

close Window to return to the code


this snippet highlights a php file and numberes the lines.
show php code in a nice layout.
    

     
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

             
<?php
/*
  ____       ____  ____    ____ ____       _________   ____  ____    ____ __________  ____      
 /|   |     /|   |/|   \  /   |/|   |     /|        \ /|   |/|   \  /   |/|         |/|   |     
 ||   |     ||   |||    \/    |||   |     ||   ___   \||   |||    \/    |||    _____|||   |     
 ||   |     ||   ||/\        / ||   |     ||   |_/\  |||   ||/\        / ||   |__ _/ ||   |     
 ||   |     ||   | \ \      /  ||   |     ||   |_\/  /||   | \ \      /  ||      |   ||   |     
 ||   |     ||   |  \/      \  ||   |     ||        / ||   |  \/      \  ||   ___|   ||   |     
 ||   |____ ||   |  /        \ ||   |____ ||   ____/  ||   |  /        \ ||   |_/___ ||   |____ 
 ||        |||   | /    /\    \||        |||   |__/   ||   | /    /\    \||         |||    2003|
 ||________|||___|||___/\ \___|||________|||___|      ||___|||___/\ \___|||_________|||________|
 /________/ |/__/ |/__/  \/__/ /________/ |/__/       |/__/ |/__/  \/__/ /_________/ /________/ 


*/

header('Location: http://fundisom.com/phpsnippets/snip');

/*

  PHP snippets library - coded for me in 2003 - lixlpixel

*/

?>