Jump to content

Cloud9247

Members
  • Posts

    7
  • Joined

  • Last visited

Cloud9247's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Cloud9247

    HTML forms?

    I suggest, If you have windows, use asp and an access file(.mdb). Or if not windows, go with PHP and MySQL.
  2. you could try dhtml(http://dynamicdrive.com), otherwise the only thing I have been able to do with that is make two different pages, both with different resolutions.
  3. Javascript is incorperated with html, so just make an html table.
  4. the header has to be a seperate file, you can't just save it in with an entire page and expect php to just take out the header. I hope this helps, try saving the desired header as header.html. When you do that, put this one line where you would like the header(at the top of the page most likely):<?php require("header.html");?>and there you go! Simple as that. Please tell me if this has helped you.
  5. yes, I am awae, I am mostly stating that they made it seem really easy, and I already built my web site with it:)
  6. I just want to say Thanx w3schools! you guys are awesome and thanx to you I learned php in less than 2 hours! You guys are awesome!
×
×
  • Create New...