您的位置:

php开发wap,php开发网站实例教程

本文目录一览:

PHP开发WAP的工具用什么啊?

可以使用eclipse开发

其实php的wap开发和普通的网页开发没有什么不同的.只要你设置好一个wap浏览器进行浏览就行了.

PHP如何写WAP网站?

建WAP网站其时就是要考虑用户上网社备的问题。手机上网的特点1就是屏幕小2寸-5寸,你要考虑你的网站内容怎样在这么小的吧屏幕里得到完美的展示。特点2手机内存网页不可过大,最好不超过200K。网页不宜使用大量图片图标。CSS基本没用。由于现在智能机流行,PHP+HTML也行,兼顾山寨机功能机的话PHP+WML

PHP怎么开发WAP程序啊?

那要看你想要做wap1.1还是wap2.0了。wap1.1用wml开发,你可以用php动态生成wml格式的网页,不过不要忘了声明wml页面格式。如果是wap2.0,就用xhtml,一样的道理,用php动态生成相应的标签、代码,不过一定要注意,在页面最开始处声明?php

header("Content-Type:text/html;charset=utf-8");

echo "?xml version=\"1.0\"?

!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"\"

html xmlns=\"\"";

?,这样在后面加上你想要的代码就可以了。一定要严格按照标准来,有一些手机可能不支持纠错。

请问怎么用PHP开发wap网站?

一样的.跟你开发web一样的.

只是前台语言有点不一样.现在xhtml 也能用到wap中了.

请大家详细介绍下PHP编写wap网页的过程,是用到wml还是xhtml或其他?在自己的电脑上测试应该怎么做?

1、php跟wap网页没什么关系,php是做后台开发的,wap、和桌面浏览器网站只是前端区别

2、你说的wml、xhtml都是前端标签技术,一般用xhtml,可以再文档头配置为mobile

3、电脑上测试的话,将浏览器调小一点就可以了,如果觉得不真实,可以装个虚拟机

PHP开发WAP网站程序与开发WEB程序有何区别

现在WAP2.0是趋势,你看GOOGLE和网易都是在用2.0.

对于2.0来说,和WEB并没有太多的区别。CSS和JS的变现会简单的很多。

WAP不像WEB只有几种浏览器,WAP有上千种。

你需要做的是下一个WAP2.0的标签手册

做大量的测试,以适应不同的平台。

谷歌的WAP首页如下 wap.google.cn

?xml version="1.0" encoding="UTF-8"?

!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" ""

html xmlns="" head meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/ meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0"/ link rel="alternate" media="handheld" href="" / meta http-equiv="Cache-Control" content="no-cache"/ style type="text/css" /* ![CDATA[ */ html,body { background-color:#fff; padding: 0; margin: 0; } body { -webkit-text-size-adjust: none; } body,td { font-family:sans-serif; vertical-align:middle; font-weight:normal; } .hint { color:#555; font-size:small; padding-bottom:2px; } .block_head { font-weight:bold; padding-top:2px; } .form_block { padding:0px 0px 3px 2px; } .darkred { color:#900; } .small { font-size:small; } .xxsmall { font-size:xx-small; } .smaller { font-size:smaller; margin-bottom:1px; } .red { color:#f00; } .grey { color:#808080; } .dkgrey { color:#333333; } .green { color:#008000; } table { border-spacing:0px; } .fullWidth { width:100% } .alignright { text-align:right; } .center { text-align:center; } .padtop { padding-top:10px; } .padbottom { padding-bottom:6px; } .smallpadbottom { padding-bottom:3px; } .padleft { padding-left:12px; } .floatright { float:right; } .divider_line { border-top:2px solid #7AA5D6; margin-top: 6px; margin-bottom: 4px; } /* ]] */ .vcent { vertical-align:middle } .textinput { } /style titleGoogle/title script /* ![CDATA[ */ function set_module_display_style(m_id, m_style) { var m = document.getElementById(m_id); if (m) { m.style.display = m_style; } } function show_module(m_id) { set_module_display_style(m_id + '_closed', 'none'); set_module_display_style(m_id + '_open', 'block'); } function hide_module(m_id) { set_module_display_style(m_id + '_open', 'none'); set_module_display_style(m_id + '_closed', 'block'); } /* ]] */ /script /head body onload="document.getElementById('query').focus();" div style="padding: 8px;" divdiv class="padbottom" img src="" class="vcent" alt="Google" width="90" height="33" / form action="/m/search" div input type="hidden" name="mrestrict" value="xhtmlchtml"/ input type="hidden" name="eosr" value="on"/ input class="textinput" type="text" id="query" name="q" size="10" maxlength="2048" value=""/ input type="submit" value="搜索"/ /div /form div class="padtop small" a href="/m?site=images"图片/a|a href="/m/news?hl=zh_CN"资讯/a|a href="/m?site=weather"天气/a|a href="/m?site=finance"财经/abr/a href="/m?site=local"地图/a|a href="/m?site=directions"公交/a|a href="/m?site=restaurant"餐饮/a|a href="/m?site=house"房屋/abr/a href="/m/billboard"热榜/a|a href="/m/dictionary"字典/a|a href=";hl=zh-CN"更多/a

/div

/div div class="small"span class="red"»新/spana href=";dc=mobile-promotion"下载手机地图v2/a /div div class="padbottom"div /div/div/div div class="small padtop" div class="small padtop" a href="/m?action=setssig=AMctaOILJB-dFUnySYvqvYEj-VNFfZ7TBg"设置/a br/ /div div class="small padtop" a href="/m/support"反馈意见/a br/ /div div class="small padtop" a href=""帮助/a br/ /div div class="small padtop" a href=""Google.com in English/a br/ /div /div div class="center small padtop" 选择 Google 的版面: br/ bWAP/b | a href=""标准版/abr/br/ ©2009 - a href=""隐私权/a /div /div /body

/html