lo que quiero es presentar los datos, de varias tablas en un solo formulario de dreamweaver, para lo cual tengo una tabla, cliente, conyugue, actividad_negocio, referencias, vehiculo, venta. Las cuales se relacionan por ci_clientes, no se como hacerlo, tengo una consulta pero solo me presenta la consulta de una sola tabla y las otras no, aqui les dejo el codigo de mi foormulario donde quiero presentar los datos. por favor ayudenme no se como hacer, primero es una busqueda por ci_cliente, y luego por apellido_cliente, para esto nesecito me muestre todos los datos de todas las tablas cuando ingrese estos campos a buscar, he dado mil vueltas y no se como hacerlo mas!!!!!!!
Código PHP:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<body>
<?php
$a=$_POST['ci_cliente'];
//clientes
$result=mysql_query("SELECT ci_clientes,nombre_clientes,apellidos_clientes,dir_domicilioc,estado_civil,profesion,telf_cliente,vivienda_propia,arrienda,cliente_anterior FROM clientes WHERE ci_clientes=$a",$link);
$row = mysql_fetch_array($result);
//actividad
$result1=mysql_query("SELECT actividad_propia,nombre_actividad,naturaleza_actividad,tiempo_actividad,dir_actividad,telf_actividad,ingresos_mensuales_actividad FROM actividad WHERE clientes_ci_clientes=$a",$link);
$row1 = mysql_fetch_array($result1);
?>
<table width="810" height="1835" border="0">
<tr>
<td width="801" bgcolor="#0000FF"><div align="center"><strong>BUSQUEDA POR CEDULA</strong></div></td>
</tr>
<tr>
<td bgcolor="#999999"><strong>Datos Personales del Solicitante</strong></td>
</tr>
<tr>
<td height="288" bgcolor="#CCCCCC"><div align="center">
<table width="435" border="1">
<tr>
<td width="154">Cedula Ciudadania</td>
<td width="265"><label>
<input name="txt_ci_cliente" type="text" disabled
id="ci"
onkeypress="return acceptNum(event)"
value="<?=$row[ci_clientes]?>"
maxlength="10"
</label> </td>
</tr>
<tr>
<td>Nombres</td>
<td><label>
<input name="txt_nombre_cliente" type="text" />
</label> </td>
</tr>
<tr>
<td>Apellidos</td>
<td><label>
<input name="txt_apellidos_cliente" type="text" >
</label> </td>
</tr>
<tr>
<td>Direccion Domicilio</td>
<td><label>
<input name="txt_dir_domicilio_cliente" type="text" />
</label></td>
</tr>
<tr>
ng></div></td>
<td><input
name="txt_nombre_comercial" type="text"/></td>
<td><input
name="txt_telf_comercial" type="text"/></td>
</tr>
<tr>
</tr>
</table>
</div></td>
</tr>
<tr>
<td bgcolor="#999999"><strong>Personales</strong></td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><div align="center">
<table width="512" border="1">
<tr>
<td width="26"> </td>
<td width="328"><div align="center"><strong>NOMBRES Y PELLIDOS</strong></div></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td bgcolor="#999999"><strong>Datos del Garante</strong></td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><div align="center">
<table width="465" height="170" border="1">
<tr>
<td width="200">Cedula_Ciudadania(*)</td>
<td width="249"><label>
<input
name="txt_ci_garante" type="text" />
</label> </td>
</tr>
<tr>
<td>Nombres(*)</td>
<td><label>
<input
name="txt_nombre_garante" type="text"/>
</label> </td>
</tr>
<tr>
<td>Apellidos (*)</td>
<td><label>
<input
name="txt_apellido_garante" type="text" />
</label> </td>
</tr>
<tr>
<td>Parentesco con el Solicitante </td>
<td><label>
<input
<td height="26">Telefono Domicilio</td>
<td><input
name="txt_telef_domi_garante" type="text"/></td>
</tr>
<tr>
<td height="26">Profesion</td>
<td><input
name="txt_profesion_garante" type="text" /></td>
</tr>
<tr>
<td height="26">Lugar de Trabajo</td>
<td><input
name="txt_lugar_trabajo_garante" type="text" /></td>
</tr>
<tr>
<td height="26">Telefono Trabajo</td>
<td><input
name="txt_telefono_trabajo_garante" type="text" /></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td bgcolor="#999999"><strong>Descripción de Vehículo Vendido</strong></td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><div align="center">
<table width="462" height="52" border="1">
<tr>
<td width="202">Numero de Placa</td>
<td width="244"><input
name="txt_placa" type="text" /></td>
</tr>
<tr>
<td>Marca del Vehiculo</td>
<td><input
name="txt_marca_vehiculo" type="text" /></td>
</tr>
<tr>
<td>Año del Vehiculo</td>
<td><input
name="txt_ano_vehiculo" type="text" /></td>
</tr>
<tr>
<td>Color del Vehiculo</td>
<td><input
name="txt_color_vehiculo" type="text" /></td>
</tr>
<tr>
<td>Numero de Motor del Vehiculo</td>
<td><input
name="txt_num_motor_vehiculo" type="text" disabled
id="txt_num_motor_vehiculo" /></td>
</tr>
<tr>
<td>Numero de Chasis del Vehiculo</td>
<td><input
name="txt_num_chasis_vehiculo" type="text" /></td>
</tr>
<tr>
<td>Detalle del Vehiculo</td>
<td><input name="txt_datalle_vehiculo" type="text" /></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td bgcolor="#999999"><strong>Descripción de la venta</strong></td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><div align="center">
<table width="462" height="52" border="1">
<tr>
<td width="202">Forma de Pago</td>
<td width="244"><input
name="txt_forma_pago" type="text"/></td>
</tr>
<tr>
<td>Precio de Venta</td>
<td><input
name="txt_precio_venta" type="text" /></td>
</tr>
<tr>
<td>Cuota Inicial</td>
<td><input
name="txt_cuota_inicial" type="text" /></td>
</tr>
<tr>
<td>Vehiculo Parte de Pago USD</td>
<td><input
name="txt_vehiculo_parte_pago" type="text" /></td>
</tr>
<tr>
<td>Descripcion Vehiculo</td>
<td><input
name="txt_descripcion_vehiculo" type="text" /></td>
</tr>
<tr>
<td>Saldo</td>
<td><input name="txt_saldo"
type="text" disabled id="txt_saldo" /></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><form name="form1" method="post" action="">
<input type="submit" name="imprimir" id="imprimir" value="Imprimir">
</form></td>
</tr>
</table>
</body>
</html>