CJones
Final Approach
I feel bad.. recently, I've been posting more about technical issues than aviation related issues. It's a sure-fire sign that I need to fly more (or ANY at all)!
When I was working with Ruby on Rails, Aptana RadRails had a 'server console' that would display exactly what the server was receiving and returning when an event occured - if you submitted a form, it would show exactly what was being 'posted' from the form, etc.
Is there anything like this for PHP/HTML? I have an HTML form that is POSTing to a PHP page, but for some reason, I'm not getting all of the fields - I can't decide if it isn't getting POSTed correctly, or if I'm not retrieving it correctly. A way to see what the server is seeing would be nice.
I am using Notepad++ for coding (if that matters).
Any ideas?
When I was working with Ruby on Rails, Aptana RadRails had a 'server console' that would display exactly what the server was receiving and returning when an event occured - if you submitted a form, it would show exactly what was being 'posted' from the form, etc.
Is there anything like this for PHP/HTML? I have an HTML form that is POSTing to a PHP page, but for some reason, I'm not getting all of the fields - I can't decide if it isn't getting POSTed correctly, or if I'm not retrieving it correctly. A way to see what the server is seeing would be nice.
I am using Notepad++ for coding (if that matters).
Any ideas?