JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
cURL Download
FORMAT
Dynamically
printfire , print to the FireBug console in Firefox
baseX converter
REGISTRY CLEAN FIX Soft
iytiy
Random Captcha Script
"dropshadow "
"javascript:document.search_form.submit(); "
Rate this script:
I Love it
/
I Hate it
pass variable as hidden
Code
function
pass_hidden
(
$key
,
$val
)
{
if
(
is_array
(
$val
)
)
{
foreach
(
$val
as
$k
=>
$v
)
pass_hidden
(
"{$key}[{$k}]"
,
$v
)
;
}
else
{
?><input type=
"hidden"
name=
"<?=$key?>"
value=
"<?=htmlspecialchars($val)?>"
>
<?
}
}
pass variable as hidden scripts
|
pass variable as hidden snippet
|
pass variable as hidden example
|
pass variable as hidden tutorial
|
pass variable as hidden code