Home >php教程 >php手册 >例子:Multiple Selection

例子:Multiple Selection

WBOY
WBOYOriginal
2016-06-21 09:12:51963browse

select

function php_self2url(){
   global $PHP_SELF;
   $tmp = eregi_replace("%2f","/",urlencode($PHP_SELF));
   return $tmp;
}
?>


What do you like :


  

if(isset($yourlike)){
   $count = count($yourlike);
   echo "

Your like is:
";
   for($i=0;$i      echo "    " . $yourlike[$i]."
";
   }
}
?>

 



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn