Http download stream in PHP and MySQL
Posted
by Vishal
on Stack Overflow
See other posts from Stack Overflow
or by Vishal
Published on 2009-10-28T03:55:59Z
Indexed on
2010/04/07
17:03 UTC
Read the original article
Hit count: 176
Hello,
How can I read from mysql and write the same in http output stream.
So its like if send a request http://www.xyz.com/download/A it should return me data for A from mysql through php.
The data is plain text.
Thanks PS: I am new to php.
© Stack Overflow or respective owner