Skip to main content

All Questions

Tagged with
1 vote
0 answers
33 views

how can i run php in background in windows

I have PHP code that gets data from one database to another database and works like a listener, i run it from the browser and it's working fine but I need to run it in the background in Windows OS any ...
M.Honi's user avatar
  • 133
0 votes
1 answer
404 views

Laravel execute logic in background

I need to run some business logic in the background when the request is received. Could anyone please share what will be the proper way to implement this? I need to run this in shared hosting ...
Hexgear's user avatar
  • 322
0 votes
0 answers
28 views

how to stop PHP forking a shell_exec?

So I am running a lumen application which spins up processes. these processes are meant to run in the backround and they run as a daemon, we send a start command to the api in php and that spins up ...
Mooseh's user avatar
  • 21
-1 votes
1 answer
38 views

How can I change the background in a free boostrap template?

This boostrap css code about background image. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' ...
aycelenozdemir's user avatar
1 vote
2 answers
220 views

Background-image missing from my php/ css page

I changed my HTML pages to PHP and I think it got broken somewhere. My background image is not displayed on the PHP page but on the HTML page. But I want it in PHP for my project. I'm using the same ...
krishy's user avatar
  • 11
1 vote
0 answers
36 views

Background of PHP and HTML need to allocate differently in VS Code

In my previous IDE, the background of PHP and HTML was highlighted differently and visually it was very convenient. How to do this in VS Code, I did not understand. https://github.com/bmewburn/vscode-...
Evgenii Shapovalov's user avatar
0 votes
0 answers
28 views

Imposibility to start an independet, background long task with HTTP post/get request without freezing the browser

I have made any possible attempt. Context: shared hosting, no access to the shell any kill and exec PHP command disabled Purpose start a long process in the background by a post form request update ...
fede72bari's user avatar
0 votes
2 answers
206 views

How to create and start an infinite background script in php?

I want to create a PHP script that will run non stop and execute some instructions every minute/hour (according to my need). It should never die. How should I proceed to this one? How do I start the ...
user avatar
1 vote
0 answers
98 views

I would like to select a background color for another page

in my html i have: <form method = "post" action = "creablog.php"> <p id = "titolosfondo"> Sfondo </p> <select id = "sfondo" name = &...
ymod's user avatar
  • 11
4 votes
1 answer
459 views

Running a command inside tmux session using PHP

I am trying to start a nodejs server inside a tmux session using PHP with this code: print_r(shell_exec("tmux send -t session1.0 ./start.sh ENTER 2>&1")); This code returns: no ...
TheGameSpider's user avatar
1 vote
0 answers
16 views

FFMpeg joining audio files together, and the last file as the background [duplicate]

I would like all audio files to be joined together and I always want the last audio file to be background. I found an SSH command ready to do this but it only suits 3 audio files. I wish it would work ...
Mezir's user avatar
  • 31
0 votes
1 answer
115 views

How do I allow users to keep their background color?

I am really stuck and I don't know what to do (I'm new to coding). I have created a user login and register form. I have also created buttons that can change the background color and hide the other ...
Caitlin O's user avatar
0 votes
1 answer
81 views

wget as background task followed by successive background tasks

I am trying to do this from PHP - basically download a jpg from a remote location and resize it if necessary. The second task isn't that important, but what I do want is for the second task to wait ...
Bodd's user avatar
  • 1
0 votes
2 answers
48 views

Checking if a file exist before loading it into webpage

I've constructed a php function that changes background on a WordPress post based on what's specified in a custom field, for example red001 (that will load https://example.com/img/backgrounds/red001....
JoBe's user avatar
  • 407

15 30 50 per page
1
2 3 4 5
19