Jump to content
Fórum Script Brasil
  • 0

Como abrir aplicativos via PHP


Kaka_Ubuntu

Question

Como abrir softwares e extensões como PDF, PNG, etc através do PHP?
Eu estou usando o Debian. Com linguagem PHP7, 
Mysql e Apache2.

Meu objetivo é ser capaz de abrir os programas como navegador, libreoffice, etc usando a linguagem PHP. Eu já tentei usar: shell_exec, exec, system, passthru .... exemplo, tentei abrir o navegador.

shell_exec ("xdg-open 'https://www.google.com'");
shell_exec ("xdg-open/usr/bin/Chrome browser");
shell_exec ("xdg-open sensitive-browser");
shell_exec ("x-www-browser https://www.google.com");
shell_exec ("sensitive browser");
shell_exec ("/usr/bin/chromium-browser");

Mas eu não consegui abrir, alguém sabe?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...