Re: PHP and VB.NET communication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux