Search found 2 matches
- Tue May 06, 2003 2:18 pm
- Forum: PHP - Code
- Topic: REGISTER GLOBALS=off: Variable Handling
- Replies: 3
- Views: 957
Well, I read through the documentation you mentioned. I tried several things with the $_FILES. Unfortunately I had no success. Current output part of upload script: var_dump($_FILES); echo '<br>'; var_dump($_FILES['img1']); echo '<br>'; var_dump($_FILES['img1']['name']); echo '<br>'; var_dump($_FILE...
- Tue May 06, 2003 1:06 pm
- Forum: PHP - Code
- Topic: REGISTER GLOBALS=off: Variable Handling
- Replies: 3
- Views: 957
REGISTER GLOBALS=off: Variable Handling
Help please. I am running a streaming audio server and I need people with a certain user and pass to be able to upload via their browser. I have the form built and actually tested this on a server with Register Globals on. Everything worked great but, the server I am hosting on has Register Globals ...