[PHP] SQL insert () values (),(),(); how to get auto_increments properly?

2010-02-12 Thread Rene Veerman
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

Re: [PHP] HTML & plain text in Outlook 2007

2010-02-12 Thread Robert Cummings
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,

Re: [PHP] HTML & plain text in Outlook 2007

2010-02-12 Thread Michael A. Peters
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

Re: [PHP] HTML & plain text in Outlook 2007

2010-02-12 Thread Ashley Sheridan
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

Re: [PHP] HTML & plain text in Outlook 2007

2010-02-12 Thread Skip Evans
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

Re: [PHP] How to secure this

2010-02-12 Thread Eric Lee
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

Re: [PHP] How to secure this

2010-02-12 Thread Ryan Sun
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

Re: [PHP] How to secure this

2010-02-12 Thread Ashley Sheridan
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

Re: [PHP] How to secure this

2010-02-12 Thread Ryan Sun
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_

Re: [PHP] How to secure this

2010-02-12 Thread Robert Cummings
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

Re: [PHP] How to secure this

2010-02-12 Thread Ashley Sheridan
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

Re: [PHP] PHP Manual problems

2010-02-12 Thread Ashley Sheridan
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

Re: [PHP] How to secure this

2010-02-12 Thread Robert Cummings
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

Re: [PHP] PHP Manual problems

2010-02-12 Thread Andrew Ballard
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

[PHP] How to secure this

2010-02-12 Thread John Allsopp
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

Re: [PHP] PHP Manual problems

2010-02-12 Thread Nathan Rixham
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,

[PHP] Re: expression engine

2010-02-12 Thread Nathan Rixham
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'

Re: [PHP] JQuery issue

2010-02-12 Thread Devendra Jadhav
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 द

RE: [PHP] JQuery issue

2010-02-12 Thread Jay Blanchard
[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

Re: [PHP] JQuery issue

2010-02-12 Thread Ashley Sheridan
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

[PHP] JQuery issue

2010-02-12 Thread Devendra Jadhav
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

Re: [PHP] RE: SOAP connect error

2010-02-12 Thread Richard Quadling
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

Re: [PHP] PHP Manual problems

2010-02-12 Thread Ashley Sheridan
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: > > > >

[PHP] expression engine

2010-02-12 Thread Sudhakar
hi i am from auckland new zealand, has anyone worked on expression engine cms please advice thanks