php-general Digest 16 Nov 2008 13:51:04 -0000 Issue 5793

2008-11-16 Thread php-general-digest-help
php-general Digest 16 Nov 2008 13:51:04 - Issue 5793 Topics (messages 283325 through 283331): Days until Easter and Christmas 283325 by: Ron Piggott 283328 by: David Robley Re: ability to find include files... 283326 by: Andrew Ballard 283330 by: Richard

php-general Digest 17 Nov 2008 06:44:18 -0000 Issue 5794

2008-11-16 Thread php-general-digest-help
php-general Digest 17 Nov 2008 06:44:18 - Issue 5794 Topics (messages 283332 through 283338): Re: Another question about Google maps 283332 by: Michael Kubler 283334 by: tedd Re: Days until Easter and Christmas 28 by: tedd 283335 by: tedd 283336

Re: [PHP] ability to find include files...

2008-11-16 Thread Richard Heyes
starting to go through a debug/understanding session of a couple of php web apps. i'm wondering if there's any kind of tool/method that i can use to see which files are accessed/included/required when a given page is displayed.. this would allow me to quickly understand the flow of the apps.

Re: [PHP] ability to find include files...

2008-11-16 Thread tedd
At 3:07 PM -0800 11/15/08, bruce wrote: Hi list... starting to go through a debug/understanding session of a couple of php web apps. i'm wondering if there's any kind of tool/method that i can use to see which files are accessed/included/required when a given page is displayed.. this would

Re: [PHP] Another question about Google maps

2008-11-16 Thread Michael Kubler
Well, it shows up for FFox v2 and v3 on Windows XP as well. I managed to replicate it by shift+refreshing the page. I also managed to stop it mid load by setting Firefox to 'Work Offline' just as it displayed the flash of both boxes. Using the Web Developer plugin for FFox I can tell you that

Re: [PHP] Days until Easter and Christmas

2008-11-16 Thread tedd
At 6:51 PM -0500 11/15/08, Ron Piggott wrote: Is there a way to modify this code so it will always be the *next* Christmas and Easter? ?php $todays_date_seasonal_format = DATE(Y-m-d); $next_Christmas = DATE(Y) . -12-25; $next_Easter = date(D d M Y, strtotime(2009-03-21 +.easter_days(2009).

Re: [PHP] Another question about Google maps

2008-11-16 Thread tedd
At 1:29 AM +1030 11/17/08, Michael Kubler wrote: Well, it shows up for FFox v2 and v3 on Windows XP as well. I managed to replicate it by shift+refreshing the page. I also managed to stop it mid load by setting Firefox to 'Work Offline' just as it displayed the flash of both boxes. Using the

Re: [PHP] Days until Easter and Christmas

2008-11-16 Thread tedd
At 6:51 PM -0500 11/15/08, Ron Piggott wrote: Is there a way to modify this code so it will always be the *next* Christmas and Easter? Also, I forgot to add. Easter lands on different dates depending upon several different factors. For example in Canada it's the day after it is in the USA --

Re: [PHP] Days until Easter and Christmas

2008-11-16 Thread Yeti
I guess Canadians are slower, eh? :-) LOL -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mySQL query question

2008-11-16 Thread Chris
Jim Lucas wrote: [EMAIL PROTECTED] wrote: Ok, so just that I am clear, you are SELECTing and pulling all the data that you are submitting in the above INSERT statement from the DB initially, then you are only modifying the confirm_number value and then re- submitting all the values, as they

Re: [PHP] mySQL query question

2008-11-16 Thread Jim Lucas
Chris wrote: Jim Lucas wrote: [EMAIL PROTECTED] wrote: Ok, so just that I am clear, you are SELECTing and pulling all the data that you are submitting in the above INSERT statement from the DB initially, then you are only modifying the confirm_number value and then re- submitting all the

Re: [PHP] user access/roles/privs functionality

2008-11-16 Thread Thodoris
On Sat, Nov 15, 2008 at 11:21 AM, bruce [EMAIL PROTECTED] wrote: Hi list... I need a way of managing users/teams/etc.. implementing roles/access rights/privs,etc... I'd like a way of being able to have users report to the resource above them, ie, the ability to have a hierarchical kind of

Re: [PHP] ability to find include files...

2008-11-16 Thread Thodoris
On Sat, Nov 15, 2008 at 6:07 PM, bruce [EMAIL PROTECTED] wrote: Hi list... starting to go through a debug/understanding session of a couple of php web apps. i'm wondering if there's any kind of tool/method that i can use to see which files are accessed/included/required when a given page