Open file and php adress ?

BlitzMax Forums/BlitzMax Programming/Open file and php adress ?

Hi :)

I'm trying to open an http file with an adress like this :

http::www.blitz3dfr.com/phpfrench/request.php?9

but seem don't work :/ an idea ?

www.blitz3dfr.com est redirigé vers www.lemonde.fr, un problème de DNS probablement.

http::www.blitz3dfr.com/phpfrench/request.php?9


If I'm not wrong there should be something like


http::www.blitz3dfr.com/phpfrench/request.php?page=9


where 'page' is the variable passed to php

Edit: maybe this is what you need
http://www.blitzbasic.com/codearcs/codearcs.php?code=1579

MAny thanks i'll try :)