About 713,000 results
Open links in new tab
  1. javascript - Creating simple database/way to store html information for ...

    Jun 21, 2020 · I made a database with MySQL and made a user table that holds the field for password and username, and I hosted the database with MyPHPAdmin, a great program to hosts and use to …

  2. How to populate HTML dropdown list with values from database

    as part of a HTML form I am creating I would like to have a dropdown list which will list all the usernames in my database. I thought the following code would do the trick but the dropdown list is...

  3. php - Create HTML table from sql table - Stack Overflow

    Aug 14, 2012 · Duplicate of outputting values from database into html table PHP, PHP create HTML table from databse, and about a dozen others.

  4. How to make a local offline database - Stack Overflow

    I'm making a to-do list application with HTML, CSS, and JavaScript, and I think the best way for me to store the data would be a local database. I know how to use localStorage and sessionStorage, and I …

  5. database search function on an HTML page possible?

    Jan 27, 2015 · I want to know if it is possible to create a search feature (search box) on an HTML webpage that will query a database and return the results? Basically I have a database of products …

  6. How to generate a HTML page dynamically using PHP?

    Feb 14, 2013 · I was wondering if/how I can 'create' a html page for each database row? You just need to create one php file that generate an html template, what changes is the text based content on that …

  7. How to create a new database using SQLAlchemy? - Stack Overflow

    Create a new database or just tables? I've not come across many ORMs that actually create databases.

  8. javascript - How to link MySQL to html - Stack Overflow

    Feb 29, 2012 · Tutorial to use an HTML web-page to interact with a MySQL database using PHP The tutorial takes you through establishing a mysql connection using php on a web page, connecting to a …

  9. Can you use SQL to make a database for a HTML website?

    Nov 16, 2020 · SQL is a language used to perform queries in a database (inserting data, deleting, searching, etc.). To use it to display data on your website you would also need to learn some other …

  10. php - How to get a HTML Form to query and produce results from …

    Jan 26, 2013 · The code below works in terms of it links my text-field to my database but I can't get my text-field and my select box to link and query the database, only one or the other.