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
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
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
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,
"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
5 matches
Mail list logo