Jump to content

how to save html table data to mysql database using php


leo.calimutan

Recommended Posts

Normally you don't extract the data from an HTML table, you feed it to the database through a form. I'd suggest learning about PHP and MySQL first.

Link to comment
Share on other sites

Actually sir, I already tried to insert record using textboxes using php and mysql. I already try to display data from mysql to table.

 

# First Name Last Name City 1 Karthikeyan K Chennai 2 Facebook Inc California 3 W3lessons Blog Chennai, India

 

just like this figure. I want to save this column to database: id,firstnam,lastname,city

 

 

 

 

Link to comment
Share on other sites

Actualy sir im newbie to php and i dont know how to manipulate html table. But im okay to mysql database just because I already use it for almost 5 years in vb.net programming. Actually the syntax in sql query statement are almost the same. I need help sir on this table. I really appreciated your help..thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...