echo <"hr/">;
and echo "\n";
and echo "\t";
abhisriv 0 Newbie Poster
Recommended Answers
Jump to Post"echo" means output to the "screen" which could be the actual screen or to the web browswer.
echo <"hr/">; - is syntacticaly wrong and will produce errors. It should be echo "<hr/>"; which would output the HTML code for a horizontal rule (line across the page).
and echo "\n"; …
All 4 Replies
shubhamjain1 7 Junior Poster in Training
ppetree 2 Junior Poster

rajarajan2017
mahesh2011 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.