Re: [PHP] Re: Background Process

2009-06-10 Thread Simon
kranthi, you are wrong here. popen() will open a pipe to a process. You must have meant fopen() which doesnt work with pipes, but with files. you first popen php (ie execute it) you then write the code you want php to exec (php is still executing, reading your input) at the end you pclose php and

Re: [PHP] Re: Background Process

2009-05-26 Thread kranthi
popen will allow you to read/write data to a file but not execute the php code. i am assuming that you want to execute the php script like include/require does.. if that is the case system() will serve your purposebut this requires php to be installed as a CLI but as Nathan suggested it woul

[PHP] Re: Background Process

2009-05-26 Thread Nathan Rixham
shahrzad khorrami wrote: Hi, I have two php scripts, first one must pass arguments to second(the php script that will take more time to process for example inserting 100 records to db, data come from first script). I search around web and find below function: function execInBackground($pat

[PHP] Re: Background Image

2007-08-28 Thread Al
You are in the wrong newsgroup. Try the HTML newsgroup Jeff wrote: vlink="#00" alink="#00"> is how I am displaying my background image. This is creating problems for different screen resolutions. What would be the appropriate way to display this code so the image would not scroll,

[PHP] Re: background="#"

2004-07-22 Thread Torsten Roehr
"Tobias Brasier" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all-- > > I subscribed to this list because I have an interest in PHP, but am more of > a dabbler than an actual programmer; in other words, I never thought I > would be posting a question to the list. So, the followi