[PHP] check a variable after EACH function

2009-06-30 Thread Flint Million
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

Re: [PHP] spawning a process that uses pipes -doesn'tterminatewhen webpage download is canceled

2009-06-01 Thread Flint Million
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 rob...@interjinn.com Sent: Monday, June

[PHP] spawning a process that uses pipes - doesn't terminate when webpage download is canceled

2009-05-28 Thread Flint Million
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