NuSphere Forums Forum Index
NuSphere Forums


Wed Jun 18, 2008 12:12 pm
Replies: 8
Views: 4478
but why do you say that's a strange way to handle a post?
It's strange for anything other than CGI. Only CGI scripts read their POST in the input. In most cases php is not used as CGI and even in thi ...

Mon Jun 16, 2008 7:35 pm
Replies: 8
Views: 4478
The alert was not getting displayed
so the browser kept waiting.

If I comment out the following line:

$body = @file_get_contents('php://input');
I'd say, it's quite a strange way of handling ...

Mon Jun 16, 2008 5:33 pm
Replies: 8
Views: 4478
If you start debuging your php script via an ajax call, it should return the result to the browser. You may want to add an alert to see the returned data.

while not debugging, it seems to be workin ...

Mon Jun 16, 2008 3:33 pm
Replies: 8
Views: 4478
It just doesn't return execution to the browser.
Browser does not execute php and I'm not sure how would debugger return execution to it. Please check your javascript. Probably a kind of timeout tri ...

Sun Jun 15, 2008 5:28 pm
Replies: 8
Views: 4478
Hi guys,

I'm using PHPEd to debug an application that uses Ajax. I load the page fine, I make the call fine, I stop at the breakpoint in the Server side file that Ajax called just fine.

However ...

Mon Jan 14, 2008 5:53 pm
Replies: 2
Views: 3881
Not to sound like a know-all, but have you tried pressing F1 in the dialog and scrolling down? Almost each option is fully explained...

I don't mind you acting like a know-it-all... that's what I c ...

Mon Jan 14, 2008 1:40 pm
Replies: 2
Views: 3881
I'm looking for an explanation of the settings from the settings dialog on the tools menu. In particular, I'd like to have the editor insert spaces when I hit the tab key (don't like tabs) and I'd al ...

Thu Jan 10, 2008 6:12 pm
Replies: 12
Views: 7642
As noted... I have stepped through this code with the debugger and it is working as expected.

if you can look at the output directly and it appears correct, then, without seeing it actually in use ...

Thu Jan 10, 2008 5:48 pm
Replies: 12
Views: 7642
well, i feel like an idiot. looking back at your code from post #3, i see that you were already outputting the header. I apologize for my oversight.

Though sending a HTTP/1.0 500 header after se ...

Thu Jan 10, 2008 4:35 pm
Replies: 12
Views: 7642
If you go to the script directly, do you see the XML?

You might also try adding header ("content-type: text/xml"); before you begin echo'ing the XML. I usually go with JSO ...

Thu Jan 10, 2008 3:07 pm
Replies: 12
Views: 7642
If you go to the script directly, do you see the XML?

You might also try adding header ("content-type: text/xml"); before you begin echo'ing the XML. I usually go with JSO ...

Thu Jan 10, 2008 1:37 pm
Replies: 12
Views: 7642
any chance you can post the code so we can take a look at it?

As noted above, it doesn't seem to matter HOW the XML is parsed... so right now, I'm using this code to parse it (it parses the XML in ...
Page 1 of 2
All times are GMT - 5 Hours