Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I want to display or echo my php mysql data with text decoration like underline or dotted line with css/html
<p style="text-decoration:underline;"> <?php echo $text ?> </p>
anyway you can use css. If this not help, show me your sample code where u use echo.