Re: [PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Jason Pruim
On Jul 5, 2010, at 9:14 AM, Peter Lind wrote: On 5 July 2010 15:02, Jason Pruim wrote: Hi everyone, I'll admit right now that I'm still trying to wrestle with inner joins... Which leaves me with this code right here: ".$cfgtableCategories." WHERE ".$cfgtableContent.".postCat = ". $cat."

[PHP] Question about the Board

2010-07-05 Thread Gary
? Gary __ Information from ESET Smart Security, version of virus signature database 5252 (20100705) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Gary
) > > GIGO!!! Does that mean you do have a deathwatch beetle? Gary __ Information from ESET Smart Security, version of virus signature database 5252 (20100705) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (h

Re: [PHP] form validation and error display

2010-07-05 Thread Shreyas Agasthya
Ash - Thanks for correcting me [should I say us ;) ]. So, if my understandng is right, we should use # instead of the superglobal variable. David - Sorry to have written that. I was not aware of the implications of the grand old way of doing it. :) Regards, Shreyas On Mon, Jul 5, 2010 at 4:24 AM

Re: [PHP] form validation and error display

2010-07-05 Thread David Mehler
Hello Everyone, Thanks for all the suggestions on my sticky form problem. I've changed my action attribute to empty "" as per the article on PHP_SELF. I'm still having an issue getting the form to redisplay. For example, if i don't fill out the name field how would i get the form to redisplay with

Re: [PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Richard Quadling
On 5 July 2010 14:48, Pete Ford wrote: >> P.S. I don't have an emu. > > Clearly, or you'd know that they can't fly either... > :) GIGO!!! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTML in emails

2010-07-05 Thread Jonesy
On Sun, 4 Jul 2010 23:12:22 -0400, Paul M Foster wrote: > On Sun, Jul 04, 2010 at 11:44:29PM +0100, Ashley Sheridan wrote: > > > >>It is nice to be able to format emails nicely, but you have to realise >>when to restrain yourself. I've been getting loads of emails from Adobe >>lately th

[PHP] Re: HTML in emails

2010-07-05 Thread Al
On 7/4/2010 11:43 AM, Al wrote: I know this is a bit off-topic; but close enough. I'm starting to update the email feature of one of my DB applications and noticed that it appears most of the fancy emails I receive are using just plain old, simple html pages, with a note about not being able t

Re: [PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Pete Ford
On 05/07/10 14:38, Richard Quadling wrote: On 5 July 2010 14:02, Jason Pruim wrote: Hi everyone, I'll admit right now that I'm still trying to wrestle with inner joins... It is all about set theory. Imagine two circles, which overlap (http://en.wikipedia.org/wiki/Venn_diagram#Example as an e

Re: [PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Richard Quadling
On 5 July 2010 14:02, Jason Pruim wrote: > Hi everyone, > > I'll admit right now that I'm still trying to wrestle with inner joins... It is all about set theory. Imagine two circles, which overlap (http://en.wikipedia.org/wiki/Venn_diagram#Example as an example). For that example, simplistically

Re: [PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Peter Lind
On 5 July 2010 15:02, Jason Pruim wrote: > Hi everyone, > > I'll admit right now that I'm still trying to wrestle with inner joins... > Which leaves me with this code right here: > > > if(isset($_GET['cat'])) { >            $cat = mysql_real_escape_string($_GET['cat']); > >        } > >        if

Re: [PHP] HTML in emails

2010-07-05 Thread tedd
At 11:44 PM +0100 7/4/10, Ashley Sheridan wrote: On Sun, 2010-07-04 at 17:06 -0400, Paul M Foster wrote: > On Sun, Jul 04, 2010 at 11:43:59AM -0400, Al wrote: -snip- > > Seems like, from my preliminary Google searching, I should not waste > time with > the standard's way and just go straight

[PHP] Inner join woes... and sweet tea!

2010-07-05 Thread Jason Pruim
Hi everyone, I'll admit right now that I'm still trying to wrestle with inner joins... Which leaves me with this code right here: $sql = "SELECT * FROM ".$cfgtableContent." INNER JOIN ".$cfgtableCategories." WHERE ".$cfgtableContent.".postCat = ".$cat." ORDER BY ".$cfgtable

Re: [PHP] HTML in emails

2010-07-05 Thread Richard Quadling
On 4 July 2010 16:43, Al wrote: > What are you folks doing? > > Al.. One of the tasks I had to develop was the sending of authorised work in a "by job" report. We receive the work as a fax/email. We log the job in our system. The client comes to our site and confirms the on-cost billing

Re: [PHP] Delegating variable-length argument lists

2010-07-05 Thread Jakob Günther
Am 02.07.2010 19:34, schrieb Adam Richardson: > On Fri, Jul 2, 2010 at 11:49 AM, Jakob Günther > wrote: > > > I did not find a solution, so i tried passing a array with references. > > $arr = array(&$a, &$b); > bind_param("ii", $arr); > > function bind_param

Re: [PHP] HTML in emails

2010-07-05 Thread Ashley Sheridan
On Sun, 2010-07-04 at 23:12 -0400, Paul M Foster wrote: > On Sun, Jul 04, 2010 at 11:44:29PM +0100, Ashley Sheridan wrote: > > > > > > > >It is nice to be able to format emails nicely, but you have to realise > >when to restrain yourself. I've been getting loads of emails from Adobe >