Qbasicnews.com
download files from web with sdl_net but how? - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+--- Thread: download files from web with sdl_net but how? (/thread-8764.html)



download files from web with sdl_net but how? - MrBobble - 01-17-2006

Hi,
I have only a little question:
How can i download a file from a Webserver like website.com/php.php?test=test&test1=test1 with sdl_net using Linux?
I've already looked on a chat programm using sdl under freebasic, but i don't know how to get contact with an http-server.

background...
I only have to fill in forms an get the results back to my programm.
I'm working on a project where I can have access to a mysql-database via a php interface. php, because of a web interface.
I want to interfaces to my project:
- local from a PC without using a webbrowser
- web interface

Can anybody help me?
MrBobble