On 11 April 2011 13:23, Stuart Dallas wrote:
> On Monday, 11 April 2011 at 13:17, Curtis Maurand wrote:
> Stuart Dallas wrote:
>> > On Monday, 11 April 2011 at 02:12, Curtis Maurand wrote:
>> > nevermind. There is a function: fgetcsv();
>> >
>> > Ewww!
>>
>> Say what you want, it works. Your solut
On Monday, 11 April 2011 at 13:17, Curtis Maurand wrote:
Stuart Dallas wrote:
> > On Monday, 11 April 2011 at 02:12, Curtis Maurand wrote:
> > nevermind. There is a function: fgetcsv();
> >
> > Ewww!
>
> Say what you want, it works. Your solution is way more elegant. regex's are
> not my strong
Stuart Dallas wrote:
> On Monday, 11 April 2011 at 02:12, Curtis
Maurand wrote:
> nevermind. There is a function: fgetcsv();
>
> Ewww!
Say what you want, it works. Your
solution is way more elegant. regex's are not my strong suit.
I have to have the regex pocket reference to understand that
On Monday, 11 April 2011 at 02:12, Curtis Maurand wrote:
nevermind. There is a function: fgetcsv();
Ewww!
http://blog.ericlamb.net/2010/01/parse-apache-log-files-with-php/
-Stuart
--
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
> Curtis Maurand wrote:
> >
> >
> > Hello,
> > I'm trying to run th
nevermind. There is a function: fgetcsv();
Thanks,
Curtis
Curtis Maurand wrote:
>
>
> Hello,
> I'm trying to run through an apache log
file in an attempt to
> get all of the user agents.
>
> The question is how do I split the
> string? I can't
seem to find a workable delimiter. Each
> se
On Wed, 2009-03-11 at 19:50 -0500, Shawn McKenzie wrote:
> Robert Cummings wrote:
> > On Wed, 2009-03-11 at 16:16 -0500, Shawn McKenzie wrote:
> >> Shawn McKenzie wrote:
> >>> Robert Cummings wrote:
> On Wed, 2009-03-11 at 13:20 -0500, Shawn McKenzie wrote:
> > Robert Cummings wrote:
> >>>
Robert Cummings wrote:
> On Wed, 2009-03-11 at 16:16 -0500, Shawn McKenzie wrote:
>> Shawn McKenzie wrote:
>>> Robert Cummings wrote:
On Wed, 2009-03-11 at 13:20 -0500, Shawn McKenzie wrote:
> Robert Cummings wrote:
>> On Wed, 2009-03-11 at 12:19 -0500, Shawn McKenzie wrote:
>>> Sá
On Wed, 2009-03-11 at 16:16 -0500, Shawn McKenzie wrote:
> Shawn McKenzie wrote:
> > Robert Cummings wrote:
> >> On Wed, 2009-03-11 at 13:20 -0500, Shawn McKenzie wrote:
> >>> Robert Cummings wrote:
> On Wed, 2009-03-11 at 12:19 -0500, Shawn McKenzie wrote:
> > Sándor Tamás (HostWare Kft .
Shawn McKenzie wrote:
> Robert Cummings wrote:
>> On Wed, 2009-03-11 at 13:20 -0500, Shawn McKenzie wrote:
>>> Robert Cummings wrote:
On Wed, 2009-03-11 at 12:19 -0500, Shawn McKenzie wrote:
> Sándor Tamás (HostWare Kft . ) wrote:
>> Yes, Rob is right. My original question is about the
Robert Cummings wrote:
> On Wed, 2009-03-11 at 13:20 -0500, Shawn McKenzie wrote:
>> Robert Cummings wrote:
>>> On Wed, 2009-03-11 at 12:19 -0500, Shawn McKenzie wrote:
Sándor Tamás (HostWare Kft . ) wrote:
> Yes, Rob is right. My original question is about the difference between
> the
On Wed, 2009-03-11 at 13:20 -0500, Shawn McKenzie wrote:
> Robert Cummings wrote:
> > On Wed, 2009-03-11 at 12:19 -0500, Shawn McKenzie wrote:
> >> Sándor Tamás (HostWare Kft . ) wrote:
> >>> Yes, Rob is right. My original question is about the difference between
> >>> the processing of a file-base
Robert Cummings wrote:
> On Wed, 2009-03-11 at 12:19 -0500, Shawn McKenzie wrote:
>> Sándor Tamás (HostWare Kft . ) wrote:
>>> Yes, Rob is right. My original question is about the difference between
>>> the processing of a file-based site with include() OR eval(). In that
>>> case, if I understood
On Wed, 2009-03-11 at 12:19 -0500, Shawn McKenzie wrote:
> Sándor Tamás (HostWare Kft . ) wrote:
> > Yes, Rob is right. My original question is about the difference between
> > the processing of a file-based site with include() OR eval(). In that
> > case, if I understood it correctly, the results
On Wed, Mar 11, 2009 at 10:19 AM, Shawn McKenzie wrote:
> Sándor Tamás (HostWare Kft . ) wrote:
> > Yes, Rob is right. My original question is about the difference between
> > the processing of a file-based site with include() OR eval(). In that
> > case, if I understood it correctly, the results
Sándor Tamás (HostWare Kft . ) wrote:
> Yes, Rob is right. My original question is about the difference between
> the processing of a file-based site with include() OR eval(). In that
> case, if I understood it correctly, the results are the same.
>
> But! If the included pages contain functions,
On Wed, 2009-03-11 at 14:03 +0100, Sándor Tamás (HostWare Kft.) wrote:
> Yes, Rob is right. My original question is about the difference between the
> processing of a file-based site with include() OR eval(). In that case, if I
> understood it correctly, the results are the same.
>
> But! If the
uot;
To: "Virgilio Quilario"
Cc: "Sándor Tamás (HostWare Kft.)" ;
Sent: Wednesday, March 11, 2009 1:55 PM
Subject: Re: [PHP] Silly question - include vs. eval
On Wed, 2009-03-11 at 20:49 +0800, Virgilio Quilario wrote:
>> Hi,
>>
>> I wo
On Wed, 2009-03-11 at 20:49 +0800, Virgilio Quilario wrote:
> >> Hi,
> >>
> >> I wondering what is the difference between include(), and eval('
> >> ?>'.file_get_content().' >>
> >> If there is something I should be aware, please, let me know.
> >
> > Use include since it allows a cache like eAcc
>> Hi,
>>
>> I wondering what is the difference between include(), and eval('
>> ?>'.file_get_content().' >
>> If there is something I should be aware, please, let me know.
>
> Use include since it allows a cache like eAccelerator or APC to work.
> Eval never gets cached. Also, include let's the e
On Wed, 2009-03-11 at 08:33 -0400, Robert Cummings wrote:
> On Wed, 2009-03-11 at 13:07 +0100, Sándor Tamás (HostWare Kft.) wrote:
> > Hi,
> >
> > I wondering what is the difference between include(), and eval('
> > ?>'.file_get_content().' >
> > If there is something I should be aware, please,
On Wed, 2009-03-11 at 13:07 +0100, Sándor Tamás (HostWare Kft.) wrote:
> Hi,
>
> I wondering what is the difference between include(), and eval('
> ?>'.file_get_content().'
> If there is something I should be aware, please, let me know.
Use include since it allows a cache like eAccelerator or
On Tuesday 09 November 2004 16:04, Brian A. Anderson wrote:
> Uuuuh... Where do I set the default server extension type to .php
> in the apache config? Right now the page will execute on my server,
> but if there is an index.php the server won't automatically open
> it, but instead browses the dire
Coolbeans guys!
:)
Thanks,
-Brian
- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "Brian A. Anderson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, November 09, 2004 4:07 PM
Subject: Re: [PHP] silly question - set
>
> Uuuuh... Where do I set the default server extension type to .php in the
> apache config? Right now the page will execute on my server, but
> if there is
> an index.php the server won't automatically open it, but instead
> browses the
> directory.
>
> Thanks in advance,
>
> -Brian
Look f
Brian A. Anderson wrote:
Uuuuh... Where do I set the default server extension type to .php in the
apache config? Right now the page will execute on my server, but if there is
an index.php the server won't automatically open it, but instead browses the
directory.
DirectoryIndex index.html index.php
Burhan Khalid wrote:
Is there an alternative free (free as in 'beer') IDE rather than Zend
that I can use to track variables, analize code and so like? I heard
of bluefish, is it widely used?
PHPEdit would be my recommendation.
Although if you are serious about PHP, you should consider investing
Zhang Weiwu wrote:
Not to start flame. I have been writing php using just vim for some
time, it is a waste of time to put 'echo' statement everywhere to track
variable values. I wonder what do the experienced users on php.net use
for php development? Do you use IDE? Do you use Zend?
Is there an
On Monday 27 October 2003 04:08, Manisha Sathe wrote:
> I wanted some sort of IDE for PHP, so decided to use Zend (which i believe
> quite popular).
>
> I installed it on my redhat linux 8.0- both client and server components.
> Instructions was smooth and gave me success msg, but now I do not kno
I assume that you have or some variation thereof. In that case, just set $field1
= "" after you save the record, or remove the value="" statement altogether.
Mike
Rodrigo Peres wrote:
>Hi list,
>
>I have PHP code to insert the result of a form into mysql. When I nedd to
>made an update, I pas
Take care to be sure that you make the update, before the rest of the
page loads, things happen in order, so it's almost like creating your
page backwards (I just had that problem).
I can elaborate if you like.
(C:
[EMAIL PROTECTED] wrote:
>Hi list,
>
>I have PHP code to insert the result of
try adding the "nocache" header() calls to the page to force the broswer to
refresh.
See how that goes
Martin T
-Original Message-
From: Rodrigo Peres [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 14, 2001 9:43 AM
To: PHP
Subject: [PHP] silly question
Hi list,
I have PHP code t
31 matches
Mail list logo