I am recalling info from a Mysql database and would like to display different results in different color, size or alignment within the 'echo' statement. Any help please.
just echo some html, css as well .. <?php echo '<p style="color:#ff0000;">1, this is red</p>'; echo '<p style="color:#00ff00;">2, this is green</p>'; echo '<p style="color:#0000ff;">3, this is blue</p>'; ?> PHP: