[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,

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, which

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

[PHP] Array Cleansing

2001-03-23 Thread pkshifted
ece 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? PKshi

RE: [PHP] Array Cleansing

2001-03-23 Thread pkshifted
This is the code I'm currently using /* testing stuff */ echo "!-- testing for title\n"; $newloop = 0; while ($loop count($work)) { if ($work[$loop] !== " ") { $lazy[$newloop] = $work[$loop]; ++$newloop; } echo " Slot: $loop Value: