Posts by Gabriel Gomes • 1 point
2 posts
-
0
votes1
answer250
viewsQ: Run PHP command in Centos 7 via shell_exec()
I’m starting in PHP, I want to make a page that triggers some commands on the Linux server. (Ex.: through a button, run a "service dhcpd Restart" or ". /Restart-Tomcat.sh" When I run this…
-
0
votes1
answer121
viewsQ: Open a new window "inside" the current window
I have a page where I insert some data and click on Ubmit, a query is made in the database and returns me a . xml in another window. Well, I wonder if it is possible, to put a field in the current…