<?php
$theme=$_POST['theme'];
$fil=$_POST['fil'];
include('connect.php');
$sql;
if($theme==''&&$fil!=''){
$sql="SELECT DISTINCT Exemple,Path_XML,Path_HTML,Path_XSL FROM `exemples_xslt` WHERE Filtre = '".$fil."'";
}
else if($theme!=''&&$fil==''){
$sql="SELECT DISTINCT Exemple,Path_XML,Path_HTML,Path_XSL FROM exemples_xslt WHERE Theme ='".$theme."'";
}
else if($theme!=''&&$fil!=''){
$sql="SELECT DISTINCT Exemple,Path_XML,Path_HTML,Path_XSL FROM exemples_xslt WHERE Theme = '".$theme."' AND Filtre = '".$fil."'";
}
else {
$sql="SELECT DISTINCT Exemple,Path_XML,Path_HTML,Path_XSL FROM exemples_xslt";
}
$result = mysql_query($sql);
$numR = mysql_num_rows($result);
echo "<p id='res'>Résultat : ".$numR." Exemples de Thème : ".$theme." -Filtre: ".$fil."</p>";
while($row = mysql_fetch_array($result))
{
echo "<span class='title' onmouseover=\"mouseOver('".$row['Path_XML']."','".$row['Path_XSL']."','".$row['Path_HTML']."')\" >".$row['Exemple']."</span>";
}
mysql_close($con);
?>
没有合适的资源?快使用搜索试试~ 我知道了~
php ajax 实现的网页
共112个文件
xml:35个
html:34个
xsl:34个
1星 需积分: 9 9 下载量 127 浏览量
2012-09-02
15:09:20
上传
评论 1
收藏 360KB ZIP 举报
温馨提示
用php写的网页,通过ajax请求来向服务器数据库查询数据,并返回查询结果来实现不刷新网页动态变化网页的一部分内容。压缩包中含有数据库代码,javascirpt代码,php代码,css代码。将sql文件直接导入mysql,剩下的文档放到wamp的www文件中就可以使用了。
资源推荐
资源详情
资源评论
收起资源包目录
php ajax 实现的网页 (112个子文件)
Assistances_XSL.css 2KB
Axe_Output_2.html 606B
Axe_Output_1.html 597B
FonctionsEnsemblesNoeuds_Output_2.html 576B
GenerationEtFormatage_Output_2.html 570B
GenerationEtFormatage_Output_1.html 552B
CalculsNumeriques_Output_1.html 482B
CalculsNumeriques_Output_2.html 407B
FonctionsBooleennes_Output_2.html 402B
Model_Output_2.html 326B
FonctionsBooleennes_Output_1.html 314B
FonctionsSupplementairesDiverses_Output_2.html 306B
FonctionsSupplementairesDiverses_Output_1.html 249B
RepetitionEtTri_Output_1.html 241B
Copie_Output_1.html 211B
RepetitionEtTri_Output_2.html 196B
Variable_Output_1.html 175B
Variable_Output_2.html 175B
FonctionsEnsemblesNoeuds_Output_1.html 118B
Copie_Output_2.html 106B
Model_Output_1.html 99B
CreationElementsAttributs_Output_2.html 96B
CreationElementsAttributs_Output_1.html 96B
FonctionsChainesCaracteres_Output_1.html 88B
Attributs_Output_1.html 63B
Sortie_Output_2.html 46B
Attributs_Output_2.html 42B
Intro_Output_1.html 35B
Intro_Output_2.html 35B
CombinaisonFeuillesStyle_Output_1.html 30B
CombinaisonFeuillesStyle_Output_2.html 30B
FonctionsChainesCaracteres_Output_2.html 30B
Sortie_Output_1.html 29B
TraitementConditionnel_Output_1.html 21B
TraitementConditionnel_Output_2.html 19B
bgimage.jpg 138KB
bgimage1.jpg 128KB
bgimage2.jpg 85KB
Assistances_XSL.js 2KB
XMLgetRep_AJAX_SQL.php 1023B
XMLgetFiltre_AJAX_SQL.php 345B
XMLgetTheme_AJAX_SQL.php 332B
connect.php 171B
Assistances_XSL.xml 1KB
GenerationEtFormatage_Source_2.xml 463B
GenerationEtFormatage_Source_1.xml 458B
FonctionsEnsemblesNoeuds_Source_2.xml 348B
FonctionsEnsemblesNoeuds_Source_1.xml 343B
Model_Source_2.xml 340B
Axe_Source_2.xml 339B
Axe_Source_1.xml 339B
RepetitionEtTri_Source_1.xml 339B
FonctionsSupplementairesDiverses_Source_1.xml 281B
CalculsNumeriques_Source_2.xml 275B
CalculsNumeriques_Source_1.xml 268B
CreationElementsAttributs_Source_2.xml 249B
CreationElementsAttributs_Source_1.xml 244B
FonctionsSupplementairesDiverses_Source_2.xml 243B
TraitementConditionnel_Source_1.xml 198B
Variable_Source_2.xml 194B
RepetitionEtTri_Source_2.xml 194B
Variable_Source_1.xml 193B
TraitementConditionnel_Source_2.xml 189B
FonctionsBooleennes_Source_1.xml 174B
FonctionsBooleennes_Source_2.xml 174B
FonctionsChainesCaracteres_Source_1.xml 148B
Model_Source_1.xml 141B
Attributs_Source_1.xml 140B
FonctionsChainesCaracteres_Source_2.xml 139B
Copie_Source_1.xml 129B
Copie_Source_2.xml 115B
Attributs_Source_2.xml 115B
Intro_Source_2.xml 110B
Intro_Source_1.xml 108B
CombinaisonFeuillesStyle_Source_1.xml 105B
CombinaisonFeuillesStyle_Source_2.xml 105B
Sortie_Source_1.xml 102B
Sortie_Source_2.xml 97B
CalculsNumeriques_XSL_2.xsl 2KB
FonctionsEnsemblesNoeuds_XSL_2.xsl 2KB
FonctionsChainesCaracteres_XSL_1.xsl 1KB
CreationElementsAttributs_XSL_2.xsl 1KB
FonctionsSupplementairesDiverses_XSL_2.xsl 1KB
Axe_XSL_2.xsl 1KB
Axe_XSL_1.xsl 1KB
FonctionsEnsemblesNoeuds_XSL_1.xsl 1KB
FonctionsBooleennes_XSL_2.xsl 1KB
FonctionsSupplementairesDiverses_XSL_1.xsl 1KB
Copie_XSL_2.xsl 1007B
Variable_XSL_2.xsl 961B
Variable_XSL_1.xsl 959B
RepetitionEtTri_XSL_1.xsl 864B
FonctionsBooleennes_XSL_1.xsl 854B
GenerationEtFormatage_XSL_2.xsl 822B
CalculsNumeriques_XSL_1.xsl 813B
GenerationEtFormatage_XSL_1.xsl 807B
Copie_XSL_1.xsl 743B
Model_XSL_2.xsl 714B
Model_XSL_1.xsl 693B
RepetitionEtTri_XSL_2.xsl 643B
共 112 条
- 1
- 2
资源评论
- zhangfuxiang19902013-05-26不能用的代码创上来干嘛?
gmqfxkzl
- 粉丝: 0
- 资源: 2
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 12 -竞业禁止协议 (2).docx
- 11 -竞业禁止协议 (1).docx
- 使用Python和ROS接口Carla与MATLAB.zip
- 警惕ChatGPT 4.0国内非官方免费使用的多重风险
- 收集的MATLAB例程的球谐波变换和相关的操作在球谐波频谱.zip
- 示例代码在MATLABOctave卡尔曼滤波初学者.zip
- 水下图像增强融合算法matlab.zip
- 数字信号处理大作业Matlab实现语音分析加噪声频谱分析滤波器等等内附报告Matlab for speech anal.zip
- 02-【劳务合同】-01-2023新版劳务合同范本【附使用说明】.doc
- 02-【劳务合同】-03-2023新版劳务合同范本【全国通用】.doc
- 02-【劳务合同】-02-2023新版劳务合同范本【附使用说明】.doc
- 04-【实习合同】-01-实习协议书.doc
- 04-【实习合同】-02-实习协议书.doc
- 06-【退休返聘】-02-退休返聘协议书.doc
- 水下图像颜色恢复的MATLAB代码.zip
- 10-【附件】-09-变更劳动合同协议书.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功