[ create a new paste ] login | about

suebriquet

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by suebriquet:

PHP, pasted on May 30:
1
2
3
4
5
<?php
//include ('header.php');
$j = 0;
$k = 0;
$sort = 'first';         // set 'first' to show newest icons first, 'last' to show newest icons last
...
view (154 lines, 2 lines of output)
PHP, pasted on May 30:
1
2
3
4
5
<?php
include ('header.php');
$catdirs = array();
$dh = opendir(".");
$totaldirs = 2;
...
view (172 lines, 21 lines of output)
PHP, pasted on May 30:
1
2
3
4
5
<?php
include ('header.php');
$catdirs = array();
$dh = opendir(".");
$totaldirs = 2;
...
view (159 lines, 6 lines of output)