j
k
j a
j l
if you are using CURLOPT_POST, then you will want to be using CURLOPT_POSTFIELDS, and not cram that all in the url you are posting to (also is a little better privacy)
http_build_query() is your friend here
Back to the thread
Back to the list