Cliff Hirsch cliff-at-pinestream.com |nyphp dev/internal group use| wrote:
On 9/17/07 11:09 AM, "Mitch Pirtle" <[EMAIL PROTECTED]> wrote:
I can't believe nobody's mentioned Magento yet:
http://www.magentocommerce.com/
That's the one I'm taking a very very close look at...
Not produc
Hi Max,
I had a similar situation in the past involving a single table of
Content Items which evolved from simple strings to elaborate objects
with branching / staging, localization, history, and cached
processing. The solution I implemented involved three tables:
1. Content Items: a plac
I use tinyMCE. There is a "Paste from Word" plug-in (available as part
of the base install), that addresses this issue. Add "paste" to the
plugin line and "pasteword" to the theme_advanced_buttons?_add config
directive.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTE
+1, yes good book, lots of detail and source provided.
Cliff Hirsch wrote:
Revisiting charset, take a look at “Building Scalable Website” by Cal
Henderson of Flickr fame. He has a good chapter of
internationalization & localization, along with another chapter on
filtering utf-8, etc.
Cliff
-
You should take a look at php.net setcookie remarks from users. There
are other unusual caveats both for Firefox (doesn't like blank/empty
string value in setcookie func) and IE (7?) has issues with how a
setcookie time is set in the past. There are apparently one or two
tricks for expiring a cooki
Peter Sawczynec wrote:
Try setting the cookie cancellation time to something more extreme like:
This sounds promising; it is quite true that there is often a time
disparity between the server (which may be geographically distant) and
the client. But it still doesn't work.
setcookie( 'logi
Revisiting charset, take a look at ³Building Scalable Website² by Cal
Henderson of Flickr fame. He has a good chapter of internationalization &
localization, along with another chapter on filtering utf-8, etc.
Cliff
___
New York PHP Community Talk Mailin
I need to update table2 with data from table1
the mysql4 code would be:
update table2,table1 set table2.field = table1.field where
table2.id = table1.id
how is this done in mysql 3.x ?
Don't limit your challenges.Challenge your limits.
Urs Always ,
K.
Hi All
Thanks for your reply.
We use VeriSign Certificate and Certificate type is "Shared". I think I
have to use the URL with the servername for the Certificate provider and
userid. How can I check it ?
Thanks in advance,
Shaiju Davis.
___
New