All I am trying to do is get this working.
I opened my text editor and added this:
<?
$text= "blah blah blah blah blah blah blah blah";
?>
I saved this text file with the extension php. (named it news.php)
Then in DW I created a new page (its XHTML by the way, I’m not sure if that matters) and in the tags I put the following:
<?
include ("news.php");
?>
I uploaded both files to a php supporting server and when viewing the page I put the include code on, I get nothing, just a blank page.
Not sure where I’m going wrong.
Thanks