Re: [PHP] PHP Download Of Application Question?

2011-10-08 Thread Sean Greenslade
On Sat, Oct 8, 2011 at 6:53 PM, Thomas Dineen wrote: > Gentle People: > >I am looking for a way to download a C based application binary, from > an Apache / PHP server, via a client side Web Browser, and execute it > seamlessly on the client side PC without storing it permanently on the > cli

Re: [PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Tommy Pham
On Sat, Oct 8, 2011 at 5:33 PM, Complex wrote: > Thanks for the advice, I'm aware of all that, but I'm looking for a > specific PHP solution at the moment. Unless you have advice on how I > can update the SSI includes on the larger website *without* having to > also update the PHP includes for th

Re: [PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Complex
Oh, and on our servers you can't call PHP commands from SSI includes. I'm not certain if that's true from all servers, but it's certainly the case that on some servers the PHP runs first and then the server side commands. So doesn't work. Gods I wish it did, then I'd simply have rewritten the str

Re: [PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Complex
Thanks for the advice, I'm aware of all that, but I'm looking for a specific PHP solution at the moment. Unless you have advice on how I can update the SSI includes on the larger website *without* having to also update the PHP includes for this smaller website? I take it that you don't know of suc

Re: [PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Tommy Pham
On Sat, Oct 8, 2011 at 2:31 PM, Complex wrote: > On Sat, Oct 8, 2011 at 1:09 PM, Tommy Pham wrote: > > > I think you didn't provide enough details to get a more accurate > suggestion > > of a solution, but here goes... Is 'include SSI file B' always included > and > > always need to be replaced

[PHP] PHP Download Of Application Question?

2011-10-08 Thread Thomas Dineen
Gentle People: I am looking for a way to download a C based application binary, from an Apache / PHP server, via a client side Web Browser, and execute it seamlessly on the client side PC without storing it permanently on the client side hard disk drive. Temporary storage would be ok.

Re: [PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Complex
On Sat, Oct 8, 2011 at 1:09 PM, Tommy Pham wrote: > I think you didn't provide enough details to get a more accurate suggestion > of a solution, but here goes...  Is 'include SSI file B' always included and > always need to be replaced?  If so, that's a very apparent solution.  If > not, what are

[PHP] Re: files outside of documentRoot

2011-10-08 Thread Shawn McKenzie
On 10/08/2011 03:40 PM, Ricardo Martinez wrote: > Hi List! > > I need to access files outside the DocumentRoot. > > I've been looking for info and documentation, and I've read that it can be > done using symbolic links and another way is by using headers. > > I want to know, what do you think, w

[PHP] Re: files outside of documentRoot

2011-10-08 Thread Jim Giner
"Access files" for use in the running script? Or "access files" meaning executing a script? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] files outside of documentRoot

2011-10-08 Thread Ricardo Martinez
Hi List! I need to access files outside the DocumentRoot. I've been looking for info and documentation, and I've read that it can be done using symbolic links and another way is by using headers. I want to know, what do you think, what is the best way, and if anyone knows a good doc about of it.

Re: [PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Tommy Pham
My apologies I was multitasking some heavy applications/tests and had a huge spike in CPUs utilization and I accidentally clicked on send x2.

Re: [PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Tommy Pham
On Sat, Oct 8, 2011 at 8:36 AM, Complex wrote: > Hello, > > Can you please tell me if there's already a set of PHP functions for > translating SSI commands to PHP? > I'm looking to do two things -- one difficult, one easy -- using PHP > on a hosted server. > > My client has web pages that use Ser

Re: [PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Tommy Pham
On Sat, Oct 8, 2011 at 8:36 AM, Complex wrote: > Hello, > > Can you please tell me if there's already a set of PHP functions for > translating SSI commands to PHP? > I'm looking to do two things -- one difficult, one easy -- using PHP > on a hosted server. > > My client has web pages that use Ser

[PHP] Server Side Include translator as PHP functions

2011-10-08 Thread Complex
Hello, Can you please tell me if there's already a set of PHP functions for translating SSI commands to PHP? I'm looking to do two things -- one difficult, one easy -- using PHP on a hosted server. My client has web pages that use Server Side Includes, and one sub-site that uses PHP. The task is