Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Donovan Brooke

Jônatas Zechim wrote:

Hi..

You need to use $_FILES (
http://php.net/manual/pt_BR/reserved.variables.files.php)

Regards,

Jônatas Zechim



Thanks guys.

Donovan


--
D Brooke

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Steve Staples
On Tue, 2011-08-02 at 10:04 -0500, Donovan Brooke wrote:
> Hello!,
> 
> I must not be understanding something as I would expect 'f_file'
> to show up in the print_r below.:
> 
> ---form--
> 
>
>
>
>
> 
> ---endform--
> 
> --index.php--
> 
> --/index.php--
> 
> 
> 
> 
> The result I get is:
> 
> Array
> (
>  [f_ap] => upload
>  [f_action] => doit
> )
> ---
> 
> Can someone enlighten me?
> 
> Thanks,
> Donovan

 try print_r($_FILE)  (i think, it's either FILE or FILES)

Steve.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Richard Quadling
On 2 August 2011 16:11, Richard Quadling  wrote:
> On 2 August 2011 16:04, Donovan Brooke  wrote:
>> Hello!,
>>
>> I must not be understanding something as I would expect 'f_file'
>> to show up in the print_r below.:
>>
>> ---form--
>> 
>>  
>>  
>>  
>>  
>> 
>> ---endform--
>>
>> --index.php--
>> 
>> --/index.php--
>>
>>
>>
>>
>> The result I get is:
>> 
>> Array
>> (
>>    [f_ap] => upload
>>    [f_action] => doit
>> )
>> ---
>>
>> Can someone enlighten me?
>
> Check out $_FILES for the file upload information.

http://php.net/manual/en/features.file-upload.php

-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Richard Quadling
On 2 August 2011 16:04, Donovan Brooke  wrote:
> Hello!,
>
> I must not be understanding something as I would expect 'f_file'
> to show up in the print_r below.:
>
> ---form--
> 
>  
>  
>  
>  
> 
> ---endform--
>
> --index.php--
> 
> --/index.php--
>
>
>
>
> The result I get is:
> 
> Array
> (
>    [f_ap] => upload
>    [f_action] => doit
> )
> ---
>
> Can someone enlighten me?

Check out $_FILES for the file upload information.



-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Florian Lemaitre

Le 02/08/2011 17:04, Donovan Brooke a écrit :

Hello!,

I must not be understanding something as I would expect 'f_file'
to show up in the print_r below.:

--index.php--

--/index.php--

try *:
*

;)


Re: [PHP] $_POST value disappearing?

2011-08-02 Thread Jônatas Zechim
Hi..

You need to use $_FILES (
http://php.net/manual/pt_BR/reserved.variables.files.php)

Regards,

Jônatas Zechim
PHP & jQuery specialist

http://zechim.com
mob +55 11 7053 2239
skype ID zechim


On 2 August 2011 12:04, Donovan Brooke  wrote:

> Hello!,
>
> I must not be understanding something as I would expect 'f_file'
> to show up in the print_r below.:
>
> ---form--
> 
>  
>  
>  
>  
> 
> ---endform--
>
> --index.php--
> 
> --/index.php--
>
>
>
>
> The result I get is:
> 
> Array
> (
>[f_ap] => upload
>[f_action] => doit
> )
> ---
>
> Can someone enlighten me?
>
> Thanks,
> Donovan
>
>
> --
> D Brooke
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


[PHP] $_POST value disappearing?

2011-08-02 Thread Donovan Brooke

Hello!,

I must not be understanding something as I would expect 'f_file'
to show up in the print_r below.:

---form--

  
  
  
  

---endform--

--index.php--

--/index.php--




The result I get is:

Array
(
[f_ap] => upload
[f_action] => doit
)
---

Can someone enlighten me?

Thanks,
Donovan


--
D Brooke

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php