Using Php?

BlitzMax Forums/BlitzMax Programming/Using Php?

Caton(Posted 2016) [#1]
How can I use php in blitzmax to connect to get mysql database data?

like file=readfile("http::somesite.com/phpscript.php")


grable(Posted 2016) [#2]
Check out Bruceys BaH.Database and BaH.MySQL modules


Brucey(Posted 2016) [#3]
Assuming your website has a REST interface, you can make GET/PUT/POST/etc calls to it via something like BaH.libcurl - which is designed for such a thing.


Caton(Posted 2016) [#4]
does BaH.libcurl work with blitz max ng x64 win32?