phpcms使用ajax制作手機站

? 1.判斷跳轉手機站

if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios)/i))) {


? ? var url='/mobile/index/index.html';

? ? location.href=url;

}


3.服務器端文件

引入數(shù)據庫

$database=include $_SERVER['DOCUMENT_ROOT'].'/caches/configs/database.php';

$db=$database['default'];

$connect=@mysql_connect($db['hostname'],$db['username'],$db['password']);

mysql_query("set names utf8");

$v9=mysql_select_db($db['database'],$connect);

//整體數(shù)組

$dataResult=array();

案例推薦:

//首頁欄目導航

$result=mysql_query('select * from v9_category limit 5');

$list=array();

while($row=mysql_fetch_assoc($result)){

? ? array_push($list,$row);

}

$dataResult['category']=$list;

//首頁幻燈導航

$result=mysql_query("select thumb from v9_news limit 5");

$list=array();

while($row=mysql_fetch_assoc($result)){

? ? array_push($list,$row);

}

$dataResult['images']=$list;

//熱銷產品推薦

$result=mysql_query(" SELECT id, title, thumb, description FROM? `v9_news` WHERE catid IN (SELECT catid FROM v9_category WHERE parentid =6) order by id desc LIMIT 4 ");

$list=array();

while($row=mysql_fetch_assoc($result)){

? ? array_push($list,$row);

}

$dataResult['hotCp']=$list;



2.建立ajax文件

//請求

var url='/api/mobile_index.php';

$.ajax({url:url,async:false,type:'POST',dataType:"json",success:requestSuccess,error:requestError});

?js處理數(shù)據

function requestSuccess(data){

? ? //創(chuàng)建欄目導航

? ? var category=data.category;

? ? $(".lnav ul li a").each(function(index){

? ? ? ? ? ? $(this).text(category[index].catname);

? ? ? ? ? ? $(this).attr("href",category[index].url);

? ? });

? ? //創(chuàng)建幻燈導航

? ? var images=data.images;

? ? var html='';

? ? for(var i in images){

? ? ? ? html+='<li><a class="pic" href="/" target="_blank"><img src="'+images[i].thumb+'" style="height:209px;" /> </a></li>';?

? ? }

? ? $(".tempWrap ul").append(html);

? ? //熱銷產品

? ? var hotCp=data.hotCp;

? ? var html='';

? ? for(var i in hotCp){

? ? ? ? html+='<div class="dressing">';

? ? ? ? ? ? //(0)

? ? ? ? ? ? html+='<div class="dressing_wrap">';

? ? ? ? ? ? ? ? //(1)

? ? ? ? ? ? ? ? html+='<div class="skinimg">';

? ? ? ? ? ? ? ? ? ? html+='<a href="/" target="_blank" title="'+hotCp[i].title+'"><img src="'+hotCp[i].thumb+'" alt="'+hotCp[i].title+'"? width="170" height="100"/></a>';

? ? ? ? ? ? ? ? html+='</div>';

? ? ? ? ? ? ? ? //(2)

? ? ? ? ? ? ? ? html+='<div class="information_area">';

? ? ? ? ? ? ? ? ? ? //(2-1)

? ? ? ? ? ? ? ? ? ? html+='<div class="information_area_wrap">';

? ? ? ? ? ? ? ? ? ? ? ? //(2-1-1)

? ? ? ? ? ? ? ? ? ? ? ? html+='<div class="item clearfix">';

? ? ? ? ? ? ? ? ? ? ? ? ? ? html+='<h4 class="left">'+hotCp[i].title.substring(0,5)+"..."+'</h4>';

? ? ? ? ? ? ? ? ? ? ? ? ? ? html+='<i class="W_vline left">|</i>';

? ? ? ? ? ? ? ? ? ? ? ? ? ? html+='<div class="price left"><span> 熱銷 </span></div>';

? ? ? ? ? ? ? ? ? ? ? ? html+='</div>';

? ? ? ? ? ? ? ? ? ? ? ? //(2-1-1-end)

? ? ? ? ? ? ? ? ? ? ? ? html+='<div class="tipinfo clearfix">';

? ? ? ? ? ? ? ? ? ? ? ? ? ? html+='<div class="t_open left"><span class="W_textb">'+hotCp[i].description+'</span></div>';

? ? ? ? ? ? ? ? ? ? ? ? ? ? html+='<div id="float3" style="float:right;">';

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? html+='<a href="sms:15891399998" title="服務熱線"><img src="images/7AA0qq.png" alt="服務電話"></a>';

? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? html+='<a href="tel:15891399998"><img src="images/7AA0tel.png"></a>';

? ? ? ? ? ? ? ? ? ? ? ? ? ? html+='</div>';

? ? ? ? ? ? ? ? ? ? ? ? html+='</div>';


? ? ? ? ? ? ? ? ? ? html+='</div>';

? ? ? ? ? ? ? ? //(2-end)

? ? ? ? ? ? html+='</div>';

? ? ? ? html+='</div>';

? html+='</div>';

? ? }

? ? html+='<div style="clear:both"></div>';

? ? $(".zzsc-list").append(html);

? ? }

