Hi,
I have a php script that is basically:
<?php echo "Bobby" ?>
(Actually the Bobby is obtained from a database, but the principle is the same.
I would like to display this text from within an html page.
A made up example if the text returned was a site visitors first name givin that an id was stored in a cookie and the above php file was called username.php, how can I write some HTML code such that Bobby would be displayed alongside "Welcome back, " with the same font and colour etc?
The closest I have come to so far is to use an object tag, but I have no control over the font that way.
I hope the question is clear.
Thanks,
Mike