This might seem silly but here's what I'm trying to do
Suppose I have some kind of check variable - say for example
$abort_now. Or it could be a function. Something to be evaluated to a
value.
I want to execute a block of statements, but after EACH statement
executes, check the value of $abort_no
Rob: Perfect explanation of my problem. do you have any sample code I could
look at for proc_open? It looks like it might do what I need but it's a lot
more complex than popen.
fm
--
From: "Robert Cummings"
Sent: Monday, June 01, 2009 10:01 AM
T
so here's the scenario..
I have a site that uses php with a database to offer sound files to
users using streaming methods.
the request page has options, allowing the user to modify the sound
file in various ways, before having it sent to them
Here's the problem:
The method i'm using to feed th
3 matches
Mail list logo