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

例子:MultipleSelection_PHP

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-01 12:28:331025browse

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