[PHP] Re: phpwiki save button

2002-01-25 Thread Tim Bogart
On Thursday 24 January 2002 10:07 am, Tim Ward wrote: > I think you just need to add the timestamp to the start of the story before > you save it, > i.e. > $content = date("d/m/Y H:i:s - ") . $content; > Where do I put this? I'm still floundering. Sorry. btw...Thanks for all your help so far.

[PHP] Re: phpwiki save button

2002-01-24 Thread Tim Bogart
www.chessish.com > > > -Original Message- > > From: Tim Bogart [SMTP:[EMAIL PROTECTED]] > > Sent: 24 January 2002 15:01 > > To: Tim Ward; [EMAIL PROTECTED] > > Subject:Re: phpwiki save button > > > > On Thursday 24 January 2002 06:

Re: [PHP] RE: phpwiki save button

2002-01-24 Thread Tim Bogart
d to add the timestamp to the start of the story before > you save it, > i.e. > $content = date("d/m/Y H:i:s - ") . $content; > > or am I missing something? > > > Tim > www.chessish.com > > > -Original Message- > > From:

[PHP] Re: phpwiki save button

2002-01-24 Thread Tim Bogart
cleaner->cleanPageRevisions($page); $warnings = $dbi->GenericWarnings(); if (empty($warnings)) { // Do redirect to browse page. // In this case, the user will most likely not see the rest of // the HTML we generate (below). $request->redirect(WikiURL($pagename, false, 'absol