Jump to content
xisto Community

matak

Members
  • Content Count

    419
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by matak

  1. If you want to run IE7, and IE6 on machine to test your sites you can use Standalone Edition. Maybe you can google for even better link for DL.
  2. Maybe this could get you started. Link. It's php oop class used to show * host * netname * country * person * address * phone * email But not the phone number. Maybe you can contact author of the blog for more info...
  3. OFFTOPIC:Hmm, i don't get it.. PhpMyAdmin is MySQL manager Tool which is shown in webbrowser. Why bother with easyphp, when you have it at your grasp with plain Firefox?!
  4. What happens when you var dump $ubuildings, and $resultc
  5. Try this WHERE user_id = $userid AND building_id !== NULL or this WHERE user_id = ".$userid AND building_id !== NULL."
  6. You should use While loop While (case==true){echo something} while()
  7. You forgot the if statement, but i would go with foreach too if (case); foreach (stufz){ do stufz } endif; or you can use while with foreach if you need to loop through results while (case) foreach (stufz){ do stufz } endwhile
  8. Try $x=1;while ($songexploded == $result ){echo $congexploded[$x]. '<br>';$x++;}
  9. Html is just a text markup language, and it's used just for that. Php is server side scripting language, and is used for server side scripting. To say that you use HTML over PHP? Hm, that's really not a simple thing to compare. If you just have a bunch of simple text which you want to show on the web, than it's best to go with HTML. But PHP is built for User side comunication, so if you want that your visitors (aka Users) can participate in your site dynamicly you will have to use PHP, or any other server side language (ASP). Of course, even with your knowledge of PHP you will still need to know HTML couse it's the only language used for displaying websites on http protocol. Let's say this <?phpecho "<strong>This text is strong!</strong>";?> is just a simple php code that echoes HTML text.
  10. very nice explanation. haha.. you also feel mad, i just can't guess why.. lol
  11. Just been thinking on a simple analogy to internet and life. If you would say that internet is space, and webistes are stars, than somehow i think it would lose meaning, couse most stars have some sort of planets or thingies that rotate around them.If internet would be space then probably web servers would be stars, and backbone computers would be galaxies.Backbone computers than again are just main bandwith carriers around the world, and they couldn't be compared to galaxies beacouse galaxies are more kind of a collections of stars, and then all web servers would then create galaxies, and planets that rotate around those servers are like planets rotating around sun.Hmm. I guess this idea of internet beeing a space isn't right, and maybe it could be compared to a one big apple tree, with backbones to be larger branches, servers to be smaller branches, and websites to be leaves of the tree. But what would than a fruit be!?I thought that this analogy to internet and real life would be much easier to accomplish, but it doesn't look that way. Could you make a metaphor to internet and something real.Looks like that internet isn't only cold beacouse it's powered by machines, which created us, and our way online life cold by their strict rules, which again we created, and which again should be much warmer couse we are then again sons of nature. Why didn't the man learned to be warm, and balanced like nature, but instead all of it's creations are so cold, and so short termed that when you look at it, it's really hard to compare it to real nature creations, even like stars, galaxies or trees.Maybe that's beacouse we aren't, and we'll never learn how to be warm blooded creatures, and instead of trying to go that way, each day by day we just become more and more distant from the way how we were supposed to be. Heh, if there is hope, for humans, to become one with nature, to think like nature thinks, and to act that way than it's really far far away. The fact that we are more and more becoming like machines, and obay laws that rarely make sense - except the obvius ones - soon i think that were going to even start talking in binary code, like No (0) Yes (1), and those who try to be different - lol, they will certanly be shown to others AS different.Humans vs Nature 0 : infinite
  12. whasuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuup :D

  13. Hello Sarah, I'm Matak.My real name is Ivan, but that doesn't really stand for much. You found a really great hosting forums here at Xisto, and i hope you stay a bunch of time writing interesting posts and stuffz...Interesting personalty i must say! i hope you win an american idol sometimes so you can see what's it all aboutBest wishesMatak
  14. Try this <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"><title>Rune Mods</title></head><body><a href="?mode=idx">Home- Under Construction</a> - <a href="?mode=login">Login</a> - <a href="?mode=register">Register</a><br><?php$page=$_GET['mode'];switch($page){case 'login':include ("login.php");break;case 'register':include ("register.php");break;default:echo "Under Constrution<br /> Please <a href=\"?mode=login\">Login</a> or <a href=\"?mode=register\">Register</a>";break;}?></body></html> You need to escape special characters in echo, and use : instead of ; in case
  15. you don't need to use session if you check for the login in the same file you try to login to.. but that is weird way couse everytime when you try to view that page you would need to reenter your username and password. and how does alextheprogrammer do that "Write his own session scripts" I also want to see an example
  16. why PM ? It would be really great to work on it here, so all users can see it. Maybe togeather we could create a good login script. I never used cookies before. Btw, do you know a way to use sessions, so that user doesn't have to turn cookies on. On my localhost i used Session and i don't usualy have cookies allowed, so it didn't work for me until i allowed cookies for localhost. I'm interested in server side sessions, so that session is stored on server instead on your local computer. Do you know how to do it? @alex7h3pr0gr4m3r I heard a lot that using @ means that your' sloppy programmer. But i didn't know how to handle this better (and without using isset )
  17. matak

    The Pixies

    there are many great songs from The Pixies, maybe i'll upload more later
  18. matak

    C++ For N00b's

    Sure there is DEV C++, a mighty good and free compiler...
  19. I joined on october 2006 when i needed to find a good free host. Trap helped me learn html/css/php and stuffz like that. Also i learned quite a bunch here on forum culture on the internet. It's now about 8 months since i joined, and i canceled hosting few weeks ago. Not beacouse of quality of hosting but beacouse life obligations and stuffz like that...Also i met few great people in trap shoutbox (respect to borda_forx, master_bacara, saint_michael, watermonkey, jlhaslip, serverph and all other people who like to shout at each other)Peace Out!P.S. You don't need to count me for credits, give them to people who need them more..master_bacarra could use them
  20. matak

    Unzipper

    Almost the same class can be found here http://forums.xisto.com/no_longer_exists/ Another one here http://forums.xisto.com/no_longer_exists/
  21. matak

    Session2

    This are not sessions. Sessions are something completely different. If you want to make this variable available with sessions, you need to use session_start() construct.If you want to make this variable you posted available to other PHP files you need to include them.
×
×
  • 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.