Jump to content

nideba

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by nideba

  1. Well, that's great. Thank you. What about very sohiscated 3D games? I would like those Role-playing Games like Counterstrike and Warcraft.
  2. nideba

    Remembering Scripts

    Thank You! I will try to use the notebook way.
  3. Can HTML or XHTML interact with SQL? I heard that only PHP can do that, but I wish to ask if HTML is capable of doing that.
  4. nideba

    Remembering Scripts

    I can't really remember the CSS scripts, like linking the CSS file to my HTML file and background color and almost all the CSS scripts. Is there a way to remember?
  5. What about those games like WarCraft or Red Alert?
  6. Can Javascript used to make sohiscated games? Sohiscated games may include 3D games.
  7. nideba

    Blank Code for PHP

    Thanks for helping. I understand the first one, but not the second example for variable. Anyway, it is a great help to me.
  8. nideba

    Blank Code for PHP

    My script was----------------------------------------------------------------------------<html><body><?php$txt="something";$txt2="Something";echo $txt; echo $txt;echo $txt;echo $txt2;echo $txt2;$d=date("D");if ($d=="Mon") echo "Time to work!"; elseif ($d=="Sun") echo "Resting Day!";else echo "Have a nice day!"; <form action="welcome.php" method="post">Name: <input type="text" name="name" />Age: <input type="text" name="age" /><input type="submit" /></form>?></body></html>-------------------------------------------------------------------------------Can this work?In the example you gave,(echo "\r\nsomething1" how can I apply the \r\ to this part?--------------------------------------------------------------($d=date("D");if ($d=="Mon") echo "Time to work!"; elseif ($d=="Sun") echo "Resting Day!";else echo "Have a nice day!"; <form action="welcome.php" method="post">Name: <input type="text" name="name" />Age: <input type="text" name="age" /><input type="submit" /></form>
  9. nideba

    Blank Code for PHP

    What is the Blank code(simlar to html <br>) for PHP? I think it is not in the tutorial. When I try out all the function in all the chapter, I was surprise to see that all the words was in a row. And how can apply the code to my script? Thank you.
×
×
  • Create New...