Blitz sur le net

Blitz3D Forums/Blitz3D Programming/Blitz sur le net

Prym(Posted 2013) [#1]
Question du débutant :
Comment envoyer une ligne de texte
depuis mon executable ( exe )
vers un formulaire ( html, php, ou exe ?)
Comment utiliser WriteString$ ou WriteLine$ dans ce cas ?
Quelles sont les commandes du coté page web ? ( php nécessaire ? )
Merci d'avance pour quelques notions ou précisions .
Wonderfull BlitzBasics !
Prym


Prym(Posted 2013) [#2]
Novice question :
How to send a linetext
from my executable ( exe )
to a form ( html, php, ou exe ?)
How to use WriteString$ or WriteLine$ in this case ?
What are the commands on the web page side ( php nécessary ? )
Thank you for some précisions
Wonderfull BlitzBasics !
Prym


xlsior(Posted 2013) [#3]
Don't think you can do that directly, although if you control the PHP page itself you can feed it the variables as part of the URL, which can be parsed out by the PHP page.


Guy Fawkes(Posted 2013) [#4]
Or you can use EtNA, or "Easy Database Network Access". It does NOT require MySQL to be installed on the client machine! Nor' is a DLL of MySQL.dll necessary, either! =D