Jump to content

teisenhood

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

teisenhood's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. AH! ok that makes much more sense. but, that actually brings me to another problem. i'm doing all of this for a website im making, and i ahave a program called putty to actually upload everything to the server. however, it asks for a login and password and i have no idea what that would be because i never made one. i've done this in the past but it was three or four years ago and i have since forgotten most of it.
  2. i'm definitely using .php, but i have no idea if i'm on a hosting plan. i'm a kid with a laptop. what ever that entails.
  3. i don't seem to remember having to install anything in the past. oh well, i feel like an idiot, but can you tell me how to go about doing that?
  4. ya when i open it in firefox as well as google chrome it gives me exactly what i just wrote in notepad back. what can i do about that? i'm sure firefox supports php
  5. thanks, but there's another problem. even if i do something as simple as <html> <body> blah blah <?php echo 'hi'; ?> </body> </html> it doesnt show up. any suggestions?
  6. what am i doing wrong? <?php $input_value = a tall order; if ( $input_value == a tall order ) { echo 'Correct!'; } if ( $input_value = err on the side of caution ) { echo 'correct!'; } else { echo 'Sorry, try again.'; } ?> also, once i get this to work i want it to be able to have the input value be a submit form in HTML so that anything the user puts in the box will go through this piece of code to decide what to do with what they put in. Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.