|
-
March 11th, 2003, 04:25 PM
#1
POSTing data and getting back page
Well, I posted this in the C# forum and was told to repost it here, so here goes...
Ok, let's say you have a PHP script:
PHP Code:
<?php
echo 'Hello, '.$_POST['name'].'! '.$_POST['message'];
?>
So you want to be able to POST those two variables to the page, and then read the page back into the C# program. How do you do that?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|