Search results

  1. L

    PHP, I am new and confused!?

    Hello, I am making a simple game with Javascript. The first page you see let's you choose a name.. Here is the code: <form action="fuzzy.php?check" method="post"> Choose a name for your character: <input type="text" name="name" /><br /> <input type="submit" value="Submit" /> </form>...
  2. L

    Someone who know's PHP?

    Hello, I am making a simple game with Javascript. The first page you see let's you choose a name.. Here is the code: <form action="fuzzy.php?check" method="post"> Choose a name for your character: <input type="text" name="name" /> <input type="submit" value="Submit" /> </form> So it echo's...
  3. L

    Need urgent help with PHP/MySQL?

    Hey, I am making something for my school. I would like to make it so when you log in there is note's section. You can write in the note section and then save the notes. How would I do this? Then next time you logged in your notes would be there. I really hope someone can help as this is urgent...
  4. L

    Help with PHP profile picture?

    Hello, I have made a website and I just finished the Log In for it. When you log in it say's your name. I would like to make so that I can make different account's have different picture's when they log in. I do not need the user to upload or be able to change the picture. I just need to be able...
  5. L

    PHP profile picture!?

    Hello, on PHP I would like to make certain users have a certain picture. They would not need to upload the picture and be able to change it etc, I just want to be able to make some people have a certain picture on my website. How would I do this? Thanks, Liam
  6. L

    Need urgent help with PHP!?

    Hello, I am making Log in for my site.. I want to make it so when you log in it displays your username by saying 'Welcome, Liam' but when I try this it just says 'Welcome, $user'.. Can anyone help?! Here is the code for the page that says 'Welcome, $user': <?php session_start(); echo...
  7. L

    I have a Php Login/Registration problem help anyone?

    Hello, when I make a members page when I use a coded login, it gives me an error with the information I wanted underneath, like so ( ! ) Notice: Undefined index: username in C:\wamp\www\signuptest\member.php on line 5 Call Stack #TimeMemoryFunctionLocation 10.0005364312{main}( )..\member.php:0...
  8. L

    I am new at PHP, help?!?

    Hello, when I am trying to display somebodies name when they log in on my site this error occurs: Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /hsphere/local/home/c317604/youropenlife.com/index.php on line 87 This is my code: <?php if...
  9. L

    I am new at PHP, help?!?

    Hello, when I am trying to display somebodies name when they log in on my site this error occurs: Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /hsphere/local/home/c317604/youropenlife.com/index.php on line 87 This is my code: <?php if...
  10. L

    HTML/JQuery question..!?

    Hey, I am currently working on my site but I would like to change something about it which I do not know how to! When you click on the search bar on Yahoo Answers or most other big site's the word 'search' will disappear. Does any body know how to do this? The id of the textarea I would like to...
Back
Top