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
Fed up with nme yet?
Moderators: egami, macek, gesf
- swirlee
- Moderator
- Posts: 2257
- Joined: Sat Jul 05, 2003 1:18 pm
- Location: A bunk in the back
- Contact:
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.
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.