RE: [PHP] code generation

2005-08-04 Thread Shaw, Chris - Accenture
thanx for the responses, i thought of that but wouldn't changing the system date on your machine be a way of getting around that? Time and Date functions are dependent on the locale settings of your server. This message has been delivered to the Internet by the Reven

Re: [PHP] code generation

2005-08-04 Thread Johan Grobler
yes sorry about that, i was going to ask about code generation but then rephrased the question without changing the subject... thanx for the responses, i thought of that but wouldn't changing the system date on your machine be a way of getting around that? >>> Jochem Maas <[EMAIL PROTECTED]> 08

Re: [PHP] code generation

2005-08-04 Thread Jochem Maas
btw - what has 'code generation' got to do with the question? a oneliner to check 2 dates is not considered code generation - I'd call it 'writing a oneliner' or something similiar :-) [EMAIL PROTECTED] wrote: Couldn't you use a date check with date()? if(todays date < end date) { load the site

Re: [PHP] code generation

2005-08-03 Thread sub
Couldn't you use a date check with date()? if(todays date < end date) { load the site } else { the site has expired } Andrew Darrow Kronos1 Productions www.pudlz.com - Original Message - From: "Johan Grobler" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 03, 2005 11:04 PM Subject: [

Re: [PHP] code generation

2005-08-03 Thread Ligaya Turmelle
Maybe have a cron job that deletes/changes perms to make inaccessible the script after the given date. Johan Grobler wrote: is there a way to limit the time a website is available in php?, if you want to have a database driven website but you would only like it to be active for 6 months for

Re: [PHP] Re: PHP code generation

2003-09-07 Thread Manuel Lemos
: Manuel Lemos [mailto:[EMAIL PROTECTED] Sent: Sunday, September 07, 2003 12:48 PM To: Chris Hubbard Cc: [EMAIL PROTECTED] Php. Net Subject: [PHP] Re: PHP code generation Hello Chris, On 09/05/2003 02:11 PM, Chris Hubbard wrote: I'm working on a code generation project. Is there anyone on the lis

RE: [PHP] Re: PHP code generation

2003-09-06 Thread electroteque
: PHP code generation Hello Chris, On 09/05/2003 02:11 PM, Chris Hubbard wrote: > I'm working on a code generation project. Is there anyone on the list who > has experience building these things, and, would like to discuss > architecture/patterns/structure of code generation off-list?

[PHP] Re: PHP code generation

2003-09-06 Thread Manuel Lemos
Hello Chris, On 09/05/2003 02:11 PM, Chris Hubbard wrote: I'm working on a code generation project. Is there anyone on the list who has experience building these things, and, would like to discuss architecture/patterns/structure of code generation off-list? You may want to take a look at Metastor

Re: [PHP] Re: PHP code generation

2003-09-06 Thread Marek Kilimajer
ade" the applications, or swap out sections of the code with improved code. chris -Original Message- From: Scott Fletcher [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 9:30 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP code generation What are the example of code genera

RE: [PHP] Re: PHP code generation

2003-09-05 Thread Chris Hubbard
-Original Message- From: Scott Fletcher [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 9:30 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP code generation What are the example of code generation project? Are you referring to the generation of the random characters? "

[PHP] Re: PHP code generation

2003-09-05 Thread Scott Fletcher
What are the example of code generation project? Are you referring to the generation of the random characters? "Chris Hubbard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm working on a code generation project. Is there anyone on the list who > has experience building these t