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() fu
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 b
Please post in raw text, not HTML.
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 ([EMAIL PROTECTED]) wrote:
3 matches
Mail list logo