On 6 December 2012 09:53, Wayne Morris <span dir="ltr"><<a 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<br>Registered in England (0456 0902) @ 13 Clarke Rd, Milton Keynes, MK1 1LG</pre>
<br>