Re: [PHP] PHP and VB.NET communication



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
.



Relevant Pages

  • Re: write with cURL
    ... potential security risks from other users on the same server. ... as the global web server user and thus needs world write permissions ... Hence, any PHP script ran on another account, has the ... Correct, not the same as global write, just the same Apache group write. ...
    (alt.php)
  • what permissions are needed to let a php script call the "svn update" subversion command?
    ... If I log into my server as root, I can easily run this line: ... Just to be very, very clear, I mean the PHP script runs but shell_exec ... to commit their work to Subversion. ... Unfuddle instead of Springloops, ...
    (comp.unix.programmer)
  • Re: email activating a web page impossible?
    ... >Is it possible to somehow activate a page containing a php script by sending ... what you're allowed to do on the server than with PHP. ... put an alias that pipes into a program into the system alias file ... to insert into a command; this can open huge security holes. ...
    (comp.lang.php)
  • file transfer from server to client
    ... I'm trying to write a little php script to transfert some ... files from a server to clients. ... fwrite($fd, "connection aborted\n"); ... the transfer is closed before the end and the wget command ...
    (alt.php)
  • file transfer from server to client
    ... I'm trying to write a little php script to transfert some ... files from a server to clients. ... fwrite($fd, "connection aborted\n"); ... the transfer is closed before the end and the wget command ...
    (comp.lang.php)