0
Zend Studio的格式TXT來源上傳後。Zend Studio的格式TXT來源
防爆:
<?php
echo 'test';
echo 'test';
echo 'test';
?>
後上傳這個源代碼的樣子:
<?php
echo 'test';
echo 'test';
echo 'test';
?>
Zend Studio的格式TXT來源上傳後。Zend Studio的格式TXT來源
防爆:
<?php
echo 'test';
echo 'test';
echo 'test';
?>
後上傳這個源代碼的樣子:
<?php
echo 'test';
echo 'test';
echo 'test';
?>
檢查文件行分隔符選項。在這兩個的Zend Studio和Eclipse應該在Windows的>首選項 - >常規 - >工作區
如果你使用類似Unix的服務器,你應該使用:
調整基於你的腳本將woork而不是你正在開發的機器上的服務器上的設置。