| | |
Simple PHP Question
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jun 2006
Posts: 1
Reputation:
Solved Threads: 0
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.
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.
![]() |
Similar Threads
Other Threads in the PHP Forum
- Previous Thread: What will a flash xml socket connect to - please help - insanity is near
- Next Thread: session question
| Thread Tools | Search this Thread |
ajax apache api array basics beginner binary broken cakephp checkbox class cms code codingproblem combobox cron curl database date display domain dynamic echo email error file files folder form format forms function functions google href htaccess html image include insert interactive ip java javascript joomla js limit link login mail malfunctioning menu mlm mobile multiple mysql nodes oop outofmemmory paging parse paypal pdf php problem procedure query radio ram random record recursion reference remote return script search server sessions sms source space sql syntax system table tutorial unset up-to-date update upload url validation validator variable video web webapplications websitecontactform youtube





