Jump to content
xisto Community

beeseven

Members
  • Content Count

    628
  • Joined

  • Last visited

Everything posted by beeseven

  1. I guess most of these would be funniest but there could also be best graphically, stupidest, most innovative, etc. I got this one on Photobucket once: http://forums.xisto.com/no_longer_exists/
  2. I see a lot of people talking like HTML and PHP are exclusive. PHP does not modify what your site looks like. It only changes the content, and you still have to use HTML to tell it what the new content should look like. PHP goes on top of HTML, it doesn't replace it.
  3. Sorry, didn't see this. When you're putting a variable in the address bar, the first variable has to be after a question mark, not an ampersand. Each subsequent variable is after an ampersand. Like this: site.trap17.com/blah.php?hello=yes&goodbye=no&sixtimesnine=42
  4. PHP has a really simple syntax and it's a lot like C. It also interacts with databases really well, and it can manipulate images.It's also got commands for pretty much everything.
  5. Really? I'd think it's used a lot more than it used to be. It also helps with browsers that don't know HTML *coughIEcough* You can do a lot more than I put there, there's a huge number of attributes.
  6. The first picture didn't really turn out that well. Awesome that you included another example to show what it can really do. Very good tutorial.
  7. HotKeyz - http://forums.xisto.com/no_longer_exists/ HotkeycontrolXP - http://www.digital-miner.com/hkcontrol.html Basically they let you set hotkeys that do stuff like start programs or mess with the current window. They both work pretty well, but personally I prefer HKControlXP. An interesting thing I noticed when looking through the license agreement of the first (HotKeyz), apparently they think we can use their software to proliferate and export biological weapons in and from South Africa http://forums.xisto.com/no_longer_exists/
  8. I found it on mysql.com, it's ALTER TABLE [tablename] AUTO_INCREMENT = [number]Just in case anyone wanted to know. By the way, [number] is the number that the next row will take.
  9. Whenever I need to get through something my school blocked I just go to https://www.megaproxy.com/. It goes past all the filters my school has and it's not that much slower. You also keep images and stuff like that.
  10. If it's value appreciated $500,000 in 6 years then that was probably a pretty good value.
  11. I'm making a user system and I had to delete some because the registration was messed up. Now if I try to make another user it'll be at 4 or 5 even though there aren't any more users still in the database. How do I make it so that the next user will be 1?
  12. JSP I think is Java Server Pages. I made a tutorial for CSS that people have been saying is pretty good, but most of them already knew CSS, so tell me if it teaches you anything: http://forums.xisto.com/topic/7777-a-guide-to-css-and-creating-a-stylesheet/
  13. If you mean a file, you can do this: <?php$hello = $_GET['hello'];$file = "info.txt";$handle = fopen($file, 'a'); //Says to open file (or create file) for writing and starts the pointer at the endif(!fwrite($handle,$hello)) //If it can't write{ echo "Could not save information";}else{ echo "Information saved!";}fclose($handle); //Closes file connection?>
  14. Another one is inurl:"view/index.shtml"
  15. It still doesn't mean that spelling isn't important, just that one should be able to read whatever is said (of course this doesn't even apply with typing like "hay gaiz wutz gong on in thi stopicks?"). Online, where no one can see you, spelling is one of the few things that people can judge you on. If you spell as bad as in that example, people will most likely look down on you somewhat. People who try to come across clearly and intelligibly are by nature going to be more respected from the beginning.
  16. If the URL was "myfile.php" and they typed "myfile.php?hello=yes" then in the PHP code you do this: <?php$hello = $_GET['hello'];echo "hello = " . $hello;?>And the output will be "hello = yes"
  17. http://www.meetme.com/ XD This reminds me of when CjayC had a sense of humor.
  18. Short answer: don't use IEI guess you could try to replicate the absolute lengths with percentages, but absolute lengths are weird and don't go across different browsers well.
  19. Maybe you should look at the first page before asking a question. http://forums.xisto.com/topic/7861-simple-shoutbox-i-only-know-the-echo-part-of-php/
  20. It'd work, but is it really a good idea to store the admin passwords in an unencrypted file?
  21. There's really no point to having a phone until high school. It's also rediculous for a ten year old to have one. At 16 you should probably have one, and even more so since your younger sisters have them.
  22. Not at all. It's awkwardly set up, it looks stupid (unless talking into a taco is cool), and there are few games for it (most of which are ports).
  23. Castlevania DS also looks very good. Not 3d, but gr4ph1x don't make a game. It's a direct sequal to Aria of Sorrow and still uses the souls system, but there's a lot of neat touchscreen stuff like drawing spells. Tentative release date August 30th, though
  24. There are over 800,000 words in the English language. That means more than 639,999,200,000 combinations.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.