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
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