本文整理汇总了PHP中get_dirname函数的典型用法代码示例。如果您正苦于以下问题:PHP get_dirname函数的具体用法?PHP get_dirname怎么用?PHP get_dirname使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了get_dirname函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: removeButton
function removeButton(i){
$("#remove-recipes-"+i).removeClass("hidden");
$("#remove-recipes-"+i).fadeIn("fast");
$("#btn-news-"+i).attr('style','z-index:1000; position:absolute');
$("#recipes-"+i).mouseleave(function(){
$("#remove-recipes-"+i).fadeOut("fast");
});
}
function clearImage(i){
$("#upload-recipes-"+i).attr('src', '');
$("#upload-recipes-"+i).addClass("hidden");
$('#custom-recipe').html('<input type="file" name="upload_news_1" id="news-1" onchange="readURL(this,1)" class="hidden"/>');
$("#recipes-flag").val('');
}
function cancelEdit(){
location.href = "http://<?php
echo $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/recipe-detail/" . $request_recipe_name;
?>
";
}
</script>
<?php
$sql = "UPDATE tbl_recipes SET `category_recipes` = '{$post_category_recipes}',\n `recipe_name` = '{$post_recipe_name}',\n\t\t\t\t\t\t\t\t\t`recipe_image` = '{$post_recipe_image}',\n\t\t\t\t\t\t\t\t\t`recipe_date` = '{$post_recipe_date}',\n\t\t\t\t\t\t\t\t\t`recipe_ingredients` = '{$post_recipe_ingredients}',\n\t\t\t\t\t\t\t\t\t`recipe_sauce` = '{$post_recipe_sauce}',\n\t\t\t\t\t\t\t\t\t`method` = '{$post_recipe_method}',\n\t\t\t\t\t\t\t\t\t`alias` = '{$post_recipe_alias}',\n\t\t\t\t\t\t\t\t\t`visibility_status` = '{$post_recipe_visibility}',\n\t\t\t\t\t\t\t\t\t`additional` = '{$post_recipe_additional}'\n\t\t\t WHERE `recipe_id` = '{$post_recipe_id}'";
echo $sql;
?>
示例2: on_rename
private function on_rename()
{
$path = $this->path;
$old_name = gpc('fs-oname');
$new_name = gpc('fs-nname');
$old_path = get_dirname($path) . '/' . $new_name;
$new_path = get_dirname($path) . '../uploadfiles/' . $new_name;
$this->code = $this->FileFS->rename($path, $new_path) ? 200 : 300;
$this->mess = $this->FileFS->error();
$this->show();
}
示例3: addslashes
$post_method = addslashes($_POST['recipe_method']);
$getRecords = getRecords($post_recipes_name);
if ($_POST['btn-add-recipes'] == "Save Changes" || $_POST['btn-add-recipes'] == "Save Changes & Exit") {
$checkName = getName($post_recipes_name);
if ($checkName['rows'] > 0) {
for ($i = 0; $i <= $getRecords['rows']; $i++) {
$recipe_name = cleanurl($post_recipes_name . randomchr());
}
} else {
$recipe_name = cleanurl($post_recipes_name);
}
$uploads_dir = '../files/uploads/recipes_image/';
$userfile_name = str_replace(array('(', ')', ' '), '_', $_FILES['upload_recipes_1']['name']);
$userfile_tmp = $_FILES['upload_recipes_1']['tmp_name'];
$prefix = 'recipes_image-';
$prod_img = $uploads_dir . $prefix . $userfile_name;
move_uploaded_file($userfile_tmp, $prod_img);
$slider_image = $prefix . $userfile_name;
$filename = "files/uploads/recipes_image/" . $slider_image;
addNews($post_category_recipes, $post_recipes_name, $filename, $post_recipes_date, $post_ingredients, $post_sauce, $post_method, cleanurl($recipe_name), 'Visible', 'top');
if ($_POST['btn-add-recipes'] == "Save Changes & Exit") {
?>
<script>
location.href = "http://<?php
echo $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/recipe-detail/" . cleanurl($recipe_name);
?>
";
</script>
<?php
}
}
示例4: get_dirname
$listing_order = $_get->get_categories(1, $parent_id, $search_query, $sort_by, $first_record, $query_per_page);
/* --- HANDLING ARROW SORTING --- */
$arr_order_number = '';
if (isset($_REQUEST['srt'])) {
if ($_REQUEST['srt'] == "category_name DESC") {
$arr_order_number = "<span class=\"sort-arrow-up\"></span>";
} else {
if ($_REQUEST['srt'] == "category_name") {
$arr_order_number = "<span class=\"sort-arrow-down\"></span>";
} else {
$arr_order_number = "<span class=\"sort-arrow-down\"></span>";
}
}
}
/* --- STORED VALUE --- */
echo "<input type=\"hidden\" name=\"url\" id=\"url\" class=\"hidden\" value=\"http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/child-category-view/" . $_REQUEST['cid'] . "/" . $_REQUEST['cname'] . "\">\n";
echo "<input type=\"hidden\" name=\"page\" id=\"page\" class=\"hidden\" value=\"" . $page . "\" /> \n";
echo "<input type=\"hidden\" name=\"query_per_page\" id=\"query_per_page\" class=\"hidden\" value=\"" . $query_per_page . "\" /> \n";
echo "<input type=\"hidden\" name=\"total_page\" id=\"total_page\" class=\"hidden\" value=\"" . ceil($full_order['total_query'] / $query_per_page) . "\" /> \n";
echo "<input type=\"hidden\" name=\"sort_by\" id=\"sort_by\" class=\"hidden\" value=\"" . $sort_by . "\" /> \n";
echo "<input type=\"hidden\" name=\"search\" id=\"search\" class=\"hidden\" value=\"" . $search_parameter . "-" . $search_value . "\" /> \n";
/* -- BUTTON RESET -- */
if (empty($search_parameter)) {
$reset = "hidden";
} else {
$reset = "";
}
/* --- BUTTON HANDLER --- */
if (isset($_POST['btn_child_category'])) {
$category_id = $_POST['category_id'];
if ($_POST['category-action'] == "delete") {
示例5:
/* --- STORED VALUE --- */
echo "<input type=\"hidden\" name=\"url\" id=\"url\" class=\"hidden\" value=\"http://".$_SERVER['HTTP_HOST'].get_dirname($_SERVER['PHP_SELF'])."/news-view\">\n";
echo "<input type=\"hidden\" name=\"page\" id=\"page\" class=\"hidden\" value=\"".$page."\" /> \n";
echo "<input type=\"hidden\" name=\"current_category\" id=\"current_category\" class=\"hidden\" value=\"";
if($cat == '1'){
echo 'top';
}else{
echo $req_category;
}
echo "\" /> \n";
echo "<input type=\"hidden\" name=\"query_per_page\" id=\"query_per_page\" class=\"hidden\" value=\"".$query_per_page."\" /> \n";
echo "<input type=\"hidden\" name=\"total_page\" id=\"total_page\" class=\"hidden\" value=\"".$total_page."\" /> \n";
echo "<input type=\"hidden\" name=\"sort_by\" id=\"sort_by\" class=\"hidden\" value=\"".$sort_by."\" /> \n";
echo "<input type=\"hidden\" name=\"search\" id=\"search\" class=\"hidden\" value=\"".$search_parameter."-".$search_value."\" /> \n";
echo "<input type=\"hidden\" name=\"alternate-url\" id=\"alternate-url\" class=\"hidden\" value=\"http://".$_SERVER['HTTP_HOST'].get_dirname($_SERVER['PHP_SELF'])."/news\" /> \n";
/* -- BUTTON RESET -- */
if(empty($search_parameter)){
$reset = "hidden";
}else{
$reset = "";
}
/* --- BUTTON HANDLER --- */
if(isset($_POST['btn-index-news']) && $_POST['btn-index-news'] == 'GO'){
if(!empty($_POST['news_id'])){
示例6: changeLanguage
$('#custom_lang').html($('#custom_lang').html()+'<div id="custom_lang_select"></div>');
$('#custom_lang_select').html('<br /><select class="form-control" id="id-language-option" disabled="disabled"><option value="ID" <?php
echo $_selected_lang_id;
?>
>Indonesia</option><option value="EN" <?php
echo $_selected_lang_en;
?>
>English</option></select>');
}
function changeLanguage(lang_dir){
var lang = $('#lang_option option:selected').val();
location.href = '<?php
echo 'http://' . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . '/';
?>
'+lang+'/'+lang_dir;
}
function selectOptionLanguage(x){
if(x != ''){
$('#id_custom_select_lang option[value="'+x+'"]').attr('selected', true);
}else{
$('#id_custom_select_lang option[value="default"]').attr('selected', true);
}
}
示例7: connDB
}
// CALL FUNCTION
$conn = connDB();
// SELECT DATABASE
mysql_select_db("presentation", $conn);
// GET DIRNAME
function get_dirname($path)
{
$current_dir = dirname($path);
if ($current_dir == "/" || $current_dir == "\\") {
$current_dir = '';
}
return $current_dir;
}
//STORED VALUE
echo "<input type=\"hidden\" name=\"url\" id=\"url\" class=\"hidden\" value=\"http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/reporting/inventory\">\n";
?>
<?php
/** Error reporting */
//error_reporting(E_ALL);
/** Include path **/
ini_set('include_path', ini_get('include_path') . ';../Classes/');
/** PHPExcel */
include '../../static/PHPExcel.php';
/** PHPExcel_Writer_Excel2007 */
include '../../static/PHPExcel/Writer/Excel2007.php';
// Create new PHPExcel object
echo date('H:i:s') . " Create new PHPExcel object\n";
$objPHPExcel = new PHPExcel();
// Set properties
示例8: if
$arr_type_price = "<span class=\"sort-arrow-down\"></span>";
}else if($_REQUEST['srt'] == "type_price"){
$arr_type_price = "<span class=\"sort-arrow-up\"></span>";
}else if($_REQUEST['srt'] == "type_visibility DESC"){
$arr_type_visibility = "<span class=\"sort-arrow-down\"></span>";
}else if($_REQUEST['srt'] == "type_visibility"){
$arr_type_visibility = "<span class=\"sort-arrow-up\"></span>";
}
}
/* --- STORED VALUE --- */
echo "<input type=\"text\" name=\"url\" id=\"url\" class=\"hidden\" value=\"http://".$_SERVER['HTTP_HOST'].get_dirname($_SERVER['PHP_SELF'])."/product-view/".$_active_class."\">\n";
echo "<input type=\"text\" name=\"page\" id=\"page\" class=\"hidden\" value=\"".$page."\" /> \n";
echo "<input type=\"text\" name=\"current_category\" id=\"current_category\" class=\"hidden\" value=\"";
if($cat == 'top'){
echo 'top';
}else{
echo $_REQUEST['cat'];
}
echo "\" /> \n";
echo "<input type=\"text\" name=\"query_per_page\" id=\"query_per_page\" class=\"hidden\" value=\"".$query_per_page."\" /> \n";
echo "<input type=\"text\" name=\"total_page\" id=\"total_page\" class=\"hidden\" value=\"".$total_page."\" /> \n";
echo "<input type=\"text\" name=\"sort_by\" id=\"sort_by\" class=\"hidden\" value=\"".$sort_by."\" /> \n";
echo "<input type=\"text\" name=\"search\" id=\"search\" class=\"hidden\" value=\"".$search_parameter."-".$search_value."\" /> \n";
示例9: get_dirname
if ($act == "settings/shipping/detail/edit") {
echo "<li><a href=\"http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/\">Home</a></li>";
echo "<li class=\"bread-arrow\"></li>";
echo "<li><a href=\"http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/shipping\">Settings</a></li>";
echo "<li class=\"bread-arrow\"></li>";
echo "<li><a href=\"http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/shipping\">Shipping</a></li>";
echo "<li class=\"bread-arrow\"></li>";
echo "<li><a href=\"http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/shipping/" . $courier_name['courier_id'] . "\">" . $courier_name['courier_name'] . "</a></li>";
echo "<li class=\"bread-arrow\"></li>";
echo "<li class=\"selected\">Edit: " . $courier_name['courier_name'] . "</li>";
/* STOCK MANAGER */
} else {
if ($act == "products/stock/sizemanager") {
echo "<li><a href=\"http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/\">Home</a></li>";
echo "<li class=\"bread-arrow\"></li>";
echo "<li><a href=\"http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/stock-manager\">Products</a></li>";
echo "<li class=\"bread-arrow\"></li>";
echo "<li class=\"selected\">Stock Manager</a></li>";
}
}
}
}
}
}
}
}
}
}
}
}
}
示例10: header
if($_SESSION['alert_front'] != "error"){
header("Location:http://".$_SERVER['HTTP_HOST'].get_dirname($_SERVER['PHP_SELF'])."/my-account/");
}else{
header("Location:http://".$_SERVER['HTTP_HOST'].get_dirname($_SERVER['PHP_SELF'])."/login");
}
*/
} else {
if (isset($_POST['btn_confirm'])) {
if ($_SESSION['alert'] == "error") {
header("Location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/confirm");
} else {
header("Location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/admin/emails/admin_confirmed.php?act=&ornum=" . clean_alphanumeric($_POST['order_number']) . "&amount=" . clean_number($_POST['order_confirm_amount']));
}
} else {
if (isset($_POST['btn_contact'])) {
header("Location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/contact");
} else {
if (isset($_POST['btn_search'])) {
header("Location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/shop-search/name-" . $_POST['search_bar']);
} else {
if ($_POST['btn_edit_account']) {
header("Location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/account-details");
} else {
if ($_REQUEST['act'] == "order_/wishlist" && $_SESSION['user_id'] == null) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/login");
}
}
}
}
}
}
示例11: get_dirname
echo $arr_courier_description;
?>
</th>
<th class="sort" width="250" onclick="sortBy('services')">Services<?php
echo $arr_service;
?>
</th>
<th class="sort" width="190" onclick="sortBy('active_status')">Price<?php
echo $arr_active_status;
?>
</th>
</tr>
<tr class="filter">
<th>
<a href="http://<?php
echo $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/shipping";
?>
" title="Reset">
<input type="button" class="btn small reset <?php
echo $reset;
?>
" value="">
</a></th>
<th><input type="text" class="input-text" id="courier_name_search" onkeyup="searchQuery('courier_name')" onkeypress="return disableEnterKey(event)" <?php
if ($_REQUEST['src'] == "courier_name") {
echo "value=\"" . str_replace('\\', '/', $_REQUEST['srcval']) . "\"";
} else {
if (!empty($_REQUEST['src'])) {
echo "disabled";
}
}
示例12: header
} else {
if (isset($_POST['btn-index-account'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/accounts");
} else {
if (isset($_POST['btn_notification'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/notifications");
} else {
if (isset($_POST['btn_payment'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/payment");
} else {
if (isset($_POST['btn-order-confirm'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/order-detailing/" . $_POST['redirect_order_number']);
} else {
if (isset($_POST['btn-index-confirm'])) {
if ($_POST['btn-index-confirm'] == "Submit") {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/confirm-payment");
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
示例13: preg_replace
echo preg_replace("/\n/", "\n<br>", $recipeDetails['method']);
?>
</p>
<textarea class="hidden" rows="8"></textarea>
</li>
</ul>
</div>
</div><!--box-->
</div><!--main-content-->
</form>
<script>
function cancelDetail(){
location.href = "http://<?php
echo $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/recipe";
?>
"
}
function recipeDetail(){
location.href = "http://<?php
echo $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/recipe-edit/" . cleanurl($recipeDetails['alias']);
?>
"
}
</script>
示例14: foreach
echo "<input type=\"hidden\" name=\"current_category\" id=\"current_category\" class=\"hidden\" value=\"";
if ($cat == 'top') {
echo 'top';
} else {
echo $cat_name;
}
echo "\" /> \n";
echo "<input type=\"hidden\" name=\"query_per_page\" id=\"query_per_page\" class=\"hidden\" value=\"" . $query_per_page . "\" /> \n";
echo "<input type=\"hidden\" name=\"total_page\" id=\"total_page\" class=\"hidden\" value=\"" . $total_page . "\" /> \n";
echo "<input type=\"hidden\" name=\"sort_by\" id=\"sort_by\" class=\"hidden\" value=\"" . $sort_by . "\" /> \n";
echo "<input type=\"hidden\" name=\"search\" id=\"search\" class=\"hidden\" value=\"" . $search_parameter . "-" . $search_value . "\" /> \n";
if (isset($_POST['btn-add-recipes'])) {
if ($_POST['btn-add-recipes'] == "GO") {
$option = $_POST['listing-option'];
$action = $_POST['listing-action'];
$array = $_POST['array_recipe_id'];
if ($option == "delete" and $action == "yes") {
foreach ($array as $recipe_id) {
deleteMultiple($recipe_id);
?>
<script>
location.href = "http://<?php
echo $_SERVER['HTTP_HOST'], get_dirname($_SERVER['PHP_SELF']) . "/recipe";
?>
"
</script>
<?php
}
}
}
}
示例15: header
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/filter-substrat");
} else {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/filter-substrat-detail/" . $_POST['cat_id'] . "/" . cleanurl($_POST['category_name']));
}
} else {
if (isset($_POST['btn_sale_add'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/sale");
} else {
if (isset($_POST['btn_about_lang'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/" . $_SESSION['lang_admin'] . "-about");
} else {
if (isset($_POST['btn_custom_news_lang'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/" . $_SESSION['lang_admin'] . "-news-edit/" . $_POST['news_id'] . "/" . cleanurl($_POST['ct_post_news_title']));
} else {
if (isset($_POST['btn_detail_news_category_lang'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/" . $_SESSION['lang_admin'] . "-news-category-detail/" . $_POST['hidden_category_id'] . "/" . cleanurl($_POST['hidden_category_name']));
} else {
if (isset($_POST['btn_lang_detail_category'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/" . $_SESSION['lang_admin'] . "-detail-category/" . $_POST['hidden_category_id'] . "/" . cleanurl($_POST['category_name']));
} else {
if (isset($_POST['btn_product_lang'])) {
header("location:http://" . $_SERVER['HTTP_HOST'] . get_dirname($_SERVER['PHP_SELF']) . "/" . $_SESSION['lang_admin'] . "-product-details-" . $_POST['product_alias']);
}
}
}
}
}
}
}
}
}