From CSinfo at comcast.net Wed Jul 2 09:28:48 2008 From: CSinfo at comcast.net (CSInfo) Date: Wed Jul 2 09:29:08 2008 Subject: [FX.php List] why doesn't a fields show? Message-ID: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> I have a layout that has some local and related fields on it. When I look at the XML, the related fields to not show. In order to get the data do I have to query the second database (From a second .fp7 file)? Or should the data be showing from the relationship? Clip from XML result: the second fields should show DJ_Service::Profile where DJ_Service is a table from the second .fp7 file. Thanks, John Funk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20080702/d1c391da/attachment.html From bob at patin.com Wed Jul 2 09:35:15 2008 From: bob at patin.com (Bob Patin) Date: Wed Jul 2 09:35:41 2008 Subject: [FX.php List] why doesn't a fields show? In-Reply-To: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> References: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> Message-ID: <3D4364EC-426F-4EEC-9ACD-72394D89D035@patin.com> John, Are you sure that the missing field appears on the layout you're accessing with FX? Also, when you reference the field, are you using the whole name "DJ_Service::Profile"? Bob Patin Longterm Solutions bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com FileMaker 9 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet INSTANT MESSAGING: AIM or iChat: longterm1954 -------------------------- Contact us for FileMaker hosting and programming for all versions of FileMaker PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting On Jul 2, 2008, at 10:28 AM, CSInfo wrote: > I have a layout that has some local and related fields on it. When > I look at the XML, the related fields to not show. > In order to get the data do I have to query the second database > (From a second .fp7 file)? Or should the data be showing from the > relationship? > > Clip from XML result: > > > > the second fields should show DJ_Service::Profile where DJ_Service > is a table from the second .fp7 file. > > Thanks, > John Funk > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20080702/c773b691/attachment.html From alex at gandrpublishing.com Wed Jul 2 09:35:33 2008 From: alex at gandrpublishing.com (Alex Gates) Date: Wed Jul 2 09:35:44 2008 Subject: [FX.php List] why doesn't a fields show? In-Reply-To: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> References: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> Message-ID: <486BA045.5060404@gandrpublishing.com> Hi John - Just a guess here, but check to make sure you are using the same username and password for both databases. Alex CSInfo wrote: > I have a layout that has some local and related fields on it. When I > look at the XML, the related fields to not show. > In order to get the data do I have to query the second database (From a > second .fp7 file)? Or should the data be showing from the relationship? > > Clip from XML result: > > > > the second fields should show DJ_Service::Profile where DJ_Service is a > table from the second .fp7 file. > > Thanks, > John Funk > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From CSinfo at comcast.net Wed Jul 2 09:38:22 2008 From: CSinfo at comcast.net (CSInfo) Date: Wed Jul 2 09:38:45 2008 Subject: [FX.php List] why doesn't a fields show? (Resolved) In-Reply-To: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> References: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> Message-ID: <003701c8dc59$a98820d0$0202fea9@CSDellXP> I resolved my own issue, The data DOES need to be in a local table. An example: " Invoices is a local table in my .fp7 file. thanks for reading.... John _____ From: fx.php_list-bounces@mail.iviking.org [mailto:fx.php_list-bounces@mail.iviking.org] On Behalf Of CSInfo Sent: Wednesday, July 02, 2008 10:29 AM To: 'FX.php Discussion List' Subject: [FX.php List] why doesn't a fields show? I have a layout that has some local and related fields on it. When I look at the XML, the related fields to not show. In order to get the data do I have to query the second database (From a second .fp7 file)? Or should the data be showing from the relationship? Clip from XML result: the second fields should show DJ_Service::Profile where DJ_Service is a table from the second .fp7 file. Thanks, John Funk -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20080702/1ac7b8f2/attachment-0001.html From chris at iViking.org Wed Jul 2 10:14:58 2008 From: chris at iViking.org (Chris Hansen) Date: Wed Jul 2 10:15:05 2008 Subject: [FX.php List] why doesn't a fields show? (Resolved) In-Reply-To: <003701c8dc59$a98820d0$0202fea9@CSDellXP> References: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> <003701c8dc59$a98820d0$0202fea9@CSDellXP> Message-ID: <8A16922E-750B-4F11-96FA-61C795DB1619@iViking.org> John, If I understand what you're saying correctly, I think this issue is actually a password issue (as Alex suggested), and NOT related to separate files. I created two fresh FileMaker 9 files, related them, and then added fields from the second file to the first one, here's the related metadata: Note that it does seem to me that there may have been a version of FileMaker server with a bug related to separate files, but at least in the latest version of FMSA9 (9.0.3.326 on my Mac OS X machine) related fields in separate files work fine, UNLESS the username and password used doesn't have the necessary access to view those fields. Note that insufficient privileges to view a field will cause exactly what you're seeing. HTH --Chris Hansen FileMaker 7/8/9 Certified Developer Creator of FX.php "The best way from FileMaker to the Web." www.iViking.org On Jul 2, 2008, at 9:38 AM, CSInfo wrote: > I resolved my own issue, > The data DOES need to be in a local table. An example: > TYPE="NUMBER"/>" > Invoices is a local table in my .fp7 file. > thanks for reading.... > John > > From: fx.php_list-bounces@mail.iviking.org [mailto:fx.php_list-bounces@mail.iviking.org > ] On Behalf Of CSInfo > Sent: Wednesday, July 02, 2008 10:29 AM > To: 'FX.php Discussion List' > Subject: [FX.php List] why doesn't a fields show? > > I have a layout that has some local and related fields on it. When > I look at the XML, the related fields to not show. > In order to get the data do I have to query the second database > (From a second .fp7 file)? Or should the data be showing from the > relationship? > > Clip from XML result: > > > > the second fields should show DJ_Service::Profile where DJ_Service > is a table from the second .fp7 file. > > Thanks, > John Funk > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From CSinfo at comcast.net Wed Jul 2 10:26:00 2008 From: CSinfo at comcast.net (CSInfo) Date: Wed Jul 2 10:26:19 2008 Subject: [FX.php List] why doesn't a fields show? (Resolved) maybe not In-Reply-To: <8A16922E-750B-4F11-96FA-61C795DB1619@iViking.org> References: <002c01c8dc58$53774fa0$0202fea9@CSDellXP><003701c8dc59$a98820d0$0202fea9@CSDellXP> <8A16922E-750B-4F11-96FA-61C795DB1619@iViking.org> Message-ID: <005401c8dc60$510f7dc0$0202fea9@CSDellXP> Thanks I have checked the un & pass, both files have the same and have full access including ipw and xml. The secondary file data DOES show on the primary fm file / layout so I am sure it is not an access issue. The fm server info: NAME="FileMaker Web Publishing Engine" VERSION="9.0.3.316"/> May be server issues? John -----Original Message----- From: fx.php_list-bounces@mail.iviking.org [mailto:fx.php_list-bounces@mail.iviking.org] On Behalf Of Chris Hansen Sent: Wednesday, July 02, 2008 11:15 AM To: FX.php Discussion List Subject: Re: [FX.php List] why doesn't a fields show? (Resolved) John, If I understand what you're saying correctly, I think this issue is actually a password issue (as Alex suggested), and NOT related to separate files. I created two fresh FileMaker 9 files, related them, and then added fields from the second file to the first one, here's the related metadata: Note that it does seem to me that there may have been a version of FileMaker server with a bug related to separate files, but at least in the latest version of FMSA9 (9.0.3.326 on my Mac OS X machine) related fields in separate files work fine, UNLESS the username and password used doesn't have the necessary access to view those fields. Note that insufficient privileges to view a field will cause exactly what you're seeing. HTH --Chris Hansen FileMaker 7/8/9 Certified Developer Creator of FX.php "The best way from FileMaker to the Web." www.iViking.org On Jul 2, 2008, at 9:38 AM, CSInfo wrote: > I resolved my own issue, > The data DOES need to be in a local table. An example: > TYPE="NUMBER"/>" > Invoices is a local table in my .fp7 file. > thanks for reading.... > John > > From: fx.php_list-bounces@mail.iviking.org > [mailto:fx.php_list-bounces@mail.iviking.org > ] On Behalf Of CSInfo > Sent: Wednesday, July 02, 2008 10:29 AM > To: 'FX.php Discussion List' > Subject: [FX.php List] why doesn't a fields show? > > I have a layout that has some local and related fields on it. When I > look at the XML, the related fields to not show. > In order to get the data do I have to query the second database (From > a second .fp7 file)? Or should the data be showing from the > relationship? > > Clip from XML result: > > > > the second fields should show DJ_Service::Profile where DJ_Service is > a table from the second .fp7 file. > > Thanks, > John Funk > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list _______________________________________________ FX.php_List mailing list FX.php_List@mail.iviking.org http://www.iviking.org/mailman/listinfo/fx.php_list From vicepresident at comcast.net Wed Jul 2 10:35:24 2008 From: vicepresident at comcast.net (Jon & Jane Montgomery) Date: Wed Jul 2 10:35:33 2008 Subject: [FX.php List] why doesn't a fields show? (Resolved) maybe not In-Reply-To: <005401c8dc60$510f7dc0$0202fea9@CSDellXP> Message-ID: John, Very much the "rookie" on this stuff, but what about there being "hidden" characters in the fields not showing? In the posts I have read on here, it seems like when nothing else seems logical and all things should work, it ends up being those hidden characters. Like stuff imported form Office products maybe? I don?t think those hidden characters around the text in those field play fair with the web and FX. Just a thought that came to mind. Jon Montgomery On 7/2/08 11:26 AM, "CSInfo" wrote: > Thanks > I have checked the un & pass, both files have the same and have full access > including ipw and xml. > The secondary file data DOES show on the primary fm file / layout so I am > sure it is not an access issue. > The fm server info: > NAME="FileMaker Web Publishing Engine" VERSION="9.0.3.316"/> > May be server issues? > > John From CSinfo at comcast.net Wed Jul 2 10:36:00 2008 From: CSinfo at comcast.net (CSInfo) Date: Wed Jul 2 10:36:18 2008 Subject: [FX.php List] why doesn't a fields show? (Resolved) In-Reply-To: <8A16922E-750B-4F11-96FA-61C795DB1619@iViking.org> References: <002c01c8dc58$53774fa0$0202fea9@CSDellXP><003701c8dc59$a98820d0$0202fea9@CSDellXP> <8A16922E-750B-4F11-96FA-61C795DB1619@iViking.org> Message-ID: <005b01c8dc61$b6d65f60$0202fea9@CSDellXP> I think I misspoke. FM Full access does not mean full access. You need to check the XML box in the Edit Privilege set. This fixed it. Sorry about all the noise...... John -----Original Message----- From: fx.php_list-bounces@mail.iviking.org [mailto:fx.php_list-bounces@mail.iviking.org] On Behalf Of Chris Hansen Sent: Wednesday, July 02, 2008 11:15 AM To: FX.php Discussion List Subject: Re: [FX.php List] why doesn't a fields show? (Resolved) John, If I understand what you're saying correctly, I think this issue is actually a password issue (as Alex suggested), and NOT related to separate files. I created two fresh FileMaker 9 files, related them, and then added fields from the second file to the first one, here's the related metadata: Note that it does seem to me that there may have been a version of FileMaker server with a bug related to separate files, but at least in the latest version of FMSA9 (9.0.3.326 on my Mac OS X machine) related fields in separate files work fine, UNLESS the username and password used doesn't have the necessary access to view those fields. Note that insufficient privileges to view a field will cause exactly what you're seeing. HTH --Chris Hansen FileMaker 7/8/9 Certified Developer Creator of FX.php "The best way from FileMaker to the Web." www.iViking.org On Jul 2, 2008, at 9:38 AM, CSInfo wrote: > I resolved my own issue, > The data DOES need to be in a local table. An example: > TYPE="NUMBER"/>" > Invoices is a local table in my .fp7 file. > thanks for reading.... > John > > From: fx.php_list-bounces@mail.iviking.org > [mailto:fx.php_list-bounces@mail.iviking.org > ] On Behalf Of CSInfo > Sent: Wednesday, July 02, 2008 10:29 AM > To: 'FX.php Discussion List' > Subject: [FX.php List] why doesn't a fields show? > > I have a layout that has some local and related fields on it. When I > look at the XML, the related fields to not show. > In order to get the data do I have to query the second database (From > a second .fp7 file)? Or should the data be showing from the > relationship? > > Clip from XML result: > > > > the second fields should show DJ_Service::Profile where DJ_Service is > a table from the second .fp7 file. > > Thanks, > John Funk > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list _______________________________________________ FX.php_List mailing list FX.php_List@mail.iviking.org http://www.iviking.org/mailman/listinfo/fx.php_list From ggt667 at gmail.com Wed Jul 2 11:27:52 2008 From: ggt667 at gmail.com (Gjermund Gusland Thorsen) Date: Wed Jul 2 11:28:09 2008 Subject: [FX.php List] why doesn't a fields show? (Resolved) In-Reply-To: <005b01c8dc61$b6d65f60$0202fea9@CSDellXP> References: <002c01c8dc58$53774fa0$0202fea9@CSDellXP> <003701c8dc59$a98820d0$0202fea9@CSDellXP> <8A16922E-750B-4F11-96FA-61C795DB1619@iViking.org> <005b01c8dc61$b6d65f60$0202fea9@CSDellXP> Message-ID: You need the same "web"-account for all tables with the same password, or you will not see the remote instance. ggt 2008/7/2 CSInfo : > I think I misspoke. FM Full access does not mean full access. You need to > check the XML box in the Edit Privilege set. > This fixed it. > Sorry about all the noise...... > > John > > > -----Original Message----- > From: fx.php_list-bounces@mail.iviking.org > [mailto:fx.php_list-bounces@mail.iviking.org] On Behalf Of Chris Hansen > Sent: Wednesday, July 02, 2008 11:15 AM > To: FX.php Discussion List > Subject: Re: [FX.php List] why doesn't a fields show? (Resolved) > > John, > > If I understand what you're saying correctly, I think this issue is actually > a password issue (as Alex suggested), and NOT related to separate files. I > created two fresh FileMaker 9 files, related them, and then added fields > from the second file to the first one, here's the related metadata: > > EMPTYOK="YES" MAXREPEAT="1" NAME="text2" TYPE="TEXT"/> MAXREPEAT="1" NAME="Rel_Test2::number1" > TYPE="NUMBER"/> > TYPE="NUMBER"/> > > Note that it does seem to me that there may have been a version of FileMaker > server with a bug related to separate files, but at least in the latest > version of FMSA9 (9.0.3.326 on my Mac OS X machine) related fields in > separate files work fine, UNLESS the username and password used doesn't have > the necessary access to view those fields. Note that insufficient > privileges to view a field will cause exactly what you're seeing. > > HTH > > --Chris Hansen > FileMaker 7/8/9 Certified Developer > Creator of FX.php > "The best way from FileMaker to the Web." > www.iViking.org > > On Jul 2, 2008, at 9:38 AM, CSInfo wrote: > >> I resolved my own issue, >> The data DOES need to be in a local table. An example: >> > TYPE="NUMBER"/>" >> Invoices is a local table in my .fp7 file. >> thanks for reading.... >> John >> >> From: fx.php_list-bounces@mail.iviking.org >> [mailto:fx.php_list-bounces@mail.iviking.org >> ] On Behalf Of CSInfo >> Sent: Wednesday, July 02, 2008 10:29 AM >> To: 'FX.php Discussion List' >> Subject: [FX.php List] why doesn't a fields show? >> >> I have a layout that has some local and related fields on it. When I >> look at the XML, the related fields to not show. >> In order to get the data do I have to query the second database (From >> a second .fp7 file)? Or should the data be showing from the >> relationship? >> >> Clip from XML result: >> >> >> >> the second fields should show DJ_Service::Profile where DJ_Service is >> a table from the second .fp7 file. >> >> Thanks, >> John Funk >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list > > > > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > From jsfmp at earthlink.net Wed Jul 2 22:18:23 2008 From: jsfmp at earthlink.net (Joel Shapiro) Date: Wed Jul 2 22:18:35 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> Hi everyone I've finally got word back from FMI and Advisor about getting a room for the general PHP User Group meeting on Sunday eve at DevCon. We can have the room "anytime after 6pm." Last year we met 7:30-9:30, although we did start a bit late. Should we try that again this year, or would you like something different? Would 7:00-9:00 be any better? (That might be a *little* easier on any east coast people... for overseas folks, it probably won't make that much difference either way :-( Please respond ASAP so I can get back to Advisor and then send out a general announcement. And please suggest any other ideas you might have for things to do in addition to the show-and-tell. Thanks, -Joel From paul at egenart.com Wed Jul 2 22:20:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:21:36 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:22:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:23:08 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:24:51 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:25:05 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:26:56 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:27:12 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:29:01 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:29:11 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:31:06 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:31:17 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:33:11 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:33:24 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:35:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:35:25 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:37:21 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:37:32 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:39:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:39:36 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:41:31 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:41:41 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:43:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:43:47 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:45:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:45:53 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:47:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:48:00 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:49:51 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:50:03 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:51:56 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:52:07 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:54:01 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:54:13 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:56:06 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:56:17 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 22:58:11 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 22:58:22 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:00:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:00:28 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:02:21 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:02:34 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:04:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:04:39 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:06:31 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:06:45 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:08:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:08:45 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:10:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:10:52 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:12:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:12:56 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:14:51 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:15:03 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:16:56 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:18:59 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:21:06 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:21:19 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:25:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:25:28 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:27:21 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:27:34 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:29:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:29:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:31:31 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:31:44 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:33:08 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:33:21 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From steve at bluecrocodile.co.nz Wed Jul 2 23:32:38 2008 From: steve at bluecrocodile.co.nz (Steve Winter) Date: Wed Jul 2 23:33:46 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> Message-ID: <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> Hi Joel, I'm reluctant to respond since it'll probably mean that we double the number of messages that the list is getting from that Muppet Paul (can someone unsubscribe him quick...?) but here goes... If aiming for 7:30 - 9:30 last year meant things got started a little late, I suspect that trying to do things any early is just going to result in another late start...?? Personally I reckon it'd be best to aim for a later time ie 7:30, and do our best to get started on time, rather than aim for something even earlier with the expectation of starting 'some time after 7'... I'll be at the hotel by about 6 (latest) so if you need a hand getting anything organised just let me know... Just my 2p worth... Cheers Steve -----Original Message----- From: fx.php_list-bounces@mail.iviking.org [mailto:fx.php_list-bounces@mail.iviking.org] On Behalf Of Joel Shapiro Sent: Thursday, 3 July 2008 5:18 a.m. To: FX.php Discussion List Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Hi everyone I've finally got word back from FMI and Advisor about getting a room for the general PHP User Group meeting on Sunday eve at DevCon. We can have the room "anytime after 6pm." Last year we met 7:30-9:30, although we did start a bit late. Should we try that again this year, or would you like something different? Would 7:00-9:00 be any better? (That might be a *little* easier on any east coast people... for overseas folks, it probably won't make that much difference either way :-( Please respond ASAP so I can get back to Advisor and then send out a general announcement. And please suggest any other ideas you might have for things to do in addition to the show-and-tell. Thanks, -Joel _______________________________________________ FX.php_List mailing list FX.php_List@mail.iviking.org http://www.iviking.org/mailman/listinfo/fx.php_list No virus found in this incoming message. Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.3/1527 - Release Date: 30/06/2008 6:07 p.m. No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.3/1527 - Release Date: 30/06/2008 6:07 p.m. From paul at egenart.com Wed Jul 2 23:33:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:33:55 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:35:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:35:53 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:34:29 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:37:53 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:37:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:38:06 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:38:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:38:30 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:38:47 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:42:23 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:42:48 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:43:24 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:44:01 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:44:13 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:46:06 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:46:18 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:48:11 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:48:24 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:39:51 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:49:58 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:50:11 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:50:26 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:50:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:50:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:50:44 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:51:01 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:51:20 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:51:33 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:52:21 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:52:35 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:53:37 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:53:51 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:54:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:54:37 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:56:31 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:56:42 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:58:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Wed Jul 2 23:58:48 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:00:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:00:53 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Wed Jul 2 23:51:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:08:04 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:09:01 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:09:15 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:11:06 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:11:19 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:13:11 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:13:22 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:15:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:15:26 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:17:21 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:17:33 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:17:55 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:18:09 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:19:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:19:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:21:31 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:21:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:23:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:23:46 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:25:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:25:56 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:02:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:26:00 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:26:24 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:26:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:26:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:46:38 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:48:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:48:47 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:50:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:50:53 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:54:51 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:56:24 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:56:56 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:57:11 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:59:01 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 00:59:16 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:00:03 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:00:18 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 00:27:47 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:04:10 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:05:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:05:29 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:07:21 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:07:34 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:09:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:09:41 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:11:31 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:11:41 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:01:06 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:12:08 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:12:23 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:13:14 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:13:28 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:13:43 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:13:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:13:57 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:14:29 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:14:44 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:15:00 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:15:14 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:15:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:15:41 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:15:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:15:57 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:16:12 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:16:26 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:16:38 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:16:53 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:17:03 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:17:17 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:17:34 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:17:47 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:17:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:18:03 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:18:15 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:18:29 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:18:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:18:55 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:19:06 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:19:26 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:19:42 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:19:56 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:19:51 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:20:08 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:20:15 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:20:29 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:20:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:20:57 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:20:48 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:21:10 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:21:24 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:21:38 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:21:50 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:22:05 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:21:56 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:22:19 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:22:29 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:22:42 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:23:08 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:23:53 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:22:59 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:24:27 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:24:41 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:25:02 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:25:17 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:25:32 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:25:47 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:26:01 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:26:09 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:26:28 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:26:44 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:26:57 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:27:09 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:27:23 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:27:35 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:27:50 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:28:01 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:28:14 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:28:14 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:28:28 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:28:47 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:29:01 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:29:17 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:29:31 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:29:43 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:29:58 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:30:09 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:30:26 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:30:19 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:30:38 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:30:55 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:31:09 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:31:20 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:31:33 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:31:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:32:01 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:32:11 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:32:25 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:32:24 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:32:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:32:53 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:33:07 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:33:18 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:33:32 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:33:44 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:33:57 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:34:10 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:34:24 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:34:29 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:34:41 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:34:56 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:35:16 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:35:27 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:35:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:35:57 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:36:13 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:36:28 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:36:42 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:36:34 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:36:56 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:37:09 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:37:22 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:37:34 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:37:49 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:38:00 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:38:14 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:38:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:38:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:38:39 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:39:44 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:39:57 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:40:11 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:40:23 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:40:37 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:40:44 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:41:02 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:41:19 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:41:33 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:41:45 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:41:59 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:42:11 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:42:25 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:42:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:42:50 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:42:49 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:43:05 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:43:18 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:43:34 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:43:44 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:43:58 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:44:09 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:44:24 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:44:35 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:44:48 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:44:54 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:45:06 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:45:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:45:32 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:45:42 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:46:01 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:46:17 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:46:31 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:46:43 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:46:58 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:46:59 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:47:16 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:47:29 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:47:44 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:47:55 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:48:08 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:48:21 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:48:34 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:48:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:49:00 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:49:04 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:49:17 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:49:32 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:49:46 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:50:28 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:50:42 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:50:53 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:51:08 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:51:09 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:51:29 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:51:45 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:51:59 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:52:10 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:52:24 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:52:36 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:52:50 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:53:01 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:53:15 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:53:14 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:53:28 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:53:43 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:53:57 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:54:13 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:54:27 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:54:39 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:54:53 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:55:19 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:55:28 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:57:24 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:57:33 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:55:04 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:59:29 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 01:59:29 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 01:59:52 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:00:07 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:00:21 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:00:32 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:00:46 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:00:58 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:01:11 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:01:24 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:01:37 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:01:34 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:01:50 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:02:20 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:02:36 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:02:52 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:03:09 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:03:23 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:03:37 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:03:49 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:04:04 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:04:20 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:04:35 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:04:45 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:05:00 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:05:16 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:05:37 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:05:53 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:06:08 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:05:54 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:06:15 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:06:30 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:06:44 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:06:56 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:07:11 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:07:23 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:07:36 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:07:48 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:08:02 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:07:59 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:08:15 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:08:30 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:08:43 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:08:55 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:09:10 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:09:26 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:09:41 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:09:48 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:10:06 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:10:08 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:10:27 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:10:46 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:11:00 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:11:11 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:11:25 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From paul at egenart.com Thu Jul 3 02:11:37 2008 From: paul at egenart.com (paul@egenart.com) Date: Thu Jul 3 02:11:51 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? Message-ID: Sorry to say but this week my mail is closed. Please return after the 14 of Jul 2008 From bob at patin.com Thu Jul 3 08:35:04 2008 From: bob at patin.com (Bob Patin) Date: Thu Jul 3 08:36:11 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: References: Message-ID: <2C823404-0505-4662-8FFB-1C4D3357E0E1@patin.com> Hey Paul, Thanks for the 190 emails. On Jul 3, 2008, at 12:10 AM, paul@egenart.com wrote: > Sorry to say but this week my mail is closed. > > Please return after the 14 of Jul 2008 > > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From bob at patin.com Thu Jul 3 09:54:47 2008 From: bob at patin.com (Bob Patin) Date: Thu Jul 3 09:57:17 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> Message-ID: <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> Hi guys, I'm hoping this doesn't cause another obnoxious avalanche... I'll be in early on Sunday, so would be glad to help out with any arrangements. I don't have any sort of presentation in mind, just thought I might show some of my favorite web apps of late... If Chris Hansen were coming to Devcon, I'd love to hear him speak about FX, if he were so inclined... Chris, you out there? :) Thanks, Bob Patin Longterm Solutions bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com FileMaker 9 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet INSTANT MESSAGING: AIM or iChat: longterm1954 -------------------------- Contact us for FileMaker hosting and programming for all versions of FileMaker PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting On Jul 3, 2008, at 12:32 AM, Steve Winter wrote: > Hi Joel, > > I'm reluctant to respond since it'll probably mean that we double > the number > of messages that the list is getting from that Muppet Paul (can > someone > unsubscribe him quick...?) but here goes... > > If aiming for 7:30 - 9:30 last year meant things got started a > little late, > I suspect that trying to do things any early is just going to result > in > another late start...?? Personally I reckon it'd be best to aim for > a later > time ie 7:30, and do our best to get started on time, rather than > aim for > something even earlier with the expectation of starting 'some time > after > 7'... I'll be at the hotel by about 6 (latest) so if you need a hand > getting > anything organised just let me know... > > Just my 2p worth... > > Cheers > Steve From chris at iViking.org Thu Jul 3 10:49:36 2008 From: chris at iViking.org (Chris Hansen) Date: Thu Jul 3 10:49:40 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> Message-ID: Hi all, First off, sorry about the avalanche. Had a corrupt DB in the mail server this AM, so didn't see the avalanche until I got that fixed :-/ Please note that I WILL be at DevCon, I just don't do Sunday business meetings (hence the Monday FX.php meeting.) I'd be happy to share; any requests Bob? --Chris On Jul 3, 2008, at 9:54 AM, Bob Patin wrote: > Hi guys, > > I'm hoping this doesn't cause another obnoxious avalanche... > > I'll be in early on Sunday, so would be glad to help out with any > arrangements. > > I don't have any sort of presentation in mind, just thought I might > show some of my favorite web apps of late... > > If Chris Hansen were coming to Devcon, I'd love to hear him speak > about FX, if he were so inclined... Chris, you out there? :) > > Thanks, > > Bob Patin > Longterm Solutions > bob@longtermsolutions.com > 615-333-6858 > http://www.longtermsolutions.com > FileMaker 9 Certified Developer > Member of FileMaker Business Alliance and FileMaker TechNet > > INSTANT MESSAGING: > AIM or iChat: longterm1954 > > -------------------------- > Contact us for FileMaker hosting and programming for all versions of > FileMaker > PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting > > > On Jul 3, 2008, at 12:32 AM, Steve Winter wrote: > >> Hi Joel, >> >> I'm reluctant to respond since it'll probably mean that we double >> the number >> of messages that the list is getting from that Muppet Paul (can >> someone >> unsubscribe him quick...?) but here goes... >> >> If aiming for 7:30 - 9:30 last year meant things got started a >> little late, >> I suspect that trying to do things any early is just going to >> result in >> another late start...?? Personally I reckon it'd be best to aim for >> a later >> time ie 7:30, and do our best to get started on time, rather than >> aim for >> something even earlier with the expectation of starting 'some time >> after >> 7'... I'll be at the hotel by about 6 (latest) so if you need a >> hand getting >> anything organised just let me know... >> >> Just my 2p worth... >> >> Cheers >> Steve > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > From ggt667 at gmail.com Thu Jul 3 11:03:45 2008 From: ggt667 at gmail.com (Gjermund Gusland Thorsen) Date: Thu Jul 3 11:03:50 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> Message-ID: Sunday is a day for free thinking and no interference... 2008/7/3 Chris Hansen : > Hi all, > > First off, sorry about the avalanche. Had a corrupt DB in the mail server > this AM, so didn't see the avalanche until I got that fixed :-/ > > Please note that I WILL be at DevCon, I just don't do Sunday business > meetings (hence the Monday FX.php meeting.) I'd be happy to share; any > requests Bob? > > --Chris > > On Jul 3, 2008, at 9:54 AM, Bob Patin wrote: > >> Hi guys, >> >> I'm hoping this doesn't cause another obnoxious avalanche... >> >> I'll be in early on Sunday, so would be glad to help out with any >> arrangements. >> >> I don't have any sort of presentation in mind, just thought I might show >> some of my favorite web apps of late... >> >> If Chris Hansen were coming to Devcon, I'd love to hear him speak about >> FX, if he were so inclined... Chris, you out there? :) >> >> Thanks, >> >> Bob Patin >> Longterm Solutions >> bob@longtermsolutions.com >> 615-333-6858 >> http://www.longtermsolutions.com >> FileMaker 9 Certified Developer >> Member of FileMaker Business Alliance and FileMaker TechNet >> >> INSTANT MESSAGING: >> AIM or iChat: longterm1954 >> >> -------------------------- >> Contact us for FileMaker hosting and programming for all versions of >> FileMaker >> PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting >> >> >> On Jul 3, 2008, at 12:32 AM, Steve Winter wrote: >> >>> Hi Joel, >>> >>> I'm reluctant to respond since it'll probably mean that we double the >>> number >>> of messages that the list is getting from that Muppet Paul (can someone >>> unsubscribe him quick...?) but here goes... >>> >>> If aiming for 7:30 - 9:30 last year meant things got started a little >>> late, >>> I suspect that trying to do things any early is just going to result in >>> another late start...?? Personally I reckon it'd be best to aim for a >>> later >>> time ie 7:30, and do our best to get started on time, rather than aim for >>> something even earlier with the expectation of starting 'some time after >>> 7'... I'll be at the hotel by about 6 (latest) so if you need a hand >>> getting >>> anything organised just let me know... >>> >>> Just my 2p worth... >>> >>> Cheers >>> Steve >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list >> > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > From steve at matatirosolutions.co.uk Thu Jul 3 11:27:33 2008 From: steve at matatirosolutions.co.uk (Steve Winter) Date: Thu Jul 3 11:37:32 2008 Subject: [FX.php List] Can't locate value in array Message-ID: <004d01c8dd32$154006c0$0100a8c0@bluecrocodile.co.nz> Hi all, I conduct a search for a particular record in my database, which results in one found record (the way this system works, it can only find one record, and it will always find one record, but that?s by-the-by). One of the db fields is called Country, thus I end up with; $studentData['data'][$studentKey]['Country'][0] Which will usually contain the name of a country. I now need to convert this to the ISO 3309 country code. I already use these elsewhere, when I need to find the country from the code, so I have an array $countryList, of the form; $countryList = array ("AF" => "Afghanistan", "AL" => "Albania", "DZ" => "Algeria", "AS" => "American Samoa", "AD" => "Andorra", etc... Thus what I want to do is; if(in_array($countryCode, $studentData['data'][$studentKey]['Country'][0])) { $thisCountry = current(array_keys($countryList, $studentData['data'][$studentKey]['Country'][0])); All good you?d think... well the answer is sort of, when I make the call to the db, it doesn?t work... if I hard-code a value into the country field it does... For example, ff I do; echo $studentData['data'][$studentKey]['Country'][0]; Then I see the country that I expect to (eg France), but the in_array does not work. If I insert the line; $studentData['data'][$studentKey]['Country'][0] = ?France?; Then it is found... Anyone got any idea what?s going on here...? this is seriously doing my head in...!! Cheers Steve No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.4/1531 - Release Date: 2/07/2008 7:02 p.m. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20080703/04e29599/attachment-0001.html From steve at bluecrocodile.co.nz Thu Jul 3 11:38:48 2008 From: steve at bluecrocodile.co.nz (Steve Winter) Date: Thu Jul 3 12:04:03 2008 Subject: [FX.php List] FW: Can't locate value in array Message-ID: <005801c8dd33$aa26f6d0$0100a8c0@bluecrocodile.co.nz> Hi all, I conduct a search for a particular record in my database, which results in one found record (the way this system works, it can only find one record, and it will always find one record, but that?s by-the-by). One of the db fields is called Country, thus I end up with; $studentData['data'][$studentKey]['Country'][0] Which will usually contain the name of a country. I now need to convert this to the ISO 3309 country code. I already use these elsewhere, when I need to find the country from the code, so I have an array $countryList, of the form; $countryList = array ("AF" => "Afghanistan", "AL" => "Albania", "DZ" => "Algeria", "AS" => "American Samoa", "AD" => "Andorra", etc... Thus what I want to do is; if(in_array($countryCode, $studentData['data'][$studentKey]['Country'][0])) { $thisCountry = current(array_keys($countryList, $studentData['data'][$studentKey]['Country'][0])); All good you?d think... well the answer is sort of, when I make the call to the db, it doesn?t work... if I hard-code a value into the country field it does... For example, ff I do; echo $studentData['data'][$studentKey]['Country'][0]; Then I see the country that I expect to (eg France), but the in_array does not work. If I insert the line; $studentData['data'][$studentKey]['Country'][0] = ?France?; Then it is found... Anyone got any idea what?s going on here...? this is seriously doing my head in...!! Cheers Steve No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.4/1531 - Release Date: 2/07/2008 7:02 p.m. No virus found in this outgoing message. Checked by AVG. Version: 7.5.524 / Virus Database: 270.4.4/1531 - Release Date: 2/07/2008 7:02 p.m. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.iviking.org/pipermail/fx.php_list/attachments/20080703/05e7505f/attachment.html From bob at patin.com Thu Jul 3 12:17:19 2008 From: bob at patin.com (Bob Patin) Date: Thu Jul 3 12:18:12 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> Message-ID: Hi Chris, I forgot you'd already said you'd be there--count on a beer from me (if you're so inclined, that is)...:) I don't really know what requests I'd have, other than perhaps imparting any wisdom you might want to share about FX.php best practices--which would be really useful to a lot of us. I bet there are tons of things I could do better or faster if I knew about them; like most people, I have my way of writing things and I fall back on those with each new project. Not to put you on the spot, but since you're the father of all things FX-php, I thought perhaps there might be some things you could think of to talk about that we could benefit from; I have no doubt that I'd learn a lot from hearing your thoughts on the subject... :) Has there been a definitive Monday time announced? Do I remember correctly that it's Monday at lunchtime? Best, Bob Patin Longterm Solutions bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com FileMaker 9 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet INSTANT MESSAGING: AIM or iChat: longterm1954 -------------------------- Contact us for FileMaker hosting and programming for all versions of FileMaker PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting On Jul 3, 2008, at 11:49 AM, Chris Hansen wrote: > > First off, sorry about the avalanche. Had a corrupt DB in the mail > server this AM, so didn't see the avalanche until I got that fixed :-/ > > Please note that I WILL be at DevCon, I just don't do Sunday > business meetings (hence the Monday FX.php meeting.) I'd be happy > to share; any requests Bob? > > --Chris From bob at patin.com Thu Jul 3 12:18:09 2008 From: bob at patin.com (Bob Patin) Date: Thu Jul 3 12:20:17 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> Message-ID: GGT, are you gonna make it over for Devcon? You'd said you were going to consider the trip... Bob Patin Longterm Solutions bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com FileMaker 9 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet INSTANT MESSAGING: AIM or iChat: longterm1954 -------------------------- Contact us for FileMaker hosting and programming for all versions of FileMaker PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting On Jul 3, 2008, at 12:03 PM, Gjermund Gusland Thorsen wrote: > Sunday is a day for free thinking and no interference... > > 2008/7/3 Chris Hansen : >> Hi all, >> >> First off, sorry about the avalanche. Had a corrupt DB in the mail >> server >> this AM, so didn't see the avalanche until I got that fixed :-/ >> >> Please note that I WILL be at DevCon, I just don't do Sunday business >> meetings (hence the Monday FX.php meeting.) I'd be happy to share; >> any >> requests Bob? >> >> --Chris >> >> On Jul 3, 2008, at 9:54 AM, Bob Patin wrote: >> >>> Hi guys, >>> >>> I'm hoping this doesn't cause another obnoxious avalanche... >>> >>> I'll be in early on Sunday, so would be glad to help out with any >>> arrangements. >>> >>> I don't have any sort of presentation in mind, just thought I >>> might show >>> some of my favorite web apps of late... >>> >>> If Chris Hansen were coming to Devcon, I'd love to hear him speak >>> about >>> FX, if he were so inclined... Chris, you out there? :) >>> >>> Thanks, >>> >>> Bob Patin >>> Longterm Solutions >>> bob@longtermsolutions.com >>> 615-333-6858 >>> http://www.longtermsolutions.com >>> FileMaker 9 Certified Developer >>> Member of FileMaker Business Alliance and FileMaker TechNet >>> >>> INSTANT MESSAGING: >>> AIM or iChat: longterm1954 >>> >>> -------------------------- >>> Contact us for FileMaker hosting and programming for all versions of >>> FileMaker >>> PHP ? Full email services ? Free DNS hosting ? Colocation ? >>> Consulting >>> >>> >>> On Jul 3, 2008, at 12:32 AM, Steve Winter wrote: >>> >>>> Hi Joel, >>>> >>>> I'm reluctant to respond since it'll probably mean that we double >>>> the >>>> number >>>> of messages that the list is getting from that Muppet Paul (can >>>> someone >>>> unsubscribe him quick...?) but here goes... >>>> >>>> If aiming for 7:30 - 9:30 last year meant things got started a >>>> little >>>> late, >>>> I suspect that trying to do things any early is just going to >>>> result in >>>> another late start...?? Personally I reckon it'd be best to aim >>>> for a >>>> later >>>> time ie 7:30, and do our best to get started on time, rather than >>>> aim for >>>> something even earlier with the expectation of starting 'some >>>> time after >>>> 7'... I'll be at the hotel by about 6 (latest) so if you need a >>>> hand >>>> getting >>>> anything organised just let me know... >>>> >>>> Just my 2p worth... >>>> >>>> Cheers >>>> Steve >>> >>> _______________________________________________ >>> FX.php_List mailing list >>> FX.php_List@mail.iviking.org >>> http://www.iviking.org/mailman/listinfo/fx.php_list >>> >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list >> > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From chris at iViking.org Thu Jul 3 12:31:43 2008 From: chris at iViking.org (Chris Hansen) Date: Thu Jul 3 12:31:48 2008 Subject: [FX.php List] Can't locate value in array In-Reply-To: <004d01c8dd32$154006c0$0100a8c0@bluecrocodile.co.nz> References: <004d01c8dd32$154006c0$0100a8c0@bluecrocodile.co.nz> Message-ID: <698010B0-3A1B-4E44-9429-200B45A75920@iViking.org> Steve, Two thoughts: 1) I don't see $countryCode defined anywhere; 2) From looking at http://us3.php.net/manual/en/function.in-array.php I'm wondering if your parameters in in_array() aren't in the wrong order... --Chris On Jul 3, 2008, at 11:27 AM, Steve Winter wrote: > Hi all, > > I conduct a search for a particular record in my database, which > results in one found record (the way this system works, it can only > find one record, and it will always find one record, but that?s by- > the-by). One of the db fields is called Country, thus I end up with; > > $studentData['data'][$studentKey]['Country'][0] > > Which will usually contain the name of a country. I now need to > convert this to the ISO 3309 country code. I already use these > elsewhere, when I need to find the country from the code, so I have > an array $countryList, of the form; > > $countryList = array ("AF" => "Afghanistan", > "AL" => "Albania", > "DZ" => "Algeria", > "AS" => "American Samoa", > "AD" => "Andorra", > etc... > > Thus what I want to do is; > > if(in_array($countryCode, $studentData['data'] > [$studentKey]['Country'][0])) { > $thisCountry = current(array_keys($countryList, > $studentData['data'][$studentKey]['Country'][0])); > > All good you?d think... well the answer is sort of, when I make the > call to the db, it doesn?t work... if I hard-code a value into the > country field it does... > > For example, ff I do; > > echo $studentData['data'][$studentKey]['Country'][0]; > > Then I see the country that I expect to (eg France), but the > in_array does not work. > > If I insert the line; > > $studentData['data'][$studentKey]['Country'][0] = > ?France?; > > Then it is found... > > Anyone got any idea what?s going on here...? this is seriously doing > my head in...!! > > Cheers > Steve > > > No virus found in this outgoing message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 270.4.4/1531 - Release Date: > 2/07/2008 7:02 p.m. > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From jsfmp at earthlink.net Thu Jul 3 11:52:18 2008 From: jsfmp at earthlink.net (Joel Shapiro) Date: Thu Jul 3 12:34:39 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> Message-ID: <8DB9CECE-DC9D-4F02-A7E5-54EB32D10F54@earthlink.net> Geez, and before I'd looked inside my mailbox I'd just thought there was a LOT of interest in the meeting ;-) Good advice, Steve. 7:30-9:30 it shall be. It'll be great to see what you've been doing, Bob. Thanks both for offering to help. Last year it was just a matter of showing up on time (ahem ;) and connecting with the Advisor tech/ A/V liaison, but I'll let you know if there's anything else. I'm also really looking forward to Chris' FX.php-specific meeting on Monday. See everyone soon! -Joel On Jul 3, 2008, at 9:49 AM, Chris Hansen wrote: > Hi all, > > First off, sorry about the avalanche. Had a corrupt DB in the mail > server this AM, so didn't see the avalanche until I got that fixed :-/ > > Please note that I WILL be at DevCon, I just don't do Sunday > business meetings (hence the Monday FX.php meeting.) I'd be happy > to share; any requests Bob? > > --Chris > > On Jul 3, 2008, at 9:54 AM, Bob Patin wrote: > >> Hi guys, >> >> I'm hoping this doesn't cause another obnoxious avalanche... >> >> I'll be in early on Sunday, so would be glad to help out with any >> arrangements. >> >> I don't have any sort of presentation in mind, just thought I >> might show some of my favorite web apps of late... >> >> If Chris Hansen were coming to Devcon, I'd love to hear him speak >> about FX, if he were so inclined... Chris, you out there? :) >> >> Thanks, >> >> Bob Patin >> Longterm Solutions >> bob@longtermsolutions.com >> 615-333-6858 >> http://www.longtermsolutions.com >> FileMaker 9 Certified Developer >> Member of FileMaker Business Alliance and FileMaker TechNet >> >> INSTANT MESSAGING: >> AIM or iChat: longterm1954 >> >> -------------------------- >> Contact us for FileMaker hosting and programming for all versions >> of FileMaker >> PHP ? Full email services ? Free DNS hosting ? Colocation ? >> Consulting >> >> >> On Jul 3, 2008, at 12:32 AM, Steve Winter wrote: >> >>> Hi Joel, >>> >>> I'm reluctant to respond since it'll probably mean that we double >>> the number >>> of messages that the list is getting from that Muppet Paul (can >>> someone >>> unsubscribe him quick...?) but here goes... >>> >>> If aiming for 7:30 - 9:30 last year meant things got started a >>> little late, >>> I suspect that trying to do things any early is just going to >>> result in >>> another late start...?? Personally I reckon it'd be best to aim >>> for a later >>> time ie 7:30, and do our best to get started on time, rather than >>> aim for >>> something even earlier with the expectation of starting 'some >>> time after >>> 7'... I'll be at the hotel by about 6 (latest) so if you need a >>> hand getting >>> anything organised just let me know... >>> >>> Just my 2p worth... >>> >>> Cheers >>> Steve >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list >> > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From ggt667 at gmail.com Thu Jul 3 12:51:27 2008 From: ggt667 at gmail.com (Gjermund Gusland Thorsen) Date: Thu Jul 3 12:51:34 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> Message-ID: I play it by year, it's too late to order an ordinary ticket now, however I can call and ask if there are any leftovers. I will not go to the conference however it would be nice if I can go to the meeting with you guys at the hotel. ggt 2008/7/3 Bob Patin : > GGT, are you gonna make it over for Devcon? You'd said you were going to > consider the trip... > > > > Bob Patin > Longterm Solutions > bob@longtermsolutions.com > 615-333-6858 > http://www.longtermsolutions.com > FileMaker 9 Certified Developer > Member of FileMaker Business Alliance and FileMaker TechNet > > INSTANT MESSAGING: > AIM or iChat: longterm1954 > > -------------------------- > Contact us for FileMaker hosting and programming for all versions of > FileMaker > PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting > > On Jul 3, 2008, at 12:03 PM, Gjermund Gusland Thorsen wrote: > >> Sunday is a day for free thinking and no interference... >> >> 2008/7/3 Chris Hansen : >>> >>> Hi all, >>> >>> First off, sorry about the avalanche. Had a corrupt DB in the mail >>> server >>> this AM, so didn't see the avalanche until I got that fixed :-/ >>> >>> Please note that I WILL be at DevCon, I just don't do Sunday business >>> meetings (hence the Monday FX.php meeting.) I'd be happy to share; any >>> requests Bob? >>> >>> --Chris >>> >>> On Jul 3, 2008, at 9:54 AM, Bob Patin wrote: >>> >>>> Hi guys, >>>> >>>> I'm hoping this doesn't cause another obnoxious avalanche... >>>> >>>> I'll be in early on Sunday, so would be glad to help out with any >>>> arrangements. >>>> >>>> I don't have any sort of presentation in mind, just thought I might show >>>> some of my favorite web apps of late... >>>> >>>> If Chris Hansen were coming to Devcon, I'd love to hear him speak about >>>> FX, if he were so inclined... Chris, you out there? :) >>>> >>>> Thanks, >>>> >>>> Bob Patin >>>> Longterm Solutions >>>> bob@longtermsolutions.com >>>> 615-333-6858 >>>> http://www.longtermsolutions.com >>>> FileMaker 9 Certified Developer >>>> Member of FileMaker Business Alliance and FileMaker TechNet >>>> >>>> INSTANT MESSAGING: >>>> AIM or iChat: longterm1954 >>>> >>>> -------------------------- >>>> Contact us for FileMaker hosting and programming for all versions of >>>> FileMaker >>>> PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting >>>> >>>> >>>> On Jul 3, 2008, at 12:32 AM, Steve Winter wrote: >>>> >>>>> Hi Joel, >>>>> >>>>> I'm reluctant to respond since it'll probably mean that we double the >>>>> number >>>>> of messages that the list is getting from that Muppet Paul (can someone >>>>> unsubscribe him quick...?) but here goes... >>>>> >>>>> If aiming for 7:30 - 9:30 last year meant things got started a little >>>>> late, >>>>> I suspect that trying to do things any early is just going to result in >>>>> another late start...?? Personally I reckon it'd be best to aim for a >>>>> later >>>>> time ie 7:30, and do our best to get started on time, rather than aim >>>>> for >>>>> something even earlier with the expectation of starting 'some time >>>>> after >>>>> 7'... I'll be at the hotel by about 6 (latest) so if you need a hand >>>>> getting >>>>> anything organised just let me know... >>>>> >>>>> Just my 2p worth... >>>>> >>>>> Cheers >>>>> Steve >>>> >>>> _______________________________________________ >>>> FX.php_List mailing list >>>> FX.php_List@mail.iviking.org >>>> http://www.iviking.org/mailman/listinfo/fx.php_list >>>> >>> >>> _______________________________________________ >>> FX.php_List mailing list >>> FX.php_List@mail.iviking.org >>> http://www.iviking.org/mailman/listinfo/fx.php_list >>> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > From bob at patin.com Thu Jul 3 12:56:56 2008 From: bob at patin.com (Bob Patin) Date: Thu Jul 3 12:58:37 2008 Subject: [FX.php List] Preferred time for Sunday DevCon PHP meeting? In-Reply-To: References: <718FC559-6443-4F1E-83F2-A236C27D722A@earthlink.net> <002701c8dcce$357e4320$0100a8c0@bluecrocodile.co.nz> <549237A3-35E6-4F3E-B843-D6289048F79C@patin.com> Message-ID: <1EC29E7C-7962-4C28-A2A3-130596B33912@patin.com> GGT, Certainly fine with me... I don't know how FMI would feel about it though, since they're providing the room. Any thoughts on that, guys? On Jul 3, 2008, at 1:51 PM, Gjermund Gusland Thorsen wrote: > I play it by year, it's too late to order an ordinary ticket now, > however I can call and ask if there are any leftovers. > > I will not go to the conference however it would be nice if I can go > to the meeting with you guys at the hotel. > > ggt > > 2008/7/3 Bob Patin : >> GGT, are you gonna make it over for Devcon? You'd said you were >> going to >> consider the trip... >> >> >> >> Bob Patin >> Longterm Solutions >> bob@longtermsolutions.com >> 615-333-6858 >> http://www.longtermsolutions.com >> FileMaker 9 Certified Developer >> Member of FileMaker Business Alliance and FileMaker TechNet >> >> INSTANT MESSAGING: >> AIM or iChat: longterm1954 >> >> -------------------------- >> Contact us for FileMaker hosting and programming for all versions of >> FileMaker >> PHP ? Full email services ? Free DNS hosting ? Colocation ? >> Consulting >> >> On Jul 3, 2008, at 12:03 PM, Gjermund Gusland Thorsen wrote: >> >>> Sunday is a day for free thinking and no interference... >>> >>> 2008/7/3 Chris Hansen : >>>> >>>> Hi all, >>>> >>>> First off, sorry about the avalanche. Had a corrupt DB in the mail >>>> server >>>> this AM, so didn't see the avalanche until I got that fixed :-/ >>>> >>>> Please note that I WILL be at DevCon, I just don't do Sunday >>>> business >>>> meetings (hence the Monday FX.php meeting.) I'd be happy to >>>> share; any >>>> requests Bob? >>>> >>>> --Chris >>>> >>>> On Jul 3, 2008, at 9:54 AM, Bob Patin wrote: >>>> >>>>> Hi guys, >>>>> >>>>> I'm hoping this doesn't cause another obnoxious avalanche... >>>>> >>>>> I'll be in early on Sunday, so would be glad to help out with any >>>>> arrangements. >>>>> >>>>> I don't have any sort of presentation in mind, just thought I >>>>> might show >>>>> some of my favorite web apps of late... >>>>> >>>>> If Chris Hansen were coming to Devcon, I'd love to hear him >>>>> speak about >>>>> FX, if he were so inclined... Chris, you out there? :) >>>>> >>>>> Thanks, >>>>> >>>>> Bob Patin >>>>> Longterm Solutions >>>>> bob@longtermsolutions.com >>>>> 615-333-6858 >>>>> http://www.longtermsolutions.com >>>>> FileMaker 9 Certified Developer >>>>> Member of FileMaker Business Alliance and FileMaker TechNet >>>>> >>>>> INSTANT MESSAGING: >>>>> AIM or iCh