我正在尝试创建一个带有fopen的文件,并在其中编写多行代码,但是,我不确定如何确保行中没有从PHP执行的不正确的空格。这样做:
$content= 'Line
Another line
Another line
Another line
Another line
Another line';
$fh = fopen(plugin_dir_path( __FILE__ )."/myfile.txt",
我有这个代码来抑制所有的错误。出现错误时出现空白页,如何用自定义页替换此空白页?
php_flag log_errors on
php_value error_log PHPerrors.log
## prevent access to PHP error log ##
<Files PHPerrors.log>
Order allow,deny
Deny from all
Satisfy All
</Files>
## supress php errors ##
php_flag display_startup_errors off
php_flag d
首先,我的网页返回空白白屏幕,在将error_reporting(E_ALL);添加到index.php后出现错误:
A PHP Error was encountered
Severity: Notice
Message: Only variable references should be returned by reference
Filename: core/Common.php
Line Number: 257
然后,使用这个,更改第257行的system/core/common.php文件。但改变后,我的网络又回到了空白屏幕。
请帮我解决这个问题..。
我的index.ph
我在我的网站上有一个票证编辑表,我在桌子上有一个叫做“员工”的排。我想在这个下拉行中添加一个空白字段,任何人都可以选择它为空白。
这是该行的php代码:
<tr><td>Staff</td><td><select name='call_staff'>
<?php $staff_name = $db->get_results("select user_id,user_name from site_users where user_level<>1 order by user_name;
选项卡脚本的用法如下:
{tab Tab Title 1}
Text
{tab Tab Title 2}
Text
{/tabs}
我需要在每个选项卡中都有一个PHP脚本,所以我试着像这样包括PHP脚本:
{tab Tab Title 1}
<?php include ("info.php"); ?>
{tab Tab Title 2}
<?php include ("info2.php"); ?>
{/tabs}
问题是。如果我包含多个PHP脚本,我会得到一个空白页面。问题不在于选项卡脚本,因为我尝试了几个选项卡脚本,但
我目前正在涉足Magento,我想知道如何创建一个空白Hello文件,同时仍然包括页眉、页脚等。我读过 -但是我觉得这对静态页面来说太大了。
我想创建www.site.com/magentolocation/helloworld.php。
我想要一个空白的PHP文件,我只想继续使用模块和MVC方法,我不能这样做:
<?php
include magconfig;
mag->header;
echo 'hello world' // or other static html
mag->footer;
?>
很简单。
我有这个脚本,它打印出第一行空白的文件:
for f in `find . -regex ".*\.php"`; do
for t in head; do
$t -1 $f |egrep '^[ ]*$' >/dev/null && echo "blank line at the $t of $f";
done;
done
我如何改进才能真正删除空白行,或者至少将第一行空白的所有文件复制到其他地方。
我尝试使用这个复制,这很好,因为它复制保留了目录结构,但它复制了每个php文件,我需要捕获egre