Added: 2 years ago
From: flash4real
Views: 4,347
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (17)

Sign In or Sign Up now to post a comment!
  • You said in your last tutorial that future tutorials wont have background music and now theres music?

  • Great video... The music in the background a bit distracting....

  • lol.. it is easy to understand!

  • Great video. You've got a talent for explanation, so I hope you persevere with the pedagogy!

  • Hey. Thanks for the vid.

    In the second line of the code for the form you've left out "type". As in "type = 'text'". That's okay cause the browser understands and it works anyway. But only when there's a space before the "=text". So that incomplete line wouldn't work for everyone.

  • Notice: Undefined index: name in C:\wamp blah blah blah...

    Please help, this message comes up when i hit send, it says hello after the error, but is not finding name, i dont understand where im going wrong????

  • @badboybrennan Copy and paste your code along with the error message please.

  • i did the exact same thing as you did, but i dont get a space between hello and the 'name', i tried to place 2 dots but then an error came and whit one dot there is no space

  • problem, Undefined index:

  • problem

  • sheisr:

    the error was maybe, that you didnt saw the _ charactor from the cursor

    $name = $_POST ['name'];

  • @peromajstore

    Yeah, you're right.

    Php is one of those languages where tiny details can affect the outcome; in this case, the underscore ( _ ) .

  • Great stuff. Thanks!

  • You have to upload this to a server. Php runs on the server side, not the client side. Make sure they are in the same folder on the server, and it should work out for you. Hope that helps.

  • @Goldendust20

    Yes Php is a server side language. However, using a program like WAMP makes things a lot quicker when it comes to testing your scripts. See Tutorial 1.

  • its not working for me my friend, I had the same coding, but there is no text box appearing on the localhost page. please assist.

  • @sheisr That's probably because flash4real didn't include "type" when he specified "= text" for the text box (2nd line of the form code). He did leave a space after "<input" and the clever browser guessed what he meant. If you didn't have that space AND didn't have "type" though, yours wouldn't.

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more