472,111 Members | 1,931 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,111 software developers and data experts.

linking Mysql to HTML

How can i link my database in Mysql to HTML, so that the data in the database shows up in HTML in a table?
Apr 13 '07 #1
3 1574
code green
1,726 Expert 1GB
By using PHP
Apr 16 '07 #2
So if i was to use PHP to link Mysql and HTML, then could i edit all the information in Mysql through HTML without having to use Mysql?
Apr 16 '07 #3
code green
1,726 Expert 1GB
You would use php mysql functions to connect and dowload data from your database. And use php to create your html output. Edit the output in a HTML form. On submitting the form use php functions again to UPDATE your database
Apr 16 '07 #4

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

1 post views Thread by Bruno | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.