Jump to content

nurulfarhanahmm

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

nurulfarhanahmm's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. dauruk0512: exactly like your link.....Just, the data like name,student id, address and postcode already in the mysql database. I just don't know how to select the data and make then show up in the correct column in the table. COBOLdinosaur: I also don't know how to write the code. That's why i need your help. i know how to populate mqsl data from database to be output as a table. But in this case, the html table have been developed, i just need to output the data from database to the correct column in the table.
  2. <body><table width="442" border="1"> <tbody> <tr> <td width="81">Name:</td> <td width="111"> </td> <td width="92">Student ID:</td> <td width="130"> </td> </tr> <tr> <td>Address:</td> <td colspan =3> </td> </tr> <tr> <td colspan=2> </td> <td>Postcode:</td> <td> </td> </tr> </tbody></table></body>
  3. I have developed a html template using table, something like below. I'm having problem to insert the data from mysql to be inserted in specific column in the html table. Could anybody help me.. _________________________________________________________________________ |Name: | |Student ID:| | |Address: | | | |Postcode:| |
×
×
  • Create New...