Posts
 
Reputation
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
~169 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for jbennet

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 …

Member Avatar for JEofVB
0
169

The End.