Hi all,
Iam trying to solve this now for the past hour or so, but for some reason i cant get it to work:
Iam trying simply to send some string to: for example: http://www.yourdomain.nl/some/someother ... SendFromPB
i have a php script to receive the string and save it in a txt file, so thats not the problem.
The question is:
How can i send a string from PB to that php?
Any help is very appreciated!
How to send a string to online *.php?test=SomeString ?
Re: How to send a string to online *.php?test=SomeString ?
Unless I misunderstand your question, this should be as easy as:
(Just discard the temp.html file if you don't need it)
Code: Select all
ReceiveHTTPFile("http://www.yourdomain.nl/some/someother/index.php?test=SomeTextHereToSendFromPB","temp.html")
Re: How to send a string to online *.php?test=SomeString ?
That works, i just didnt think to need that command because i dont need to receive anything... oh well.
Its working now, Thanks!
Its working now, Thanks!