当我使用DW通过FTP将文件上传到我的远程服务器时,这就是它对文件的作用。基本上它会从文件中删除所有空格/换行符。
<?php require_once('Connections/xxxxx.php'); ?><?php// *** Validate request to login to this site.if (!isset($_SESSION)) { session_start();}?><!doctype html><html><head><meta charset="UTF-8"><title>Untitled Document</title></head><body><?php echo session_id();?><br><?php$_SESSION['test']++;echo $_SESSION['test'];?></body></html>
通常我使用cyberduck,但认为从DW内部转移会更容易,有没有人遇到过这个问题,或者知道为什么会这样。我认为这是一个我忽略的地方。感谢