Jump to content

how to getvalue from textbox without submitting ?


chennaibala

Recommended Posts

hi frd,

    how to getvalue from textbox without submitting .

<td align="center"><input id="hidevalue" name="hidevalue" type="text" size="10"></td>

i need these hidevalue to pass in query.

// $hidevalue' =$_POST["hidevalue"]; 

$q2="select id, name from tabname where id='$hidevalue' "; 
$r2=mysql_query($q2); 

 

thanks in advance

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.