Turning on Debug
Posted: Sat Jul 11, 2009 6:12 pm
What is the best way to turn on PHP debugging, specifically for seeing how a cURL call is processed?
My specifics are that I have a simple form that calls a PHP function that puts together cURL parameters and makes the call. The call works, but the URL shows I have not jumped to the secure site, even though the displayed form is correct, and works fine, after pressing the form's submit button. The next page is secure.
I am trying to find out why I don't jump to the site's version of the form.
My specifics are that I have a simple form that calls a PHP function that puts together cURL parameters and makes the call. The call works, but the URL shows I have not jumped to the secure site, even though the displayed form is correct, and works fine, after pressing the form's submit button. The next page is secure.
I am trying to find out why I don't jump to the site's version of the form.