Forum Moderators: coopster
Welcome to Webmasterworld [webmasterworld.com], Bloke.
<?php echo 'your stuff here';?>- otherwise, you can make PHP output the tablecell itself - or the entire HTML page, for that matter. They are really two separate things, PHP and HTML, although in an actual file they're intertwined - HTML is what the browser gets, tags and content; PHP is just a way of processing information, saving it if you need to, and outputting HTML, wherever you need it - tables, tags, contents, headers, whatever.