本文整理汇总了PHP中_set_link_函数的典型用法代码示例。如果您正苦于以下问题:PHP _set_link_函数的具体用法?PHP _set_link_怎么用?PHP _set_link_使用的例子?那么, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了_set_link_函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _set_hyperlink_
function _set_hyperlink_($var_link_url, $var_link_text = "", $var_parameter = "", $var_link_parameter = "", $var_span = true, $var_ssid = true)
{
if (!_is_not_null_($var_link_url)) {
return $var_link_text;
}
$var_hyperlink_value = '<a href="' . _set_link_($var_link_url, $var_link_parameter, $var_ssid) . '"';
if (_is_not_null_($var_parameter)) {
$var_hyperlink_value .= ' ' . $var_parameter;
}
if ($var_span == true) {
$var_hyperlink_value .= '><span>' . $var_link_text . '</span></a>';
} else {
$var_hyperlink_value .= '>' . $var_link_text . '</a>';
}
return $var_hyperlink_value;
}
示例2: _set_select_database_
_set_select_database_(def_database_name);
if (!isset($PHP_SELF)) {
$PHP_SELF = $HTTP_SERVER_VARS["PHP_SELF"];
}
require_once "../" . def_directory_functions . "function_session.php";
define("def_session_write_directory", "../tmp");
_set_session_name_("orderid");
_set_session_save_path_(def_session_write_directory);
if (function_exists("session_set_cookie_params")) {
session_set_cookie_params(0, def_http_cookie_path, def_http_cookie_domain);
} elseif (function_exists("ini_set")) {
ini_set("session.cookie_lifetime", "0");
ini_set("session.cookie_path", def_http_cookie_path);
ini_set("session.cookie_domain", def_http_cookie_domain);
}
if (isset($HTTP_POST_VARS[_set_session_name_()])) {
_set_session_id_($HTTP_POST_VARS[_set_session_name_()]);
} elseif (isset($HTTP_GET_VARS[_set_session_name_()])) {
_set_session_id_($HTTP_GET_VARS[_set_session_name_()]);
}
_set_session_start_();
if (function_exists("ini_get") && ini_get("register_globals") == false) {
extract($_SESSION, EXTR_OVERWRITE + EXTR_REFS);
}
if (_is_session_registered_("session_userid")) {
require_once "../" . def_directory_classes . "class_user.php";
$var_class_user = new _class_user_();
if (!$var_class_user->_is_admin_($session_userid)) {
_set_location_(_set_link_("../" . def_application_home));
}
}
示例3: _set_label_
<table border="0" width="100%" cellpadding="5" cellspacing="2">
<tr>
<td align="center">
<table border="1" cellpadding="5" cellspacing="0" class="myform">
<tr>
<td colspan="2" align="left" class="mycaption">
<?php
echo _set_label_("", "UBAH PASSWORD");
?>
</td>
</tr>
<tr>
<td>
<form action="<?php
echo _set_link_(def_application_account, "process=changepassword&action=true");
?>
" method="post">
<table border="0" cellpadding="3" cellspacing="5">
<?php
if (_is_session_registered_("session_error")) {
?>
<tr>
<td colspan="2" align="left" class="myerror">
<?php
echo _set_image_link_(def_directory_images_buttons . "error.png", "", "", "48px", "48px");
?>
<?php
echo _set_label_("", $session_error);
?>
</td>
示例4: _set_label_
<table border="0" width="100%" cellpadding="10" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" class="mycaption"><?php
echo _set_label_("", "Setting");
?>
</td>
</tr>
<tr>
<td>
<form
action="<?php
echo _set_link_(def_application_setting, "process=");
?>
"
method="post">
<table border="0" cellpadding="3" cellspacing="0" align="center"
class="myform">
<tr>
<td align="left"><?php
echo _set_label_("", "Konektifitas");
?>
</td>
<td><?php
echo _set_label_("", " : ");
?>
</td>
<td align="left"><?php
require_once "../" . def_directory_classes_master . "class_handphone.php";
示例5: _set_label_
}
?>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" class="mycaption">
<?php
echo _set_label_("", "RESTORAN");
?>
</td>
</tr>
<tr>
<td>
<form enctype="multipart/form-data" action="<?php
echo _set_link_(def_application_restoran, "process=add&action=true");
?>
" method="post">
<table border="0" cellpadding="3" cellspacing="0" align="center" class="myform">
<tr>
<td align="left">
<?php
echo _set_label_("", "Id Restoran");
?>
</td>
<td>
<?php
echo _set_label_("", " : ");
?>
</td>
<td align="left">
示例6: _set_label_
<table border="0" width="100%" cellpadding="10" cellspacing="0">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" class="mycaption">
<?php
echo _set_label_("", "Tulis Pesan");
?>
</td>
</tr>
<tr>
<td>
<form action="<?php
echo _set_link_(def_application_write, "process=");
?>
" method="post">
<table border="0" cellpadding="3" cellspacing="0" align="center" class="myform">
<tr>
<td align="left">
<?php
echo _set_label_("", "Nomor Telepon");
?>
</td>
<td align="left">
<?php
echo _set_label_("", " : ");
?>
</td>
<td align="left">
<?php
示例7: _set_label_
<table border="0" width="100%" cellpadding="5" cellspacing="2">
<tr>
<td align="center" class="mytitle"><?php
echo _set_label_("", "PEMAKAI");
?>
</td>
</tr>
</table>
<table border="0" width="100%" cellpadding="0" cellspacing="0"
class="myform">
<tr>
<td align="right">
<form
action="<?php
echo _set_link_(def_application_pemakai, "process=search");
?>
"
method="post">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td align="left" class="mytext"><?php
echo _set_label_("", "Id Pemakai");
?>
</td>
<td><?php
echo _set_input_("txt_userid", "", "text");
?>
</td>
</tr>
<tr>
示例8: _set_label_
<table border="0" width="100%" cellpadding="5" cellspacing="2">
<tr>
<td align="center" class="mytitle">
<?php
echo _set_label_("", "KOTAK KELUAR");
?>
</td>
</tr>
</table>
<table border="0" width="100%" cellpadding="0" cellspacing="0" class="myform">
<tr>
<td align="right">
<form action="<?php
echo _set_link_(def_application_outbox, "process=search");
?>
" method="post">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td align="left" class="mytext">
<?php
echo _set_label_("", "No Handphone");
?>
</td>
<td>
<?php
echo _set_input_("txt_nohp", "", "text");
?>
</td>
</tr>
<tr>
示例9: _set_label_
}
?>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center" class="mycaption">
<?php
echo _set_label_("", "MENU");
?>
</td>
</tr>
<tr>
<td>
<form enctype="multipart/form-data" action="<?php
echo _set_link_(def_application_menu, "process=update&action=true");
?>
" method="post">
<table border="0" cellpadding="3" cellspacing="0" align="center" class="myform">
<tr>
<td align="left">
<?php
echo _set_label_("", "Id Menu");
?>
</td>
<td>
<?php
echo _set_label_("", " : ");
?>
</td>
<td align="left">
示例10: elseif
} elseif ($HTTP_GET_VARS["process"] == "handphone") {
require_once "../" . def_directory_classes . "class_gammu.php";
$var_class_gammu = new _class_gammu_("..\\gammu\\gammu.exe");
$var_class_gammu->_gammu_outbox_(&$var_respon);
if (_is_not_null_($var_respon)) {
$session_error = $var_respon;
_set_session_register_("session_error");
}
} elseif ($HTTP_GET_VARS["process"] == "deleteall") {
if (isset($HTTP_GET_VARS["action"])) {
require_once "../" . def_directory_classes_master . "class_outbox.php";
$var_class_outbox = new _class_outbox_();
$var_class_outbox->_delete_all_();
$session_success = "Semua Data Sudah Dihapus";
_set_session_register_("session_success");
_set_location_(_set_link_(def_application_outbox));
}
}
}
if (isset($var_class_outbox) && is_object($var_class_outbox)) {
} else {
require_once "../" . def_directory_classes_master . "class_outbox.php";
$var_class_outbox = new _class_outbox_();
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
示例11: _set_label_
<table border="0" width="100%" cellpadding="5" cellspacing="2">
<tr>
<td align="center">
<table border="1" cellpadding="5" cellspacing="0" class="myform">
<tr>
<td colspan="2" align="left" class="mycaption">
<?php
echo _set_label_("", "PEMAKAI BARU");
?>
</td>
</tr>
<tr>
<td>
<form action="<?php
echo _set_link_(def_application_signup, "process=signup");
?>
" method="post">
<table border="0" cellpadding="3" cellspacing="5">
<?php
if (_is_session_registered_("session_error")) {
?>
<tr>
<td colspan="2" align="left" class="myerror">
<?php
echo _set_image_link_(def_directory_images_buttons . "error.png", "", "", "48px", "48px");
?>
<?php
echo _set_label_("", $session_error);
?>
</td>
</tr>
示例12: _set_label_
<?php
echo _set_label_("", "LUPA PASSWORD");
?>
</td>
</tr>
<tr>
<td colspan="2" align="left" class="mycaption">
<?php
echo _set_label_("", "Pastikan HP Anda Dalam Kondisi Aktif, Kami Segera Mengirimkannya Pada Anda!");
?>
</td>
</tr>
<tr>
<td>
<form action="<?php
echo _set_link_(def_application_forget, "process=forget");
?>
" method="post">
<table border="0" cellpadding="3" cellspacing="5">
<?php
if (_is_session_registered_("session_error")) {
?>
<tr>
<td colspan="2" align="left" class="myerror">
<?php
echo _set_image_link_(def_directory_images_buttons . "error.png", "", "", "48px", "48px");
?>
<?php
echo _set_label_("", $session_error);
?>
</td>
示例13: _set_session_register_
} else {
if (_is_not_null_($var_handphone)) {
if ($var_class_pemakai->_is_exist2_($var_handphone)) {
$session_error = "No. Handphone Sudah Ada Yang Digunakan";
_set_session_register_("session_error");
} else {
$var_class_pemakai->_save_data_($var_userid, $var_username, $var_userpwd, def_no, def_no, $var_email, $var_address, $var_handphone, $var_phone, def_no);
$session_success = "Registrasi akan diproses oleh Administrator, Harap Ditunggu beberapa saat";
_set_session_register_("session_success");
_set_location_(_set_link_(def_application_confirm));
}
} else {
$var_class_pemakai->_save_data_($var_userid, $var_username, $var_userpwd, def_no, def_no, $var_email, $var_address, $var_handphone, $var_phone, def_no);
$session_success = "Registrasi akan diproses oleh Administrator, Harap Ditunggu beberapa saat";
_set_session_register_("session_success");
_set_location_(_set_link_(def_application_confirm));
}
}
} else {
$session_error = "Password Harus Minimal 5 Karakter";
_set_session_register_("session_error");
}
} else {
$session_error = "Alamat Harap Diisi";
_set_session_register_("session_error");
}
} else {
$session_error = "Email Harap Diisi";
_set_session_register_("session_error");
}
} else {
示例14: _set_label_
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<table border="1" cellpadding="5" cellspacing="0" class="myform">
<tr>
<td colspan="2" align="left" class="mycaption">
<?php
echo _set_label_("", "Private Login");
?>
</td>
</tr>
<tr>
<td valign="top">
<form action="<?php
echo _set_link_(def_application_login, "process=login");
?>
" method="post">
<table border="0" cellpadding="3" cellspacing="0">
<tr>
<td align="left">
<?php
echo _set_label_("", "Id Pemakai", 'class="mylabel"');
?>
</td>
<td>
<?php
echo _set_input_("txt_userid", "", "text", 'class="mytextinput" onfocus="javascript:_set_focus_(this);" onblur="javascript:_set_focus_(this);" style="width: 150px;"');
?>
</td>
</tr>
<tr>
示例15: _set_session_unregister_
_set_session_unregister_("session_success");
} else {
?>
<table border="0" width="100%" cellpadding="10" cellspacing="0" align="center">
<tr>
<td align="center" class="mytitle">
<?php
echo _set_label_("", "Keranjang Anda", 'class="mylabel large"');
?>
</td>
</tr>
<tr>
<td align="center">
<form action="<?php
echo _set_link_(def_application_keranjang, "process=confirm&action=true");
?>
" method="post">
<table border="0" cellpadding="5" cellspacing="5" class="mytable_brw">
<tr>
<td colspan="5" align="center" class="mytable_cpt"><?php
echo _set_label_("", $var_class_pemakai->var_userid);
?>
</td>
</tr>
<tr>
<td><?php
echo _set_label_("", "Menu");
?>
</td>
<td><?php