Daniel Kolbo wrote:
> Eric Butera wrote:
>> On Thu, Jul 16, 2009 at 5:50 PM, Daniel Kolbo wrote:
>>> Hello,
>>>
>>> Call me a dreamer...but I got to ask.
>>>
>>> Is there any software for helping speed up PHP by utilizing internal PHP
>>> caching?
>>>
>>> I am not talking about the external php cac
On Fri, Jul 17, 2009 at 11:54 AM, Jason Pruim wrote:
>
> On Jul 17, 2009, at 11:56 AM, Bastien Koert wrote:
>
>> On Fri, Jul 17, 2009 at 11:51 AM, tedd wrote:
>>>
>>> At 11:12 AM -0400 7/17/09, Jason Pruim wrote:
Hi everyone!
So some of you may have noticed that I have been away
On Fri, Jul 17, 2009 at 9:35 AM, PJ wrote:
> 4. when ordering by title, results are totally different for ASC & DESC;
> not the same data at all (Is the ordering done on the entire db? )
Yes, sort of. ORDER BY is applied to the results of the entire query.
Then LIMIT takes a slice out of the res
On Fri, 2009-07-17 at 11:55 -0400, PJ wrote:
> Ashley Sheridan wrote:
> > On Friday 17 July 2009 16:35:10 PJ wrote:
> >
> >> I noticed the thread on pagination here just after posting to mysql. But
> >> I am using php/mysql ;-)
> >> I have some rather complicated ordering problems:
> >> 1. n
On Fri, 2009-07-17 at 14:01 -0400, Bastien Koert wrote:
> On Fri, Jul 17, 2009 at 1:54 PM, Jason Pruim wrote:
> >
> > On Jul 17, 2009, at 11:56 AM, Bastien Koert wrote:
> >
> >> On Fri, Jul 17, 2009 at 11:51 AM, tedd wrote:
> >>>
> >>> At 11:12 AM -0400 7/17/09, Jason Pruim wrote:
>
> Hi
On Fri, 2009-07-17 at 13:36 -0700, r...@bigdoghost.com wrote:
> I strongly believe you have nothing to worry about and I think you are
> over-thinking an issue that will never happen to you.
> Even if you have 2000 users, you will have nothing to worry about.
>
> I manage db's on large scales and
On Fri, 2009-07-17 at 23:15 -0400, John Corry wrote:
> Why is date.timezone blank...I'm setting it in the config file?
> How come PHP is ignorning teh directives I have set in the .ini?
>
> OS X with PHP 5.3 compiled from source on Apache 2.2.9
>
> WTF?
>
> Here's my php.ini file:[Date]
> ; Defi
Code:
passthru('firefox &');
echo '1';
I am expecting 1 to be echoed while firefox is running. but that is
not the case. ny ideas how i can make this work ?
Kranthi.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat, Jul 18, 2009 at 8:15 AM, kranthi wrote:
> Code:
>
> passthru('firefox &');
> echo '1';
>
> I am expecting 1 to be echoed while firefox is running. but that is
> not the case. ny ideas how i can make this work ?
>
> Kranthi.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubs
On Jul 18, 2009, at 9:45 AM, Ashley Sheridan
wrote:
On Fri, 2009-07-17 at 14:01 -0400, Bastien Koert wrote:
On Fri, Jul 17, 2009 at 1:54 PM, Jason Pruim
wrote:
On Jul 17, 2009, at 11:56 AM, Bastien Koert wrote:
On Fri, Jul 17, 2009 at 11:51 AM, tedd
wrote:
At 11:12 AM -0400 7/17/0
Hi all,
..sitting here thinking this is so easy, and I must have been over
this already in the past.. but it is eluding me just now..
I can't figure out why files with the .html extension ARE being parsed
by PHP when they are in the main doc root dir/, or in one subdirectory
down from th
On Jul 18, 2009, at 5:54 PM, Phpster wrote:
On Jul 18, 2009, at 9:45 AM, Ashley Sheridan
wrote:
On Fri, 2009-07-17 at 14:01 -0400, Bastien Koert wrote:
On Fri, Jul 17, 2009 at 1:54 PM, Jason Pruim
wrote:
On Jul 17, 2009, at 11:56 AM, Bastien Koert wrote:
On Fri, Jul 17, 2009 at 11:
On Jul 18, 2009, at 6:36 PM, Adam Shannon wrote:
On Sat, Jul 18, 2009 at 7:01 PM, Govinda
wrote:
Hi all,
..sitting here thinking this is so easy, and I must have been over
this already in the past.. but it is eluding me just now..
I can't figure out why files with the .html extensio
On Sat, Jul 18, 2009 at 7:54 PM, Govinda wrote:
>
> On Jul 18, 2009, at 6:36 PM, Adam Shannon wrote:
>
>
>
> On Sat, Jul 18, 2009 at 7:01 PM, Govinda wrote:
>
>> Hi all,
>>
>> ..sitting here thinking this is so easy, and I must have been over this
>> already in the past.. but it is eluding me jus
On Sat, Jul 18, 2009 at 7:01 PM, Govinda wrote:
> Hi all,
>
> ..sitting here thinking this is so easy, and I must have been over this
> already in the past.. but it is eluding me just now..
>
> I can't figure out why files with the .html extension ARE being parsed by
> PHP when they are in the ma
On Sat, Jul 18, 2009 at 06:01:14PM -0600, Govinda wrote:
> Hi all,
>
> ..sitting here thinking this is so easy, and I must have been over
> this already in the past.. but it is eluding me just now..
>
> I can't figure out why files with the .html extension ARE being parsed
> by PHP when they are
i never used x-mapp-php5, but most of a forums say it is specific to
1and1 hosting service. php recommends application/x-httpd-php
http://us2.php.net/manual/en/install.unix.apache2.php
try adding AddType application/x-httpd-php .html in your root htaccess
if that dosent help you'll have to add th
Just add this to your root .htaccess
AddType x-mapp-php5 .html
Thanks Adam. But still no luck. I did add that line to
the .htaccess file in my doc root, but my file.html in subdir/ is
still not being parsed by PHP.
??
Try to put that same line of .htaccess into the sub directory. Your
You do realize that PHP does not parse HTML files, right? The web
server
does that. In fact, the web server also parses PHP files, using a
different library.
I understand. I just was saying it that way. Actually I rarely think
too deeply about that specifically, but now that you pointed it
i never used x-mapp-php5, but most of a forums say it is specific to
1and1 hosting service. php recommends application/x-httpd-php
http://us2.php.net/manual/en/install.unix.apache2.php
try adding AddType application/x-httpd-php .html in your root htaccess
hmmm. Darn! I just did try what yo
Viva,
on 07/15/2009 09:14 AM Patrick said the following:
> Could anyone give me some advice on the best way to do IP to
> geo-location with php using open source code?
You may want to look here for several solution for that purpose:
http://www.phpclasses.org/browse/class/39/top/rated.html
--
Govinda wrote:
Hi all,
..sitting here thinking this is so easy, and I must have been over this
already in the past.. but it is eluding me just now..
I can't figure out why files with the .html extension ARE being parsed
by PHP when they are in the main doc root dir/, or in one subdirectory
2009/7/19 Jim Lucas :
> Govinda wrote:
>>
>> Hi all,
>>
>> ..sitting here thinking this is so easy, and I must have been over this
>> already in the past.. but it is eluding me just now..
>>
>> I can't figure out why files with the .html extension ARE being parsed by
>> PHP when they are in the ma
On Sat, 2009-07-18 at 20:36 -0400, Jason Pruim wrote:
> On Jul 18, 2009, at 5:54 PM, Phpster wrote:
>
> >
> >
> > On Jul 18, 2009, at 9:45 AM, Ashley Sheridan
> > wrote:
> >
> >> On Fri, 2009-07-17 at 14:01 -0400, Bastien Koert wrote:
> >>> On Fri, Jul 17, 2009 at 1:54 PM, Jason Pruim
> >>> w
On Sat, 2009-07-18 at 23:09 -0600, Govinda wrote:
> > i never used x-mapp-php5, but most of a forums say it is specific to
> > 1and1 hosting service. php recommends application/x-httpd-php
> >
> > http://us2.php.net/manual/en/install.unix.apache2.php
> >
> > try adding AddType application/x-httpd-p
25 matches
Mail list logo