Code: Select all
if ($action) {
$link .= '&action=' . $action;
}
foreach ($query as $key => $value) {
if ($value) {
$link .= '&' . $key . '=' . urlencode($value);
}
}
Code: Select all
&
Cheers,
Andreas
Code: Select all
if ($action) {
$link .= '&action=' . $action;
}
foreach ($query as $key => $value) {
if ($value) {
$link .= '&' . $key . '=' . urlencode($value);
}
}
Code: Select all
&
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Export/Import Tool * SpamBot Buster * Unused Images Manager * Instant Option Price Calculator * Number Option * Google Tag Manager * Survey Plus * OpenTwig
Users browsing this forum: No registered users and 1 guest