Re: [PHP] Time code!!!

2003-01-20 Thread Justin French
Please post in raw text, not HTML. ?php echo date('d m y'); ? look in the manual to decide what format you need to replace 'd m y' with: http://php.net/date The welcome back bit all depends on cookies, sessions, how your login scripts work, etc etc. Justin on 20/01/03 12:46 PM, Karl James

Re: [PHP] Time code!!!

2003-01-20 Thread Larry E. Ullman
does anyone have the code to where i can have the time printed on my home page like for example  Monday, January 19, 2003 The PHP Manual has this code, under the date() function (www.php.net/date). echo date (l, F j, Y);  also I want to have it state when the users login in it says welcome

RE: [PHP] Time code!!!

2003-01-20 Thread David Freeman
Hi Karl First up, would you mind posting your messages in plain text instead of html format? It's just a courtesy to the rest of us. does anyone have the code to where i can have the time printed on my home page like for example Monday, January 19, 2003 Sure, check out the date()