Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
To both put a space character between your time and date, and to break the line between the Date/Time and the Visitor count change the lines: echo date("H:i"); echo gmdate("M d Y"); [COLOR=Black]to[/COLOR] [COLOR=Blue]echo date("H:i") . " "; echo gmdate("M d Y") . "<br/>";[/COLOR] [COLOR=Black]That will put a space between …
The End.
JEofVB