hello, i just started yesterday with php and it's quite funny. the mysql works fine, the filesystem seemed to be no problem -
but how to pass binary data from a file (e.g. an image/jpeg) 'through' the script to the browser ? i don't want to pack it into a database at all - just passing through.
- i found answers for mysql and so on, but i don't know what to do to pass it directly. fopen() ? - just puts out a kind'o' text but no binary data at all.
thanks for your time,
tom