Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PHP question. How to send data using fwrite?
#1
I want to set up a mini-API for a bunch of php scripts I've written.

I want my script to be able to get data using fopen.

eg.

$url = "http://www.mypage.com/myscript.php?foo=1&bar=2"
$handle = fopen($url, "r");

And have myscript.php return a stream of data based on inputs foo and bar.

My question is, how do set up myscript.php? How do I "send" the data? Is it fwrite? Open stream? POST?

I can usually figure things out by googling around, but this one has me stumped.

Thanks.

Sam V.
Reply


Messages In This Thread
PHP question. How to send data using fwrite? - by volcs0 - 07-26-2006, 11:57 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)