Track 实习学员

incarnation

0关注
1粉丝
7文章
返回网站首页

您已发布 7篇文章作品写文章

3.6、正则表达式【作业】

<?php // 一次性读取全部文件内容$content = file_get_contents("sharedStrings.xml");// <phoneticpr fontid="1" type="noConversion"/>显示为换行

 2018-11-2
 0 
 19 

3.5、PHP表单验证【作业】

<?php include 'conn.php';// 判断表单是否提交if(isset($_POST['ac']) && $_POST['ac']=='login'){ // 获取表单提交的数据 $username = $_POST['username']; // 判断是否存在非法字符

 2018-10-31
 0 
 36