I am not sure if you are asking about my post or Chuck S's post. Please clarify.
Make a file and put this in it:
Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Photopost block test</title>
</head>
<body><?php include('photopost/inc_features.php');
echo "$photopostfeature"; ?>
</body>
</html>
|
Save it as test.php. Make sure the path to your inc_features.php file is correct. Upload it to your web site and then run the URL www/yourdomain.com/test.php and see what appears.
You should get something like this:
www.volvoclub.org.uk/test.php
Bob