Home > Backend Development > PHP Tutorial > 学习PHP出现的问题小结

学习PHP出现的问题小结

WBOY
Release: 2016-06-20 12:35:17
Original
937 people have browsed it

1,加入超链接

 echo  "超链接测试按钮";

href 里面要用单引号,否则一直报错

2,,session不需要注册,直接使用

if(!isset($_SESSION["usernmae"])){	$_SESSION["username"]=$user;	 echo  "<a href='Untitled-5.php'>超链接测试按钮</a>";}
Copy after login



Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template