Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #15790

Re: Looking for NULL in arrays

From Jerry Stuckle <jstucklex@attglobal.net>
Newsgroups comp.lang.php
Subject Re: Looking for NULL in arrays
Date 2015-10-26 12:49 -0400
Organization A noiseless patient Spider
Message-ID <n0llf3$59s$1@dont-email.me> (permalink)
References <d94ctvFn9f4U1@mid.individual.net> <n0je5n$jqn$1@dont-email.me> <d96arrF7egqU1@mid.individual.net> <n0lalu$l63$1@dont-email.me> <d96ppmFbp1nU1@mid.individual.net>

Show all headers | View raw


On 10/26/2015 9:57 AM, Derek Turner wrote:
> On Mon, 26 Oct 2015 09:45:48 -0400, Jerry Stuckle wrote:
> 
>> As I told you before, it's not the way I would set up the database.
>> Proper normalization would be to add an additional table containing the
>> group id and the meeting details
> 
> Sorry, but I can't see how that would help at all - it would be exactly 
> the same information and just as awkward to process. But it's certainly 
> not too late to do that, if you can convince me that it would make 
> interpreting those details easier.
> 

First of all, you need to learn about database normalization.  There are
a number of good tutorials on the web about it.  It's much more than can
be taught in a usenet post.

When you're done, you will get one row per meeting - not two or three
(or none) meetings per row.  It will also make searching easier.

Yes, it's the same information - but much easier to process than what
you're trying to do now.

-- 
==================
Remove the "x" from my email address
Jerry Stuckle
jstucklex@attglobal.net
==================

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Looking for NULL in arrays Derek Turner <frderek@suremail.je> - 2015-10-25 16:05 +0000
  Re: Looking for NULL in arrays Derek Turner <frderek@suremail.je> - 2015-10-25 16:11 +0000
    Re: Looking for NULL in arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-10-25 19:07 +0100
  Re: Looking for NULL in arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-10-25 19:06 +0100
    Re: Looking for NULL in arrays Thomas Mlynarczyk <thomas@mlynarczyk-webdesign.de> - 2015-10-25 21:01 +0100
      Re: Looking for NULL in arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-10-25 21:58 +0100
  Re: Looking for NULL in arrays Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-25 16:33 -0400
    Re: Looking for NULL in arrays Derek Turner <frderek@suremail.je> - 2015-10-26 09:42 +0000
      Re: Looking for NULL in arrays Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-26 09:45 -0400
        Re: Looking for NULL in arrays Derek Turner <frderek@suremail.je> - 2015-10-26 13:57 +0000
          Re: Looking for NULL in arrays Erwin Moller <erwinmollerusenet@xs4all.nl> - 2015-10-26 17:41 +0100
          Re: Looking for NULL in arrays Jerry Stuckle <jstucklex@attglobal.net> - 2015-10-26 12:49 -0400
      Re: Looking for NULL in arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-10-26 22:25 +0100
  Re: Looking for NULL in arrays Denis McMahon <denismfmcmahon@gmail.com> - 2015-10-27 03:16 +0000
    Re: Looking for NULL in arrays Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-10-27 22:23 +0100

csiph-web