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

例子:Multiple Selection

WBOY
Release: 2016-06-21 09:12:51
Original
980 people have browsed it

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]."
";
   }
}
?>

 



Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template