Hi.
I'm looking for the most efficient way to insert several records and
retrieve the auto_increment values for the inserted rows, while
avoiding crippling concurrency problems caused by multiple php threads
doing this on the same table at potentially the same time.
I'm using mysql atm, so i thou
Michael A. Peters wrote:
Ashley Sheridan wrote:
That last reason could be why your email is failing! HTML email is the
one place where it is actually better to code "the old way" with tables
for markup, tags, and very little (if any) CSS. If you do use any
CSS, it's best left inline as well,
Ashley Sheridan wrote:
That last reason could be why your email is failing! HTML email is the
one place where it is actually better to code "the old way" with tables
for markup, tags, and very little (if any) CSS. If you do use any
CSS, it's best left inline as well, as some email clients str
On Fri, 2010-02-12 at 19:03 -0600, Skip Evans wrote:
> Hey Guys,
>
> Thanks for all the info on this. Sorry for the late reply, but
> I got sidetracked writing the module that will send out all
> these nasty emails.
>
> I do have the text going on top, and I think I said, looks
> perfect in E
Hey Guys,
Thanks for all the info on this. Sorry for the late reply, but
I got sidetracked writing the module that will send out all
these nasty emails.
I do have the text going on top, and I think I said, looks
perfect in Evolution and Thunderbird in both text and HTML.
I also read about
On Sat, Feb 13, 2010 at 7:33 AM, Ryan Sun wrote:
> In that case, referer is for authentication, and id is for authorization, I
> think
>
> On Fri, Feb 12, 2010 at 6:23 PM, Ashley Sheridan
> wrote:
>
> > On Fri, 2010-02-12 at 18:25 -0500, Ryan Sun wrote:
> >
> > authenticate by remote domain name
In that case, referer is for authentication, and id is for authorization, I
think
On Fri, Feb 12, 2010 at 6:23 PM, Ashley Sheridan
wrote:
> On Fri, 2010-02-12 at 18:25 -0500, Ryan Sun wrote:
>
> authenticate by remote domain name or remote ip
>
> $_SERVER['HTTP_REFERER']
>
> then your clients wi
On Fri, 2010-02-12 at 18:25 -0500, Ryan Sun wrote:
> authenticate by remote domain name or remote ip
>
> $_SERVER['HTTP_REFERER']
>
> then your clients will not have to put their username/password in clear text
> http://www.mydomain.com?h=300&w=250
> and you will just check if you have their dom
authenticate by remote domain name or remote ip
$_SERVER['HTTP_REFERER']
then your clients will not have to put their username/password in clear text
http://www.mydomain.com?h=300&w=250
and you will just check if you have their domain on your list
I'm not sure if there is better one but
" 'HTTP_
Ashley Sheridan wrote:
On Fri, 2010-02-12 at 16:12 -0500, Robert Cummings wrote:
John Allsopp wrote:
Hi everyone
There may be blinding bits of total ignorance in this so don't ignore
the obvious.
This is a security question, but a sentence of background: I'm writing
software for a mapping
On Fri, 2010-02-12 at 16:12 -0500, Robert Cummings wrote:
> John Allsopp wrote:
> > Hi everyone
> >
> > There may be blinding bits of total ignorance in this so don't ignore
> > the obvious.
> >
> > This is a security question, but a sentence of background: I'm writing
> > software for a mappi
On Fri, 2010-02-12 at 16:03 -0500, Andrew Ballard wrote:
> On Thu, Feb 11, 2010 at 5:18 AM, Ashley Sheridan
> wrote:
> > There's a good reason for OpenOffice having some difficulties with MS
> > Office documents. Back when MS rushed through getting their document
> > standard ratified by ISO (whi
John Allsopp wrote:
Hi everyone
There may be blinding bits of total ignorance in this so don't ignore
the obvious.
This is a security question, but a sentence of background: I'm writing
software for a mapping/location website and I want to be able to provide
something others can plug into t
On Thu, Feb 11, 2010 at 5:18 AM, Ashley Sheridan
wrote:
> There's a good reason for OpenOffice having some difficulties with MS
> Office documents. Back when MS rushed through getting their document
> standard ratified by ISO (which itself is a whole other story) they
> didn't explain all the deta
Hi everyone
There may be blinding bits of total ignorance in this so don't ignore
the obvious.
This is a security question, but a sentence of background: I'm writing
software for a mapping/location website and I want to be able to provide
something others can plug into their website that wou
Ashley Sheridan wrote:
> On Thu, 2010-02-11 at 22:38 -0500, Paul M Foster wrote:
>
>> On Fri, Feb 12, 2010 at 12:13:11PM +1100, clanc...@cybec.com.au wrote:
>>
>>> On Thu, 11 Feb 2010 10:18:18 +, a...@ashleysheridan.co.uk (Ashley
>>> Sheridan) wrote:
>>>
On Thu, 2010-02-11 at 10:16 +1100,
Sudhakar wrote:
> hi
>
> i am from auckland new zealand, has anyone worked on expression engine cms
>
> please advice
>
> thanks
>
no but a very high percentage of the good graphic designers I know will
use nothing but; all of them really like it.
from a programmers point of view, i just don'
thank you all
On Fri, Feb 12, 2010 at 5:54 PM, Jay Blanchard wrote:
> [snip]
> Sorry for asking question at wrong place.. (Please tell me where to as
> questions about JQuery)
> [/snip]
>
> Google is your friend
>
> http://docs.jquery.com/Discussion#Official_Forums
>
>
--
Devendra Jadhav
द
[snip]
Sorry for asking question at wrong place.. (Please tell me where to as
questions about JQuery)
[/snip]
Google is your friend
http://docs.jquery.com/Discussion#Official_Forums
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Fri, 2010-02-12 at 17:09 +0530, Devendra Jadhav wrote:
> Hi All,
>
> Sorry for asking question at wrong place.. (Please tell me where to as
> questions about JQuery)
> I am using JQuery Validate plugin.
> I am validating form which contains two items Name & phone number
> Phone number contains
Hi All,
Sorry for asking question at wrong place.. (Please tell me where to as
questions about JQuery)
I am using JQuery Validate plugin.
I am validating form which contains two items Name & phone number
Phone number contains three text boxes.
Now the default behavior of JQuery Validate put error
On 11 February 2010 16:04, Eric Lommatsch wrote:
>
>>Are you using wsdl? If so, does the WSDL file contain the information that
> the port to use for the requests is on port 8080?
>>
>>--
>>-
>>Richard Quadling
>>"Standing on the shoulders of some very clever giants!"
>>EE : http://www.experts
On Thu, 2010-02-11 at 22:38 -0500, Paul M Foster wrote:
> On Fri, Feb 12, 2010 at 12:13:11PM +1100, clanc...@cybec.com.au wrote:
>
> > On Thu, 11 Feb 2010 10:18:18 +, a...@ashleysheridan.co.uk (Ashley
> > Sheridan) wrote:
> >
> > >On Thu, 2010-02-11 at 10:16 +1100, Ross McKay wrote:
> > >
>
hi
i am from auckland new zealand, has anyone worked on expression engine cms
please advice
thanks
24 matches
Mail list logo