| 
	
 | 
 Posted by Martin Jay on 04/24/06 16:21 
In message <3avk42ha27snejlt1f7q5uvvc35vni2glq@4ax.com>, cover  
<coverlandNOSPAM914@yahoo.com> writes 
>On Sat, 22 Apr 2006 10:59:05 -0700, cover wrote: 
> 
>So I guess in short, what I'm looking for is a single field text 
>search to populate table 3 where the successful query result of this 
>form: 
 
$find=$_POST['equipno']; 
$table = /* name of your MySQL table */ 
 
/* Connect and select your database as in input file */ 
 
$item = mysql_query("SELECT * FROM $table WHERE equipno = '$find'"); 
 
Then: 
$item['id'] is your id; 
$item['date1'] is your first date; 
$item['date2'] is your second date; 
 
etc. 
 
--  
Martin Jay
 
  
Navigation:
[Reply to this message] 
 |