Looking for ideas. 

The situation: 
Have a series of PDF documents on one web site. Documents have based on
something like a product number.
Desire:
To be able to set up on other web sites a link which will pull up these
documents.

Obvious idea:
Make link with query string:  i.e. www.foo.com?id=xxxx  and xxxx is the
id number. I would then create a link on that page to the proper pdf
document that could be clicked and there you have it. The pdf document.

I could also have a form with a text box where the id is typed in and
then post to www.foo.com?id=xxxx

Other ideas?  For example can I read the document as binary and push it
out so I don't have the intermediate link? I guess that would mean some
type of mime header write to deal with the pdf document?

Can I return the pdf document like a web serve or something to the site
that requested it?

Pat

-- 
This message has been scanned for viruses and
dangerous content by DefendMail, and is
believed to be clean.



The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to