Jump to content
MakeWebGames

Blade Maker

Members
  • Posts

    518
  • Joined

  • Last visited

Everything posted by Blade Maker

  1. Can someone help me set up a free web host, or can someone set one up so I can learn php on it?   If this is in the wrong place, you can move it sorry.
  2. Blade Maker

    Help

    Does anyone have a web host that I can use part of to practice php?
  3. Blade Maker

    Help

    So can I view it without downloading?
  4. Blade Maker

    Help

    Do I need to download a server? or can I use notepad?
  5. Blade Maker

    Help

    ?Buttons that do nothing pop up?
  6. Blade Maker

    Help

    Someone is teaching me PHP and he is not on right now. He left me with this:   and if you want a script to do something when someone clicks a certain button youd go like this <?php switch($_GET['action']) { case 'testfunction': test_function(); break; } function Test_function() { if ($test==1) print "Ze test works!!!"; else die ("Ze test isn't working"); } ?> then whenever the function opened if $test (a variable ) =1 it would say "Ze test works!!!" and if test equaledd anything else it would say "Ze test isn't working. then you could change whats in the Print quotes to change the message and change the $test variable to change what variable its checking. you could also change the =1 to another number or something like > or != which means doesn't equal. now to run this function you could go like this print "<form action='file.php?action=testfunction' method='post'> <input type='submit' value=test function' /></form>"; put that in your file (but outside your function) and it would make a button called "test function" and when clicked it would open the "test_function" function     Can someone help explain this? Thanks.
  7. Blade Maker

    Teach me?

    Okay, guess you are right.
  8. Blade Maker

    Teach me?

    No, none, why how much would it cost? I was hoping for free, plus my parents would not let me pay for this.
  9. Blade Maker

    Teach me?

    Can anybody teach me php? Different things in different days maybe?
  10. How do I do it in notepad? Only some scripts work.   <html> <body> <?php echo "Hello World"; ?> </body> </html> it will not show it in firefox. Will not work.
  11. Is that kjv? Are you a christian? I might be able to find someone for you.
  12. I taught myself HTML, I want to teach myself PHP also.
  13. cj you said you were going to help me.
  14. Glad you found out. In case you did not know I sent you a pm.
  15. What would the name be of it I want to learn how to make it.
  16. Tribalwars.net What kind of graphics is tribalwars.net if you look at the screen shots it shows you there graphics is it 3d? or really good 2d?
  17. I need someone to help me and teach me how to make graphics please reply asap thanks.
  18. How do you make a 3d town for a game like this:
  19. Do you need a website to start to build a game?
  20. How long has this site been up?
  21. I am wanting to make a browser based game but, I do not know where to start or anything, I heard you need php can you do php in notepad? Please if anyone can help me make a game for free please let me know.   Also, I want the game to have graphic pictures like tribalwars.net
  22. All I know is html, where do I start in making a browser based game and what other stuff do I need to know?
  23. Is it possible to not download anything for now? If not what do I need to download?
  24. Is there any lessons on how to make a browser based game?
×
×
  • Create New...