Re: [PHP] PHP and VB.NET communication
- From: znemeth@xxxxxxxxxxxxxx (Zoltán Németh)
- Date: Wed, 19 Dec 2007 15:22:34 +0100
2007. 12. 19, szerda keltezéssel 14.30-kor Zoran Bogdanov ezt írta:
Hi,
I know this isn't purely php question but if you know please reply.
I have a server with a PHP script on it. I need to write an app(VB.NET) that
will connect to a server and request a script to process some info, and the
php script will return XML data, in which I need to process that data with
VB.net
I'm currently using httpWebRequestMethod but no luck...
Thanks!
if httpWebRequestMethod is what I think it is, then it makes a normal
http request for a given url. so it should work.
can you access the php script with a plain browser? does it work
correctly from a browser? (if it processes some post data, then set up a
test form with which you can post the test data to the script so you can
test if it works or not)
if no, the problem is with the script, with that we probably can help
you.
if it works, but your httpWebRequestMethod still does not return
anything or returns incorrect value, that problem has nothing to do with
php but with the vbscript part instead.
greets
Zoltán Németh
.
- References:
- PHP and VB.NET communication
- From: "Zoran Bogdanov"
- PHP and VB.NET communication
- Prev by Date: Re: [PHP] Opinion about the using $GLOBALS directly
- Next by Date: Re: Opinion about the using $GLOBALS directly
- Previous by thread: Re: [PHP] PHP and VB.NET communication
- Index(es):
Relevant Pages
|