TML can it be linked to web and database for users to register online

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pharis
    New Member
    • Mar 2019
    • 2

    TML can it be linked to web and database for users to register online

    HTML can it be linked to web and database for users to register online
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    HTML by itself? No. You will need to learn at least one server side scripting language.

    Comment

    • pharis
      New Member
      • Mar 2019
      • 2

      #3
      OK,what about i use css,my sql

      Comment

      • Rabbit
        Recognized Expert MVP
        • Jan 2007
        • 12517

        #4
        CSS has nothing to do with interacting with a database. MySQL is a database. You will still need to earn a server side scripting language, like PHP, to interact with the database.

        Comment

        Working...