Re: [PHP] Curious PHP cli output in context of bash completion ?

2010-01-27 Thread Rene Veerman
Have you tried letting the php script output \r\n instead of just \n as newline ? On Wed, Jan 27, 2010 at 10:46 PM, Alexandre Simon lexsi...@gmail.com wrote: Hello, I'm pretty sure (in realty I do not understand a lot about the problem... :(  ) this is a distribution or a version problem but

Re: [PHP] Curious PHP cli output in context of bash completion ?

2010-01-27 Thread Ashley Sheridan
On Wed, 2010-01-27 at 23:27 +0100, Rene Veerman wrote: Have you tried letting the php script output \r\n instead of just \n as newline ? On Wed, Jan 27, 2010 at 10:46 PM, Alexandre Simon lexsi...@gmail.com wrote: Hello, I'm pretty sure (in realty I do not understand a lot about the

Re: [PHP] Curious PHP cli output in context of bash completion ?

2010-01-27 Thread Alexandre Simon
Le 28 janv. 2010 à 00:42, Ashley Sheridan a écrit : On Wed, 2010-01-27 at 23:27 +0100, Rene Veerman wrote: My initial goal is to complete a PHP script, using the PHP script itselfs as function for bash completion. Mechanism that works perfectly on some other platforms (with different PHP AND

Re: [PHP] Curious Problem with $_POST

2007-04-10 Thread Richard Lynch
print_r($_FILES) may be more useful that $_POST On Mon, April 9, 2007 7:53 pm, Stephen wrote: I have a form for uploading files. It is intended to upload photos. I have it listed at the end. When I upload a jpg everything is fine. The $_POST variable is populated as expected. If I upload

Re: [PHP] Curious Problem with $_POST - Solved

2007-04-10 Thread Stephen
My upload_max_filesize in php.ini was 2M Doh It is documented that if the upload is larger $_POST and $_FILES are empty. Hidden a bit, but it is there! Thanks all Stephen Stephen wrote: I have a form for uploading files. It is intended to upload photos. I have it listed at the end. When

RE: [PHP] Curious Problem with $_POST

2007-04-09 Thread Buesching, Logan J
You may also want to take a look at http://us.php.net/features.file-upload. That is a good resource for starting in file uploads. -Logan -Original Message- From: Stephen [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 8:54 PM To: PHP-General Subject: [PHP] Curious Problem with

Re: [PHP] curious (and frustrating) php/apache behavior

2005-10-29 Thread Linda H
We wish to include multiple PHP scripts into our pages but are only succeeding in having the first included PHP script executed; the rest are ignored or misinterpreted as HTML... I don't know if this is part of your problem, but when you do an include, it throws you out of php. So, if there

Re: [PHP] curious (and frustrating) php/apache behavior

2005-10-29 Thread Richard Lynch
On Sat, October 29, 2005 12:01 pm, Don Brown wrote: We're having a problem getting more than one imbedded PHP script to execute in our Apache-served pages. We're using Apache 2.0.40 server-side includes. We wish to include multiple PHP scripts into our pages but are only succeeding in having

RE: [PHP] Curious about something....

2003-11-21 Thread Dan Joseph
Hi, The question sounded more like a technical one - is it an advantage in terms of memory? CPU? startup overhead? etc. Yeah, it was mostly a technical one, and it was also one that left me scratching my head. I guess in other languages, I just import or include the library I want

Re: [PHP] Curious about something....

2003-11-21 Thread Curt Zirzow
* Thus wrote Dan Joseph ([EMAIL PROTECTED]): Hi, The question sounded more like a technical one - is it an advantage in terms of memory? CPU? startup overhead? etc. Yeah, it was mostly a technical one, and it was also one that left me scratching my head. I guess in other

Re: [PHP] Curious about something....

2003-11-20 Thread CPT John W. Holmes
From: Dan Joseph [EMAIL PROTECTED] Is there any particular advantage to having the default PHP install exclude a lot of useful modules such as mcrypt, cli, sockets, etc? Yes. I've found that I do not need those libraries and have a secret agreement preventing them from being included...

Re: [PHP] Curious about something....

2003-11-20 Thread Mike Migurski
Is there any particular advantage to having the default PHP install exclude a lot of useful modules such as mcrypt, cli, sockets, etc? Honestly, this has kind of been discussed this week in the encoder thread. Where do you draw the line on what's useful or not and who does the deciding on that?

RE: [PHP] Curious about something....

2003-11-20 Thread Vail, Warren
: Mike Migurski [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 3:22 PM To: CPT John W. Holmes Cc: Dan Joseph; [EMAIL PROTECTED] Subject: Re: [PHP] Curious about something Is there any particular advantage to having the default PHP install exclude a lot of useful modules

Re: [PHP] Curious about something....

2003-11-20 Thread John W. Holmes
Mike Migurski wrote: Is there any particular advantage to having the default PHP install exclude a lot of useful modules such as mcrypt, cli, sockets, etc? The question sounded more like a technical one - is it an advantage in terms of memory? CPU? startup overhead? etc. Yeah, I think I misread

Re: [PHP] curious - any phpshop/core users?

2002-01-31 Thread Aric Caley
modular systems and shopping cart engines, not an IDE. vi works fine for me, at least for now :) cheers, jaxon -Original Message- From: Rick Emery [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 12:58 PM To: '[EMAIL PROTECTED]'; PHP Subject: RE: [PHP] curious - any

RE: [PHP] curious - any phpshop/core users?

2002-01-31 Thread Jaxon
, January 31, 2002 6:02 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] curious - any phpshop/core users? I've used PHPShop (the existing version, not the new core/commerce thing) to do one site. It's relatively easy to set up. I've had to do some modifications to it (namely, to make it use Payflow

RE: [PHP] curious - any phpshop/core users?

2002-01-30 Thread Rick Emery
I use PHP Coder. It's an excellent IDE and it's free.. -Original Message- From: Jaxon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 11:46 AM To: PHP Subject: [PHP] curious - any phpshop/core users? hi, has anyone used PHPShop and Core (www.phpshop.org) ?? i'm thinking

RE: [PHP] curious - any phpshop/core users?

2002-01-30 Thread Jaxon
]'; PHP Subject: RE: [PHP] curious - any phpshop/core users? I use PHP Coder. It's an excellent IDE and it's free.. -Original Message- From: Jaxon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 11:46 AM To: PHP Subject: [PHP] curious - any phpshop/core users? hi, has

