RE: [PHP] cURL and line breaks

2004-12-29 Thread Mike Johnson
From: Andrew Kreps [mailto:[EMAIL PROTECTED] > Are you talking about the variable you're POSTing? Does it make a > difference if you urlencode the form var? Have you tried debugging > from the server end to see what cURL is passing over? I use cURL > quite a bit, although I've never tried pass

Re: [PHP] cURL and line breaks

2004-12-28 Thread Andrew Kreps
Are you talking about the variable you're POSTing? Does it make a difference if you urlencode the form var? Have you tried debugging from the server end to see what cURL is passing over? I use cURL quite a bit, although I've never tried passing muti-line form data. On Tue, 28 Dec 2004 15:04:36

[PHP] cURL and line breaks

2004-12-28 Thread Mike Johnson
Just thought I'd throw this one out there to test the waters... This past weekend, I was fiddling with cURL to create a "bot" that could auto-post to my phpBB message board on-demand. All was working well with getting it to login to the board and post, but the strange part came when I discovered t