i am running a php file that takes up to 2-4 hours to run, and because my internet is so bad i will need to run it inside a linux server (screen). My question is: How can i run php file inside screen with using "GET", because when i use parameters it wont run. it could be that some char are reserved to linux bash, like "?", "&", if so is there any way escaping thos char or is there any other solution? i dont want to create single php file for every parameters.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
|||
type=hii can only run single php file not with parameters – Michael West Sep 21 '11 at 13:39screenis a unix command for running commands in a non-terminating away in a terminal that persists across logins. – Orbling Sep 21 '11 at 13:42