[PHP] Re: cURL and sending an POST with an @ as first char.

2006-08-24 Thread M. Sokolewicz
Mathijs wrote: Mathijs wrote: Hello there, I Have a question about cURL and sending POST data. I have an array with values which are needed for an POST. There is one value which starts with an @. This gives me a error: ErrorNo.: 26, ErrorMsg: 'failed creating formpost data'. This is becous

[PHP] Re: cURL and sending an POST with an @ as first char.

2006-08-24 Thread Jo�o C�ndido de Souza Neto
I think urlencode can solve this. "Mathijs" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Hello there, > > I Have a question about cURL and sending POST data. > > I have an array with values which are needed for an POST. > There is one value which starts with an @. > This give

[PHP] Re: cURL and sending an POST with an @ as first char.

2006-08-24 Thread Mathijs
Mathijs wrote: Hello there, I Have a question about cURL and sending POST data. I have an array with values which are needed for an POST. There is one value which starts with an @. This gives me a error: ErrorNo.: 26, ErrorMsg: 'failed creating formpost data'. This is becouse an @ at the sta