isValidUser()) { header("location: confirm/linli"); exit(); } require_once("includes/classes/class.form.php"); require_once("includes/classes/class.urlcreator.php"); require_once("includes/listfuncs.php"); require_once("includes/stddefs.php"); $myForm = new htmlForm(); $link = MyDb::getInstance();; $catIds[0] = 0; $catNames[0] = "Select a category"; $getList = $link->queryObjectArray("SELECT * FROM ".CATLIST." WHERE active='y'"); foreach($getList as $thisCat) { $catIds[] = $thisCat->id; $catNames[] = $thisCat->name; } $condIds[0] = 0; $condNames[0] = "What condition is it in?"; $getList = $link->queryObjectArray("SELECT * FROM ".CONDITION); foreach($getList as $thisCond) { $condIds[] = $thisCond->id; $condNames[] = $thisCond->description; } $ageIds[0] = 0; $ageNames[0] = "How old is this item?"; $getList = $link->queryObjectArray("SELECT * FROM ".AGES); foreach($getList as $thisAge) { $ageIds[] = $thisAge->id; $ageNames[] = $thisAge->description; } $title = "List your unwanted items for free at rehomeyourstuff.co.uk"; $helpText = '

1. Clear names and descriptions will help people to find your items easily.

 

2. Including a photo with your listing will make it \'go\' quicker, even a snap from a mobile phone will help!

 

3. Be honest with your listings, even if something is broken or damaged someone will take it.

 

4. Make sure you have the permission of the item owner before listing an item.

 

5. There are a list of items which we will not deal with for legal and ethical reasons, If you\'re unsure about something check here before listing.

 

Recycle your unwanted stuff by giving it away with help from RehomeYourStuff.co.uk '; include_once ("includes/header.php"); print ""; include_once ("includes/navigation.php"); ?>
Listing Tips