View Single Post
  #1 (permalink)  
Old 12-21-08, 08:25 AM
sidd sidd is offline
Newbie Coder
 
Join Date: Dec 2008
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Question How to read data from <table> with php

Hello Everybody,

I am new with PHP and trying to explore the things with php. here is my problem please

I have a table

<table>
<tr>
<td> name</td>
<td>address </td>
</tr>
<table>

this is the basic structure of my table i put other values in it with help of javasciprt from a other table. I have one more table and user can select from there some name and addresses...on double click of other table i populate this basic table...

Now I want to put these selected name and address in this basich table in database but how i can read these items with php

Please any body can help me for this regards.

wating for a quick reply.

Thanks

Best Regards,

Sidd
Reply With Quote