This is coming soon!

Can it be made only with html?

Discussion in 'Programming Help & Discussion' started by TheUninvited, Jun 28, 2012.

Oh noes!

You need 20 posts to be able to download resources, post links and other things. Read more...
  1. TheUninvited Active Member

    Like to put a table with

    Username:
    Password:

    Entering on a url and connecting like to make a login box.only with html?but mostly to work to put the websites url and put the account and connecting?
  2. cheeseface ¢ℓαѕѕιƒιє∂..

    yes it can be done with just html and css, you will need a php file to post the form to.
    • Like Like x 1
    Loading...
  3. TheUninvited Active Member

    so it requires and php .
  4. SEO Member

    You obviously need to use PHP to connect your form to the database.
  5. Darthmaul Uncle Darth

    Required: HTML & PHP
    To make the form look and feel better, you can add CSS and Javascript as well ;)
    • Like Like x 1
    Loading...
  6. Clarkie AF Power User

    You may be able to get away with HTML5 (possibly needing Javascript) but anything connecting to the database will need PHP.
    • Like Like x 1
    Loading...