I am finally getting better with Wordpress but wondering if anyone can answer this question.
I am using a php include for a short review of poker sites that I use on many pages. The code I am using is this:
<?php include(ABSPATH.'/wp-includes/phps/pokerhost.php'); ?> (you can see it live at www.usalegalpoker.net)
It works but I have to write it in the "HTML" mode for the page or post which is fine. However if I switch back to the "Visual" mode and publish the page or update the page the info dissapears and when I look at in "HTML" mode again the above code turns to "&nspb;".
Is there a way around this? I have to think there is but I have Googled stuff to try to fiqure it out with no luck.
Any help much apprieciated.