Hello again - thanks for the input so far. Yes I realise my code is not good - loooong way to go....... Here is the print portion
sub print_output{ print<<HTML; <HTML><HEAD><TITLE>Modify 1 Script</TITLE></HEAD> <BODY BGCOLOR="#F1EDD3"> <FORM ACTION="modify2.cgi?$saved" METHOD="Post"> <CENTER><FONT SIZE=6 FACE=ARIAL>Modify Record</FONT></CENTER> <HR WIDTH=80%> <P> <CENTER><TABLE BORDER=1 CELLSPACING=0> <TR> <TD BGCOLOR="#D7D3B9" COLSPAN=2><FONT FACE=ARIAL SIZE="4"> <CENTER>ebme modify form</CENTER> </FONT></TD> </TR> <TR> <TD BGCOLOR="#D7D3B9"> <FONT FACE=ARIAL SIZE="2"><B>Comp Name:</B></FONT> </TD> <TD><INPUT TYPE=TEXT SIZE=32 NAME="comp" VALUE=$comp></TD> </TR> <TR> <TD BGCOLOR="#D7D3B9"> <FONT FACE=ARIAL SIZE="2"><B>Device type:</B></FONT> </TD> <TD><INPUT TYPE=TEXT SIZE=32 NAME="device" VALUE=$device></TD> </TR> <TR> <TD BGCOLOR="#D7D3B9"> <FONT FACE=ARIAL SIZE="2"><B>Model Name:</B></FONT> </TD> <TD><INPUT TYPE=TEXT SIZE=32 NAME="model" VALUE="$model"></TD> </TR> <TR> <TD BGCOLOR="#D7D3B9" COLSPAN=2><CENTER><INPUT TYPE=SUBMIT VALUE= +"Modify Record"></CENTER></TD> </TR> </TABLE></CENTER> <P> <HR WIDTH=80%> <P> <CENTER> <FONT SIZE=4 FACE=ARIAL> <A HREF="../../search.htm">Main Page</A> </FONT> </CENTER> </FORM> </BODY></HTML> HTML } # End

In reply to Re: mysql no records after space by drivle
in thread mysql no records after space by drivle

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.