<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      No, it all works.<br>
      echo "      <td width=\"35%\">Tn</td>";<br>
      produces<br>
      Tn<br>
      <br>
      echo "      <td width=\"65%\"><input type=\"text\"
      name=\"workphone\" size=\"25\"
      value=\"".$row["workphone"]."\"></td>";<br>
      <br>
      Produces a input box with the tenants workphone in it, workphone
      being extracted previously from database as variable
      .$row["workphone"]<br>
      <br>
      cheers<br>
      <br>
      <br>
      <br>
      <br>
      On 06/12/2012 10:53, Mark Rogers wrote:<br>
    </div>
    <blockquote
cite="mid:CADK3ZeFwaAxNGhBDHWszmJ_oTFDxjVibH973LqhOF72rXLkmLg@mail.gmail.com"
      type="cite">On 6 December 2012 09:53, Wayne Morris <span
        dir="ltr"><<a moz-do-not-send="true"
          href="mailto:waynelists@machx.co.uk" target="_blank">waynelists@machx.co.uk</a>></span>
      wrote:<br>
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div bgcolor="#FFFFFF" text="#000000">
            <div>View source just shows my original source code as in
              php file.<br>
            </div>
          </div>
        </blockquote>
        <div><br>
        </div>
        <div>This doesn't make sense.</div>
        <div><br>
        </div>
        <div>PHP source:</div>
        <div>    echo "      <td width=\"35%\">Tn</td>";</div>
        <div>should show in the browser source as:</div>
        <div>    <td width="35%">Tn</td></div>
        <div>If this is not happening then your code is not being parsed
          as PHP, which either means that you don't have your server
          configured to parse the files as PHP, or the code in question
          is not being treated as PHP (ie it does not have <?php at
          the start of it).</div>
        <div><br>
        </div>
        <div>However, if all of that were true then I don't see how it
          could possibly work in Firefox or anything else, because even
          if by some miracle the browser parsed enough of it to make
          sense of it, the actual phone numbers would be missing because
          stuff like</div>
        <div>    echo "      <td width=\"65%\"><input
          type=\"text\" name=\"workphone\" size=\"25\"
          value=\"".$row["workphone"]."\"></td>";</div>
        <div>.. doesn't even have a number in it unless PHP parses it to
          substitute $row["workphone"].</div>
        <div><br>
        </div>
        <div>Part of the picture is missing here somewhere.</div>
        <div>-- </div>
      </div>
      <pre cols="78">
Mark Rogers // More Solutions Ltd (Peterborough Office) // 0844 251 1450
Registered in England (0456 0902) @ 13 Clarke Rd, Milton Keynes, MK1 1LG</pre>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Wolves LUG mailing list
Homepage: <a class="moz-txt-link-freetext" href="http://www.wolveslug.org.uk/">http://www.wolveslug.org.uk/</a>
Mailing list: <a class="moz-txt-link-abbreviated" href="mailto:Wolves@mailman.lug.org.uk">Wolves@mailman.lug.org.uk</a>
Mailing list home: <a class="moz-txt-link-freetext" href="https://mailman.lug.org.uk/mailman/listinfo/wolves">https://mailman.lug.org.uk/mailman/listinfo/wolves</a></pre>
    </blockquote>
    <br>
  </body>
</html>