Gentlemen (BillyRayPreacherSon, Dan, Vragabond),
I thank you from the bottom of my heart.
I took a copy of index.php and saved it as test.php. I then replaced the specific code in the middle with the specific code from articleselect.php, which was one that generated a page that showed a space...
For comparison the PHP for index.php is:
<?php
include("haheader.php");
haheader("Home");
include("html/bodyheader.htm");
include("html/menu.htm");
echo "<div id =\"content\">\n";
include("html/home.htm");
echo "</div>\n";
echo "<div id=\"content-right\">\n";
echo "<div...
Typically: http://www.henleyallotments.org.uk/beta/news.php
The PHP is:
<?php
include("haheader.php");
haheader("Select news");
include("html/bodyheader.htm");
include("html/menu.htm");
?>
<div id = "content">
<h5>News Archive</h5>
<h6>Select one of these news items:</h6>
<?php
if...
Thanks for your response.
That is the validator I have been using, accessed through the Firefox Web Developer toolbar.
This has worked well for identifying html errors, but I would like to understand why it decides to issue various warnings when the Doctype and charset statements should be and...
A relative XHTML and PHP novice, I wonder if this is the forum for this topic:
I am validating the pages of website URL:
http://www.henleyallotments.org.uk/beta/index.php
The pages are generated using PHP statements of the type:
include ("html/content.htm");
so that all pages start (view...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.