Re: [PHP] Curious

2001-03-29 Thread Christian Reiniger
On Wednesday 28 March 2001 23:59, you wrote: This is where I implement a reversal of quotes depending on what kind of quotes I'll be using in it - the draw back is hitting the . key a lot to concat with variables, but it makes the my code more readable (IMO - no \'s all over the place. So

Re: [PHP] Curious

2001-03-28 Thread Christian Reiniger
On Wednesday 28 March 2001 08:18, you wrote: in general, I avoid using quotes where possible (such as in the following) font size=3 face=Arial (instead of font size=\"3\" face=\"Arial\") Remember that XHTML *requires* quotes around every attribute value. -- Christian Reiniger LGDC

Re: [PHP] Curious

2001-03-28 Thread YoBro
Thanks to everybody for the informative explanation of my curiosity. It was very helpful, and now I have a better understanding of what I am doing sometimes. Thanks YoBro --- : Hi, : : I am curious to know why you need to use the /n, and what it actually

Re: [PHP] Curious

2001-03-28 Thread Joe Stump
This is where I implement a reversal of quotes depending on what kind of quotes I'll be using in it - the draw back is hitting the . key a lot to concat with variables, but it makes the my code more readable (IMO - no \'s all over the place. So like this : echo 'a

Re: [PHP] Curious

2001-03-27 Thread Chris Aitken
At 06:04 PM 28/03/2001, you wrote: Hi, I am curious to know why you need to use the /n, and what it actually does, because I had a page that used them, and i removed them all and it still works fine. As far as the HTML output, it wont affect how it shows up on the screen, but if you look at

Re: [PHP] Curious

2001-03-27 Thread Philip Olson
I am curious to know why you need to use the /n, and what it actually does, because I had a page that used them, and i removed them all and it still works fine. Have a look here (the main manual is down this second) : http://uk.php.net/manual/en/language.types.string.php An example use is

Re: [PHP] Curious

2001-03-27 Thread Stuart J. Browne
I am curious to know why you need to use the /n, and what it actually does, because I had a page that used them, and i removed them all and it still works fine. As far as the HTML output, it wont affect how it shows up on the screen, but if you look at the HTML code, you will notice