Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PostFormData and PostAdd
#1
I am using PostAdd and PostFormData to post data to a php webpage. However, quick macros seems to ignore all of the PostAdd statements and just looks at the connect and PostFormData statements..
I am using this to post large amounts of text to a php webpage that posts to a database. I won't be able to use IntGetFile because the sum of text i am uploading may have special characters and may disrupt the url. Here is my code.

x.Connect("xxx"); str s
x.PostAdd("username" "mshah15")
...
x.PostFormData("xxx.php" 0 s)
out s

The out statement shows that it is not inserting any of the PostAdd statements.

Any help is appreciated. Thank you.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)