session_start(); $CAPTCHA_TempString=""; function GetRandomChar() { mt_srand((double)microtime()*1000000); $CAPTCHA_RandVal = mt_rand(1,2); switch ($CAPTCHA_RandVal) { case 1: $CAPTCHA_RandVal = mt_rand(48, 57); break; case 2: $CAPTCHA_RandVal = mt_rand(65, 90); break; } return chr($CAPTCHA_RandVal); } for ($i = 1; $i <= 6; $i++) { $CAPTCHA_TempString .= GetRandomChar(); } if (isset($CAPTCHA_TempString)) { $_SESSION["CAPTCHA_RndText"] = str_replace('I','E',str_replace('0','3',str_replace('1','S',str_replace('B','F',str_replace('O','P',str_replace('4','A',str_replace('D','K',$CAPTCHA_TempString))))))); } else { die("Code generation failure!"); } // captcha vége ?>
|
|
Order form How to order?
1. The selected items can be ordered by filling in the order form using the name of the item and the code under its photo.
|
|||
|
|
||||