View Single Post
  #8 (permalink)  
Old Jun 15th, 2006, 14:29
franknu franknu is offline
Junior Member
Join Date: Jun 2006
Location: usa
Age: 29
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Re: displaying data from my database

it is not going through, here is my html for

PHP: Select all

 
<body onload="initListGroup('vehicles', document.forms[0].make, document.forms[0].type, document.forms[0].model, 'cs')">

<
form action="freedisplay3.phpmethod="post">
<
table width="770" height="121" border="0" align="center" cellpadding="0" cellspacing="0">
 
  <
tr
    <
td height="386" colspan="4" class="buscadorstilo"><table width="770" border="0" cellspacing="0" cellpadding="0">
        <
tr
          <
td height="20" colspan="18" class="buscador-textopequeno"Search TownsFinder&#8482; 
            
with EstateCityCategory or Keyword (ZipArea Code, and more).</td>
        </
tr>
        <
tr
          <
td width="53" valign="middle" class="buscadortxt">State:</td>
          <
td colspan="3" valign="middle"
     <
select name="make" style="width:160px;"></select>
       </
td>
          <
td width="41" class="buscadortxt">City:</td>
          <
td colspan="3">
    
    <
select name="type" style="width:160px;"></select>
       </
td>
          <
td width="71" class="buscadortxt">Category:</td>
          <
td colspan="3"
    <
input name=testfield" type"Categories" size="12"/> </td>
         
    <td width="
68" class="buscadortxt">Keywords:</td>
          
    <td colspan="
4"><input name="textfield" type="Keywords" size="20" /></td>
    
          <td valign="
middle align="center"> <input type="submit" value="Search"></a
          </
td>
        </
tr>
        <
tr
          <
td height="10" colspan="18">&nbsp;</td>
        </
tr>
        <
tr
          <
td colspan="18" class="texto01Copy">Other Popular Cities: <a href="#">UK</a>, 
            <
a href="#">Germany</a>, <a href="#">Spain</a>, <a href="#">Latvia</a>, 
            <
a href="#">Brazil</a>, <a href="#">Australia</a>, <a href="#">Canada</a>, 
            <
a href="#">and more...</a></td>
        </
tr>
      </
table></td>
  </
tr>
  
  
 
  
  
</
table>
</
form
please help, is maybe is not grabbing the info i am typing in
Reply With Quote