Jump to content

suju

New Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by suju

  1. I mean I want to display pdf files in the webpage using PHP. When I am displaying, the download and print option are coming. I want to hide these options. Or I want to know is there any other solution for this.\

     

    This is the way I tried. But it is working only in the internet explorer.

     

    <object data="test.pdf#toolbar=0&navpanes=0&scrollbar=0" type="application/pdf"  style="width:100%; height:100%" >
            <PARAM NAME="SRC" VALUE="test.pdf#toolbar=0&navpanes=0&scrollbar=0"> 
           <embed src="test.pdf#toolbar=0&navpanes=0&scrollbar=0"  type="application/pdf" />
    </object>
  2. Hi friends,

     

    I have to create a text file and upload this into another  server specified in php script.But it is not get connecting to the server.I think the problem is with the server where I have written the script.Because when I used the same script in another server it gets connected to the specified server.Could any one tell me what might be reason for this ?

     

    I think in the server from which you are attempting to make a FTP connection,fsockopen and outgoing FTP connections might have been blocked.

     

    Regards

    Suju

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.