Posting on php

BlitzPlus Forums/BlitzPlus Programming/Posting on php

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?

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

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!

http://www.blitzbasic.com/codearcs/codearcs.php?code=1491