Posting on php

BlitzPlus Forums/BlitzPlus Programming/Posting on php

xmlspy(Posted 2006) [#1]
Is there a tutorial out there on how to post stuff to php from a program writen in bp? Or at least a way to upload something to a web space?


Sub_Zero(Posted 2006) [#2]
You can send a limited amount of data using this obvious technique: http://www.domain.com/file.php?var=datawidthlimitedlengthblahblahblah

Another method would be to create a htmlview and have a local html file with a post method form, submit itself using javascript.

But i think the best method might be to do this using tcp, on a protocol level. Try googling for post method tcp


Boiled Sweets(Posted 2006) [#3]
Try ETNA!

http://repeatuntil.online.fr/Etna/

We use it to post a players best time to a MySql database through PHP. We also use it to get the best times. This is so cool s we can have a CENTRAL scoring system!


Andres(Posted 2006) [#4]
http://www.blitzbasic.com/codearcs/codearcs.php?code=1491