View Single Post
Old 11-24-2008, 09:21 AM   #1 (permalink)
jetnet1
The Visitor
Newcomer 
 
Join Date: Nov 2008
Posts: 1
Thanks: 2
jetnet1 is on a distinguished road
Default problem getting data from the html table

hello everyone,im new in this site......

and im starting to study in web programming..

i have a little bit problem with the table and i dont know how?...
please help me....

this is my problem......

i want to get a data on the html table but i dont know how.....

example:
<table>
<tr>
<td><a>me</a></td>
</tr>
</table>


i want to get to me data so that i can filter it content
but i dont know how to get the data which is on the html table row....

$result = mysql_query("Select * from exer where field1='[i dont know how to get the data on the html table]");

please help me....

thank you in advance.........................
jetnet1 is offline  
Reply With Quote