You seem nice.
Jerry Wilborn
jerrywilb...@gmail.com
On Sun, Aug 9, 2009 at 12:54 PM, Daniel Brown wrote:
> On Sat, Aug 8, 2009 at 11:08, Jerry Wilborn wrote:
> > You're going to have to be more
> > specific. There are very few problems where this is absolutely no
>
ALTER TABLE T1 AUTO_INCREMENT=1;
It's likely that you dropped every record and expected the auto_increment to
reset.
Jerry Wilborn
jerrywilb...@gmail.com
On Sun, Aug 9, 2009 at 1:17 PM, Ralph Deffke wrote:
> Hi all,
>
> I'm facing the fact that it seems that auto_incremen
ent to the browser. It might not hurt to move to a
fread($fh, 8096) + print() to prevent the bug in the future.
Jerry Wilborn
jerrywilb...@gmail.com
On Sat, Aug 8, 2009 at 9:00 AM, Brian Dunning wrote:
> A Rackspace guy determined that php.ini was set to use 16MB of memory, and
> he uppe
You're going to have to be more
specific. There are very few problems where this is absolutely no solution.
Jerry Wilborn
jerrywilb...@gmail.com
On Sat, Aug 8, 2009 at 2:51 AM, Per Jessen wrote:
> Curious george wrote:
>
> > Is there a case where php can become unscalabl
I highly recommend ExtJS (htp://www.extjs.com).
Jerry Wilborn
jerrywilb...@gmail.com
On Fri, Aug 7, 2009 at 10:22 PM, Bastien Koert wrote:
> On Fri, Aug 7, 2009 at 10:25 PM, Jonathan Tapicer
> wrote:
> > Also, take a look at Comet Server:
> > http://en.wikipedia.org/wiki/
The 500 is the result of the missing content-type in the real header. Once
you get a blank line in there, it thinks thats the content. The error log
will likely say 'premature end of script headers'... Good mystery on why
it's got the blank line though.
Jerry Wilborn
jerrywilb...
You don't mention what database you're using, but mySQL supports memory
based tables. You can use this to insert your single page loads and then
have a job that periodically inserts in bulk.
Memory based tables:
http://dev.mysql.com/doc/refman/5.0/en/memory-storage-engine.html
Jer
You could also try checking the SSL log. This may give hints about the
problem; none of the HTTP conversation happens until after SSL has been
negotiated.
Jerry Wilborn
jerrywilb...@gmail.com
On Fri, Aug 7, 2009 at 1:16 PM, Tom Worster wrote:
> On 8/6/09 2:33 PM, "Ted Yu" wrote:
Can you tell us anything about the cert on the host? Is it self signed, is
it expired, etc? A hip-shot: try turning off VERIFYPEER and VERIFYHOST.
Jerry Wilborn
jerrywilb...@gmail.com
On Thu, Aug 6, 2009 at 1:33 PM, Ted Yu wrote:
>
> Hi,
> I use the following code to call third
http://us2.php.net/manual/en/language.variables.variable.php
Jerry Wilborn
jerrywilb...@gmail.com
On Wed, Aug 5, 2009 at 5:17 PM, Govinda wrote:
> HI all
>
> One thing I have been working around but now would love to just do it
> finally (and save workaround/longer code hassle) is
You don't mention what DB you're using, but mySQL can be quite a pain when
dealing with multiple time zones. Not impossible, but a hassle none the
less. Be sure to set aside a place to store this (and another spot for user
preferences to keep track of their TZ).
Jerry Wilborn
I'm having trouble understanding your description of the problem. Can you
tell us what you're seeing and what you expect to see?
Jerry Wilborn
jerrywilb...@gmail.com
On Wed, Aug 5, 2009 at 12:00 PM, Allen McCabe wrote:
> I am trying to generate pages by importing content in
shopping
cart you're unlikely to hit those.
If you want to avoid JS,
you're going to have to send the whole page and then sort out what
needs to be updated on the server.
Jerry Wilborn
jerrywilb...@gmail.com
On Tue, Aug 4, 2009 at 2:03 PM, wrote:
> Sorry... I'm using GET. I have
If the form method is "POST" then set the 'c' variable with a hidden value
within the form:
Jerry Wilborn
jerrywilb...@gmail.com
On Tue, Aug 4, 2009 at 1:50 PM, wrote:
>
> On Aug 4, 2009, at 9:43 AM, Jerry Wilborn wrote:
>
> Keep in mind that you can use n
Keep in mind that you can use name=var[] value=value1, name=var[]
value=value2 and php will create an array as $_REQUEST['var'] with each of
your values. The keys are numbered and don't count on what order they'll
come through.
Jerry Wilborn
jerrywilb...@gmail.com
On Tue, Aug
Am I missing something? Can't this be done quickly/easily with preg_match()?
if (preg_match('/\[(.*):(.*)\s/U', '[21/Jul/2009:00:00:47 -0300]',
$matches)) {
print "date: {$matches[1]}, time: {$matches[2]}";
}
Jerry Wilborn
jerrywilb...@gmail.com
O
hp?id=34380), but the
last movement on it is 2005.
Jerry Wilborn
jerrywilb...@gmail.com
17 matches
Mail list logo