Home > Backend Development > PHP Tutorial > 例子:MultipleSelection_PHP

例子:MultipleSelection_PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 12:28:33
Original
1027 people have browsed it

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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template