FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » How to run program from php..?
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: How to run program from php..? [message #179821 is a reply to message #179820] Mon, 10 December 2012 11:02 Go to previous messageGo to previous message
Captain Paralytic is currently offline  Captain Paralytic
Messages: 204
Registered: September 2010
Karma:
Senior Member
On Dec 10, 7:39 am, "Robert Bralic" <robert.bra...@si.t-com.hr> wrote:
> Hi,
>
> I want to run an external program from
> php like this:
> ?>
>        <a href="C:\Program Files\Adobe\Acrobat 6.0\Acrobat"><?php echo
> $row[8]; ?></a>
> <?php
>
> This marks file as link but doesen't run Acrobat..
>
> Thanks in advance, Robert...;)

Oh boy Robert, you have an awful lot to learn. the <a href...> part is
HTML, it is nothing to do with php. HTML is interpreted by your
browser. php runs on the server and so it has no way of opening
acrobat on your client (a PC, tablet, phone, ...).

If you check the documentation for HTML (there is lots around on the
internet), you will never find anything that says that you can put
such a link in there. At best, you could have your client configured
such that, if say a .pdf file is delivered by the browser, it will
launch Acrobat, but that is dependant on the set up of your machine
(and influenced by the headers sent by the server).
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: imap_open: Certificate Error, but only in PHP
Next Topic: Simple expression parser for PHP.
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Nov 27 10:23:41 GMT 2024

Total time taken to generate the page: 0.03890 seconds