Using Php?
BlitzMax Forums/BlitzMax Programming/Using Php?
| ||
How can I use php in blitzmax to connect to get mysql database data? like file=readfile("http::somesite.com/phpscript.php") |
| ||
Check out Bruceys BaH.Database and BaH.MySQL modules |
| ||
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. |
| ||
does BaH.libcurl work with blitz max ng x64 win32? |