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

php开发wap常用技巧

WBOY
Release: 2016-06-21 09:07:21
Original
939 people have browsed it

技巧

在php中输出返回上一级的代码:
echo "点击这里返回";
在wap中的代码是:
@header("Content-Type:text/vnd.wap.wml");
?>












 


在wap中打电话的代码:
 @header("Content-Type:text/vnd.wap.wml");
?>













或者
拨打电话





加入WAP书签


















 
 



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