Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. try putting this code in the head of only the page you want the width to be different: <style type="text/css">textarea {width:50%;}</style>
  2. I use 98 for almost everything. I have one XP computer, but it's a piece of junk, so mainly I use 98, and I haven't had any problems with it.
  3. where did all this code you're making textareas with come from?
  4. so what images do you still need? by the way, the text is kind of small. maybe you should zoom it in a little.
  5. actually, there is a programmin language that is specific to that kind of game, if your not too set on using PHP. it's called Inform.
  6. hey, I could help with the graphics if you still need it. I am not very advanced, but I think I can do something like that.that is, if the images can be created with a regular program and not flash.
  7. Little Goat

    Textarea autogrow

    onkeypress="this.size=this.value.length+1"add that attribute. (I have not tested it.)
  8. this can't be done with php. php does stuff when the page loads. to change it without refreshing the whole page, you need Javascript.
  9. maybe XAMPP is configured differently from dcole's server.
  10. no, if you do just that, then on the next page if you say echo $_GET['variable'] it will output value.
  11. no, he maens make a php file act like a folder such as index.php/hi/ displays something different from index.php.I've seen it too.
  12. do this: <a href="yourpage.php?variable=value">hi</a>then on yourpage.php you can access that variable with $_GET['variable']
  13. yea, it shows folders that I have NO idea what they are, such as usr, bin, and stuff like that.
  14. my problem is I don't know the path. do I have to ask my host, or is there some way to find out?
  15. thanx, guys. I really feel like a noob now; I can't even figure out where I am supposed to put my files! I downloaded smartftp, but it sounds like coreFTP is better once I really get into it.Edit: does anyone know how to get to my space after I log on to the ftp server? I use dcole.ath.cx for hosting.
  16. what about when RahXephon added OT: to his question about hairnets? (was that a mod?)
  17. Hi, can anyone recommend an ftp program for me? I need one that you can download free off the internet.thnx,Caleb
  18. so you want someone to help with the flash?
  19. so what is it you need? you wan't to convert from html to php? just do this: <?php echo "your html code here" ?>
  20. you must send this header: Content-type:text/htmlanyone correct me if I'm wrong.
  21. Little Goat

    Line breaks w/o "\n"

    were there are line breaks, there is \n.just use that.
  22. does that mean you only want professionals? what is the theme of the game? I think if you want people to help, you should give more info.
  23. well, AJAX (Advanced Javascript And Xml or something like that) would work.
×
×
  • Create New...