当前位置: 首页>>代码示例>>PHP>>正文


PHP getRequestUriByServerEnviroment函数代码示例

本文整理汇总了PHP中getRequestUriByServerEnviroment函数的典型用法代码示例。如果您正苦于以下问题:PHP getRequestUriByServerEnviroment函数的具体用法?PHP getRequestUriByServerEnviroment怎么用?PHP getRequestUriByServerEnviroment使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了getRequestUriByServerEnviroment函数的5个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: htmlspecialchars

	<?php 
if ($__Context->XE_VALIDATOR_MESSAGE && $__Context->XE_VALIDATOR_ID == 'modules/member/m.skin/default/login_form/1') {
    ?>
<div class="message <?php 
    echo $__Context->XE_VALIDATOR_MESSAGE_TYPE;
    ?>
">
		<p><?php 
    echo $__Context->XE_VALIDATOR_MESSAGE;
    ?>
</p>
	</div><?php 
}
?>
	<form action="./" method="POST" class="ff"><input type="hidden" name="error_return_url" value="<?php 
echo htmlspecialchars(getRequestUriByServerEnviroment(), ENT_COMPAT | ENT_HTML401, 'UTF-8', false);
?>
" /><input type="hidden" name="mid" value="<?php 
echo $__Context->mid;
?>
" /><input type="hidden" name="vid" value="<?php 
echo $__Context->vid;
?>
" />
		<input type="hidden" name="module" value="member" />
		<input type="hidden" name="act" value="procMemberLogin" />
		<input type="hidden" name="redirect_url" value="<?php 
echo getUrl('act', '');
?>
" />
		<input type="hidden" name="xe_validator_id" value="modules/member/m.skin/default/login_form/1" />
开发者ID:umjinsun12,项目名称:dngshin,代码行数:31,代码来源:8f094804cdce768b0ffda38846495302.compiled.php

示例2: urlencode

                echo $__Context->lang->help;
                ?>
</a><?php 
            }
            ?>
] <?php 
            echo $__Context->package->title;
            ?>
 ver. <?php 
            echo $__Context->package->version;
            ?>
 - <a href="<?php 
            echo $__Context->package->url;
            ?>
&amp;return_url=<?php 
            echo urlencode(getRequestUriByServerEnviroment());
            ?>
"><?php 
            echo $__Context->lang->update;
            ?>
</a>
			</li><?php 
        }
    }
    ?>
		</ul>
	</div><?php 
}
?>
	<div class="dashboard">
		<?php 
开发者ID:einsss,项目名称:counsel_project,代码行数:31,代码来源:1e6048d6c2ee64633c50be35ad7f4217.compiled.php

示例3: parse_url

<div class="x_clearfix">
	<?php 
if ($__Context->page_navigation) {
    ?>
<form action="./" class="x_pagination x_pull-left"  style="margin-top:0"><input type="hidden" name="act" value="<?php 
    echo $__Context->act;
    ?>
" /><input type="hidden" name="mid" value="<?php 
    echo $__Context->mid;
    ?>
" /><input type="hidden" name="vid" value="<?php 
    echo $__Context->vid;
    ?>
" />
		<?php 
    $__Context->urlInfo = parse_url(getRequestUriByServerEnviroment());
    parse_str($__Context->urlInfo['query'], $__Context->param);
    ?>
		<?php 
    if ($__Context->param && count($__Context->param)) {
        foreach ($__Context->param as $__Context->key => $__Context->val) {
            if (!in_array($__Context->key, array('mid', 'vid', 'act'))) {
                ?>
<input type="hidden" name="<?php 
                echo $__Context->key;
                ?>
" value="<?php 
                echo $__Context->val;
                ?>
" /><?php 
            }
开发者ID:umjinsun12,项目名称:dngshin,代码行数:31,代码来源:a880386c497e2c5ec4a334ffc6a990f5.compiled.php

示例4: getRequestUriByServerEnviroment

" /><input type="hidden" name="ruleset" value="insertBoard" />
	<input type="hidden" name="module" value="board" />
	<input type="hidden" name="act" value="procBoardAdminInsertBoard" />
	<input type="hidden" name="page" value="<?php 
echo $__Context->page;
?>
" />
	<input type="hidden" name="module_srl" value="<?php 
echo $__Context->module_info->module_srl;
?>
" />
	<?php 
if ($__Context->mid || $__Context->module_srl) {
    ?>
<input type="hidden" name="success_return_url" value="<?php 
    echo getRequestUriByServerEnviroment();
    ?>
" /><?php 
}
?>
	<?php 
if ($__Context->logged_info->is_admin != 'Y') {
    ?>
<input type="hidden" name="board_name" value="<?php 
    echo $__Context->module_info->mid;
    ?>
" /><?php 
}
?>
	<input type="hidden" name="xe_validator_id" value="modules/board/tpl/board_insert/1" />
	<section class="section">
开发者ID:einsss,项目名称:counsel_project,代码行数:31,代码来源:1a5d42bf6bcf61bb2f055d60b0b70125.compiled.php

示例5: getUrl

?>
<form action="<?php 
echo getUrl('', 'act', 'procMemberLogin');
?>
" method="post" class="ff" ><input type="hidden" name="error_return_url" value="<?php 
echo htmlspecialchars(getRequestUriByServerEnviroment(), ENT_COMPAT | ENT_HTML401, 'UTF-8', false);
?>
" /><input type="hidden" name="mid" value="<?php 
echo $__Context->mid;
?>
" /><input type="hidden" name="vid" value="<?php 
echo $__Context->vid;
?>
" /><input type="hidden" name="ruleset" value="@login" />
		<input type="hidden" name="success_return_url" value="<?php 
echo htmlspecialchars(getRequestUriByServerEnviroment());
?>
" />
		<input type="hidden" name="act" value="procMemberLogin" />
		<input type="hidden" name="keep_signed" value="Y"/>
		<ul><li>
			<?php 
if ($__Context->member_config->identifier != 'email_address') {
    ?>
<label for="id"><?php 
    echo $__Context->lang->user_id;
    ?>
</label><?php 
}
?>
			<?php 
开发者ID:umjinsun12,项目名称:dngshin,代码行数:31,代码来源:148e6e6e143d35f0c3cea17960462e89.compiled.php


注:本文中的getRequestUriByServerEnviroment函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。