Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/232.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php $\u会话['msg']的消息文本位置_Php_Html_Session - Fatal编程技术网

Php $\u会话['msg']的消息文本位置

Php $\u会话['msg']的消息文本位置,php,html,session,Php,Html,Session,我从codecanyon买了一个php模板。其工作正常,但有$\u会话消息用于显示警报文本。我找不到要显示的文本的位置,该文本已写入。它用在这样的文件中 <div class="alert alert-success alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden

我从codecanyon买了一个php模板。其工作正常,但有$\u会话消息用于显示警报文本。我找不到要显示的文本的位置,该文本已写入。它用在这样的文件中

<div class="alert alert-success alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
                    <?php echo $client_lang[$_SESSION['msg']] ; ?></a> </div>
                <?php unset($_SESSION['msg']);}?>   
              </div>
$_SESSION['msg']="11";
它显示数据更新。我想更改该文本,但没有任何CSS文件包含该文本。我应该在哪里进行更改


谢谢。

如果您有记事本++文本编辑器,您可以使用“搜索”菜单中的“在文件中查找”。设置要搜索的项目根文件夹路径和查询。记事本++将为您搜索文件内容


11只是一个代码。它从一个名为$client_lang的数组中获取文本。因此,您必须搜索该数组的设置位置。可能是加载了一个文件。同样的功能也可以在sublime文本编辑器dreamviewer中使用。