Home> php教程> php手册> body text

例子:Multiple Selection

WBOY
Release: 2016-06-21 09:12:51
Original
883 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
Latest Articles by Author
Popular Recommendations
    Latest Downloads
    More>
    Web Effects
    Website Source Code
    Website Materials
    Front End Template
    About us Disclaimer Sitemap
    php.cn:Public welfare online PHP training,Help PHP learners grow quickly!