Search results

  1. I

    Is JavaScript and PHP hard to learn?

    They're easier than everything else: i'd start with javascript, because you'll need an apache server to run php... When you get there just download xxamp, you don't need to purchase an actual server (if you haven't registered a domain and you have a low userbase your computer should do fine at...
  2. I

    Is JavaScript and PHP hard to learn?

    They're easier than everything else: i'd start with javascript, because you'll need an apache server to run php... When you get there just download xxamp, you don't need to purchase an actual server (if you haven't registered a domain and you have a low userbase your computer should do fine at...
  3. I

    i need help with this html/javascript/function code!!!!?

    You don't actually have a messageArea element yet. I'd just add a div called messageArea: <div id="messageArea"></div> and change the last .value (the one for the message area element) to a .innerHTML
Back
Top