关于在linux下部署php项目

WBOY
Release: 2016-06-23 13:52:36
Original
1235 people have browsed it

废话不说,直奔主题:

1.关于session的使用:

session_start()之前不能有任何输出。

比如 echo 'hi'

或者一般的html标签

或者空行

2.header跳转页面,和session一样,之前都不能有任何输出。

3.在iframe框架中,别忘了使用session前,在载入的页面中一定写入session_start..不然调整了一天,突然菊花一惊,发现session不能用,还以为是页面跳转后session失效了呢。



4.关于mysql数据库的部署。

所有mysql数据库在windows np 数据库名称和表名称都不区分大小写字母的,

但是在linux中肯定是区分大小写的。项目转移的时候,这点一定要注意。

转载请说明出处http://blog.csdn.net/youmypig/article/details/38346233

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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!