html form+php from blitz?

Blitz3D Forums/Blitz3D Programming/html form+php from blitz?

vivaigiochi(Posted 2009) [#1]
how can i interact with this?.


jfk EO-11110(Posted 2009) [#2]
Not sure what you mean, browser to access blitz server, or blitz client to access external webserver.

There is an example in the archives, that shows how to deal with a POST sended form. Even easier is GET sended form content.

For Study purposes you may however use one of the many webserver exmples written in blitz, then use a browser and your form to send it to the your localhost webserver (127.0.0.1 instead of www.whatever.com). So you will be able to read the HTTP request (the way it is seen by a webserver). This way it's much easier to write a blitz program that deals with a distant webserver.

Just watch the Network section in the code archives.


RepeatUntil(Posted 2009) [#3]
Just use ETNA which is doing that for you! Get it from the link in my signature...