08-02-2017, 01:14 PM
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.
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.