function requestError(xmlhttprequest,info,exception){

alert(info);

}

//請求

var url='/api/mobile_index.php';

$.ajax({url:url,async:false,type:'POST',dataType:"json",success:requestSuccess,error:requestError});

請求和js文件放到一起

?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
  • 序言:七十年代末既穆,一起剝皮案震驚了整個濱河市骗绕,隨后出現(xiàn)的幾起案子穗熬,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 210,914評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機筛武,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 89,935評論 2 383
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來挎塌,“玉大人徘六,你說我怎么就攤上這事×穸迹” “怎么了待锈?”我有些...
    開封第一講書人閱讀 156,531評論 0 345
  • 文/不壞的土叔 我叫張陵,是天一觀的道長缭贡。 經常有香客問我炉擅,道長,這世上最難降的妖魔是什么阳惹? 我笑而不...
    開封第一講書人閱讀 56,309評論 1 282
  • 正文 為了忘掉前任谍失,我火速辦了婚禮,結果婚禮上莹汤,老公的妹妹穿的比我還像新娘快鱼。我一直安慰自己,他們只是感情好,可當我...
    茶點故事閱讀 65,381評論 5 384
  • 文/花漫 我一把揭開白布抹竹。 她就那樣靜靜地躺著线罕,像睡著了一般。 火紅的嫁衣襯著肌膚如雪窃判。 梳的紋絲不亂的頭發(fā)上钞楼,一...
    開封第一講書人閱讀 49,730評論 1 289
  • 那天,我揣著相機與錄音袄琳,去河邊找鬼询件。 笑死,一個胖子當著我的面吹牛唆樊,可吹牛的內容都是我干的宛琅。 我是一名探鬼主播,決...
    沈念sama閱讀 38,882評論 3 404
  • 文/蒼蘭香墨 我猛地睜開眼逗旁,長吁一口氣:“原來是場噩夢啊……” “哼嘿辟!你這毒婦竟也來了?” 一聲冷哼從身側響起片效,我...
    開封第一講書人閱讀 37,643評論 0 266
  • 序言:老撾萬榮一對情侶失蹤红伦,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后堤舒,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體色建,經...
    沈念sama閱讀 44,095評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 36,448評論 2 325
  • 正文 我和宋清朗相戀三年舌缤,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片某残。...
    茶點故事閱讀 38,566評論 1 339
  • 序言:一個原本活蹦亂跳的男人離奇死亡国撵,死狀恐怖,靈堂內的尸體忽然破棺而出玻墅,到底是詐尸還是另有隱情介牙,我是刑警寧澤,帶...
    沈念sama閱讀 34,253評論 4 328
  • 正文 年R本政府宣布澳厢,位于F島的核電站环础,受9級特大地震影響,放射性物質發(fā)生泄漏剩拢。R本人自食惡果不足惜线得,卻給世界環(huán)境...
    茶點故事閱讀 39,829評論 3 312
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望徐伐。 院中可真熱鬧贯钩,春花似錦、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,715評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至勺三,卻和暖如春雷滚,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背吗坚。 一陣腳步聲響...
    開封第一講書人閱讀 31,945評論 1 264
  • 我被黑心中介騙來泰國打工揭措, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人刻蚯。 一個月前我還...
    沈念sama閱讀 46,248評論 2 360
  • 正文 我出身青樓绊含,卻偏偏與公主長得像,于是被迫代替她去往敵國和親炊汹。 傳聞我的和親對象是個殘疾皇子躬充,可洞房花燭夜當晚...
    茶點故事閱讀 43,440評論 2 348

推薦閱讀更多精彩內容