Hy guys, i m new in this forum :-) I have need of your help :-) i would want to apply a password to mine gum slone upload as I can make it?? Thanks to who will help me ;-)
Password to gumslone upload
Collapse
X
-
To be able to help you you need to describe exactly what you want and even better post the code AND explain what you wantOriginally posted by LadyEnigma View PostHy guys, i m new in this forum :-) I have need of your help :-) i would want to apply a password to mine gum slone upload as I can make it?? Thanks to who will help me ;-)
PHP Code:foreach ($_SERVER as $server => $value)
{
echo "$server is $value<br />";
}
Comment