Skip to content

Instantly share code, notes, and snippets.

<?php
session_start();
function build_url($args = array()){
$defaults = array(
'scheme' => 'http',
'host' => '',
'path' => '',
'query' => '',
'user' => '',
<?php
include 'linklist.class.php';
class obJect {
public $nameOfOb;
public $typeOfOb;
function __construct($nameOfOb,$typeOfOb)
{