The Ceramics Studio Contact Form
< ?php @session_start(); unset($fname); // echo $_POST['plink']; if(isset($_POST['plink'])) $fname=$_POST['plink']; else $fname=preg_replace("#https://theceramicsstudio.com/#", "", get_permalink()); $name='name'.md5(rand()); $emailll='emailll'.md5(rand()); $comment='comment'.md5(rand()); $edate ='edate'.md5(rand()); $emaill ='emaill'.md5(rand()); $phone ='phone'.md5(rand()); $fnamer='fnamer'.md5(rand()); $_SESSION['com']="name=$name&emailll=$emailll&comment=$comment&edate=$edate&emaill=$emaill&phone=$phone&fnamer=$fnamer"; ?>