943,733 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 2966
  • PHP RSS
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Mar 22nd, 2007
0

Re: Simple PHP Question

its simple you didnt cole yopur <table > tag.


your php code put it our=tside the tavble tag
Reputation Points: 11
Solved Threads: 1
Junior Poster
anastacia is offline Offline
142 posts
since Nov 2004
Mar 22nd, 2007
0

Re: Simple PHP Question

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");

to

echo date("H:i") . " ";
echo gmdate("M d Y") . "<br/>";


That will put a space between the time and the date,
and will put a HTML line break before the Visitor message.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
JEofVB is offline Offline
1 posts
since Jun 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: What will a flash xml socket connect to - please help - insanity is near
Next Thread in PHP Forum Timeline: session question





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC