Simple PHP Question

Reply

Join Date: Nov 2004
Posts: 140
Reputation: anastacia is an unknown quantity at this point 
Solved Threads: 1
anastacia's Avatar
anastacia anastacia is offline Offline
Junior Poster

Re: Simple PHP Question

 
0
  #11
Mar 22nd, 2007
its simple you didnt cole yopur <table > tag.


your php code put it our=tside the tavble tag
:lol: I am not one of those who wait for things to happen, :p but one of those who make things happen ;)
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 1
Reputation: JEofVB is an unknown quantity at this point 
Solved Threads: 0
JEofVB JEofVB is offline Offline
Newbie Poster

Re: Simple PHP Question

 
0
  #12
Mar 22nd, 2007
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC