随笔分类 - PHP学习随笔
摘要:Notice: Undefined index: new in E:\WWW\app\index.php on line 64 此提醒一般是因为PHP变量没有事先声明就直接用,所以系统给出提醒,并非错误 <?php $uname = $_GET['username']; if($uname == '
阅读全文
摘要:<?php //设置编码格式 header("Content-type:text/html;charset=utf-8"); //设备变量 $servername = "localhost"; $username = "root"; $password = "root"; $dbname = "te
阅读全文

浙公网安备 33010602011771号