- Just complete the following LISTING FORM.
- Provide a link to wonderbackgrounds.com (http://www.wonderbackgroundscom) from your website. For more Linking information please Click Here.
session_start(); include 'opendb.html'; $username = $_SESSION['valid_user']; unset($_SESSION['com_captcha']); include 'link_count.html'; include 'online.html'; $cname = $_REQUEST['cname']; $ctarm = $_REQUEST['ctarm']; $desc = $_REQUEST['descr']; $confarm=$_GET['c']; $cap = $_REQUEST['cap']; $capta =$_SESSION['com_captcha']; if($_GET['c'] == 'submit') { $erro = 'Your Link Submited Successfully'; } if($_GET['c'] == 'error') { $erro = 'You cannot left any field blank which are marked "*" , please fill up the field(s)'; } if($_GET['c'] == 'cerror') { $erro = 'You have entered wrong security code'; } $st = $_REQUEST['st']; $pr = $_REQUEST['pr']; if((!$st || ($st < 0))) $st = 0; if(!$pr) $pr = 8; $next = $st+$pr; if($st <= $pr) { $back = 0; }else{ $back = $st-$pr; } ?>