thanks i dont know how to enable the buffer
i searched google and found that i need to add this to the script
<?php
// Enable output buffering
ob_start();
// Print some output
echo 'Hello World';
// Flush output buffer (thus sends 'Hello World' to the client)
ob_flush();
// Print some more output
echo 'Hi There';
?>
but where to the script do i need to add that to?
can i not just pay you to set it up for me?
so the site is just ready to start adding posts to differnt catagories etc
$20 sound ok to you?
Thanks