Re: [PHP] Secure Communication?

2010-09-03 Thread tedd
At 2:23 AM +0200 8/30/10, Bostjan Skufca wrote: Hi tedd! Reading this thread I assume you are doing RPC stuff when you are expressing yourself as "the access" to database, which normaly describes direct access to database. In your case, you should divide the phrase "hacked server" into two

Re: [PHP] Secure Communication?

2010-09-03 Thread tedd
At 3:58 PM -0400 8/30/10, Paul M Foster wrote: Is that about right? Other than the fact that this solution should be rife with latency issues, it seems like it would be secure. I assume you're doing this as an academic exercise. If you had an actual client who wanted to go to this much trouble

Re: [PHP] Questions about $_SERVER

2010-09-03 Thread tedd
Peter and Paul: Sorry, I went on vacation for a few days (it was a surprise vacation with a 2 day notice). I think you both understand what I was looking for and found what I wanted was not possible. It's just one of those things in life you have to live with. Thanks very much for your tim

RE: [PHP] PHP, Soap, and WDSL

2010-09-03 Thread SBS Computers
Thanks guys. Both methods worked. Gino > Date: Fri, 3 Sep 2010 08:31:06 -0400 > From: chris...@gmail.com > To: jang...@jangita.com > CC: php-general@lists.php.net > Subject: Re: [PHP] PHP, Soap, and WDSL > > Alternatively you can pass the var through htmlspecialchars... > > echo htmlspecialc

Re: [PHP] PHP, Soap, and WDSL

2010-09-03 Thread chris h
Alternatively you can pass the var through htmlspecialchars... echo htmlspecialchars( $response ); and for a really simple solution you can echo it inside a textarea... echo " $response "; Though you'll likely want to increase the size of the textarea! ;-) Chris. On Fri, Sep 3, 2010

Re: [PHP] PHP, Soap, and WDSL

2010-09-03 Thread Jangita
On 02/09/2010 10:51 p, SBS Computers wrote: It's as if the data is not getting to my php page? The view source shows the following data: http://schemas.xmlsoap.org/soap/envelope/";> . . .bunch of data . . Seems like the data is getting there OK. But a browser normally will not output normal