RE: Re: [PHP] preprocessing

2001-05-17 Thread pkshifted
This is a fairly solid suggestion, and it may be what I have to do. But, unfortunately, Page C is expecting a POST, not a GET, which may make it not work. Also, I would like to avoid this if possible due to some of the sensitive information that will be being passed to and fro. Even if it will

RE: Re: [PHP] preprocessing

2001-05-17 Thread pkshifted
Unfortunately, I don't control page c, or else this would be a mute point. That's why I need page B. Good idea though. >At 10:18 AM 5/17/01 -0700, [EMAIL PROTECTED] wrote: >>I have what I feel to be a strange problem (I'm most likely wrong here). >>I have page A, which is an internal page, whic

[PHP] preprocessing

2001-05-17 Thread pkshifted
I have what I feel to be a strange problem (I'm most likely wrong here). I have page A, which is an internal page, which posts to page C which is external (belongs to another company). What I would like is to insert a preprocessing script (let's call it page b). So, the end result would be, use

RE: [PHP] Array Cleansing

2001-03-23 Thread pkshifted
This is the code I'm currently using /* testing stuff */ echo "\n"; /* end of test */ And this is the output I'm getting

[PHP] Array Cleansing

2001-03-23 Thread pkshifted
a piece of code would turn into foo[0] = "value", foo[1] = "value", foo[2] = "value", foo[3] = null, foo[4] = null, The code I wrote, and deleted out of frustration ended up with all of the variables equal to null. Maybe someone could show me the proper way?

[PHP] exec timing out, want to leave process running in bg

2001-03-06 Thread pkshifted
I'm trying to develop a front-end using php for mpg123 so that various members of my household don't need to access a shell to start/play music. I'm using something similiar to exec('$null'), w/ $null being equal to "mpg123 -y -Z --all >/dev/null/ &". The problem I'm having, is about 5 minutes