Open file and php adress ?

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

Filax(Posted 2006) [#1]
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 ?


Nikko(Posted 2006) [#2]
www.blitz3dfr.com est redirigé vers www.lemonde.fr, un problème de DNS probablement.


degac(Posted 2006) [#3]
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


Filax(Posted 2006) [#4]
MAny thanks i'll try :)