#1 skyzong
function verifyCode(){ // 验证码
session_start();
header('Content-type: image/png');
$image=spClass('Verify');
$_SESSION['verify_code']=$image->show();
}"yzm":/<{$smarty.session.verify_code|strtolower}>/
2014-06-20 10:47:43