Fed up with nme yet?

A

Anonymous

Guest
Right I've got it all working, a couple of 'problems' though
How do I get the results to have spaces between them? or for the result to apear on the next line?
bacuase at the moment my results look like:

ChrisKay123456
and I'd like them to look like:

Chris Kay
Tel: 123456

my code incase you want it is:

echo $row['FirstName'];
echo $row ['LastName'];
echo $row ['TeleNo'];

Next is how do I format the results, ie change the font size / colour / alignment, is it them same as html? I tried it, but it didn't work... any ideas?
cheers
Chris
 
This, apparently, is the question of the week.

http://www.php-forum.com/p/viewtopic.php?t=2658
http://www.php-forum.com/p/viewtopic.php?t=2758

And concerning formatting, just use HTML as you ordinarily would.
 
Back
Top