Run php script in the background php form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fuadvelic
Forum Newbie
Posts: 7
Joined: Sat Feb 01, 2014 3:33 pm

Run php script in the background php form

Post by fuadvelic »

I have a php form where I have a button.
I want to push a button and in the back of the form to run php script.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Run php script in the background php form

Post by Celauran »

And what does this script do?
fuadvelic
Forum Newbie
Posts: 7
Joined: Sat Feb 01, 2014 3:33 pm

Re: Run php script in the background php form

Post by fuadvelic »

copy('c:\preuzimanje\Stampatifiskalniracun.1.xml', 'c:\Tring\xml\Stampatifiskalniracun.1.xml');
Post Reply