Friday, April 2, 2010

Help - PHP Link Error??

Am using Dw with PHP and MySQL to set up a login page. When I do a 'check links sitewide' action before posting to my web server it comes up as having this broken link %26lt;?php echo $loginFormAction;?%26gt;.

How do I fix it? Have I done something silly in the code?

%26lt;div id=''mainContent''%26gt;
%26lt;h2%26gt;?lt;/h2%26gt;
%26lt;h2%26gt;Please Log In%26lt;/h2%26gt;
%26lt;form id=''form1'' name=''form1'' method=''POST'' action=''%26lt;?php echo $loginFormAction;?%26gt; ''%26gt;
%26lt;table width=''0'' border=''0'' cellpadding=''10''%26gt;
%26lt;tr%26gt;
%26lt;td nowrap=''nowrap''%26gt;Username:%26lt;/td%26gt;
%26lt;td%26gt;%26lt;label%26gt;
%26lt;input type=''text'' name=''user_name'' id=''user_name'' /%26gt;
%26lt;/label%26gt;%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;tr%26gt;
%26lt;td nowrap=''nowrap''%26gt;Password:%26lt;/td%26gt;
%26lt;td%26gt;%26lt;label%26gt;
%26lt;input type=''password'' name=''user_password'' id=''user_password'' /%26gt;
%26lt;/label%26gt;%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;?lt;/td%26gt;
%26lt;td%26gt;%26lt;label%26gt;
%26lt;input type=''submit'' name=''Submit'' id=''submit'' value=''Log In'' /%26gt;
%26lt;/label%26gt;%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
%26lt;/form%26gt;
%26lt;p%26gt;?lt;/p%26gt;