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

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

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 valu

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 or

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] 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] 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? "; echo $days_until_Easter . ""; Try this: http://www.webbytedd.com/b2/easter/ It's just an organizational issue. Cheers, tedd -- --- http://sperlin

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] 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 allo

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