Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
database mysql
#2
well connecting to a server and sending a string is not a problem.

i did that today :

Code:
Copy      Help
str s
IntGetUrl("http://localhost/qm.php?qm=dada" &s)
out s

code for the qm.php file in my localserver root
Code:
Copy      Help
<?php echo $_GET["qm"]; ?>

so the idea is simple ....
run a webserver and send some strings to a 'proxy' script.

so lets format the site with php echo Smile
pi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)