Jump to content

Martijn

Member
  • Posts

    509
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by Martijn

  1. Smart, purchasing yourself
  2. Martijn

    XPize 4.2 BETA 2

    Will release it at my site tommorow
  3. Martijn

    [BETA] XPize 4.2

  4. Tnx Will work a bit more on the sig
  5. Martijn

    [BETA] XPize 4.2

    Great icons, XPero, but one small request, could you also make a folder icon for Firefox, like the IE one?
  6. What do you think of this signature?
  7. reminds me of the RSOD of Longhorn (Red Screen Of Death)
  8. LOL, nice idea
  9. Search the forums, there are plenty of threads wich explain how to do everything you asked
  10. Martijn

    [BETA] XPize 4.2

    Thanks a lot
  11. Martijn

    [BETA] XPize 4.2

    Indeed
  12. Cleaned up my file and added oranges, I made it so that it doesn't matter wich variable you provide and in wich order. <html> <head> <title>Fruits and Vegetables Counter</title> </head> <body> <?php //pears if(isset($_GET['pears']) && is_numeric($_GET['pears'])) { echo "Number of Pears = ".$_GET['pears']."<br />"; } else { $_GET['pears'] = 0; } //carrots if(isset($_GET['carrots']) && is_numeric($_GET['carrots'])) { echo "Number of Carrots = ".$_GET['carrots']."<br />"; } else { $_GET['carrots'] = 0; } //oranges if(isset($_GET['oranges']) && is_numeric($_GET['oranges'])) { echo "Number of Oranges = ".$_GET['oranges']."<br />"; } else { $_GET['oranges'] = 0; } //output echo $_GET['pears'] + $_GET['carrots'] + $_GET['oranges']." pieces of fruits and vegetables"; ?> </body> </html> I know that, but I meant how to get the variables behind a filename(?xxx) behind another file?
  13. but how do you want to get the string behind profile.php after (in my example) fruits.php? profile.php?username=something to fruits.php?username=something I mean
  14. Is this kind of buying even allowed?
  15. Ah, I see
  16. But why do you want a new logo? This one is excellent already, isn't it? At least I think so Edit: this is what I use in some other forums, made it myself 48x48 - - 96X96
  17. I don't think this is exactly what you need, but it might be usefull. Fruit.php <?php if(isset($_GET['pears']) && is_numeric($_GET['pears'])) { echo "Number of pears = ".$_GET['pears']."<br />"; } if(isset($_GET['carrots']) && is_numeric($_GET['carrots'])) { echo "Number of carrots = ".$_GET['carrots']."<br />"; } else { echo "Error: id is incorrectly or does not excist"; } echo $_GET['pears'] + $_GET['carrots']." pieces of vegetables and fruit"; ?> The last echo outputs the total numbers of the two strings. Usage: (number)= a numberical value, the error is displayed when a non-numberical value is supplied. Hope this helps
  18. No
  19. Wish I could donate but I don't have a paypal account...
  20. Ah, cool, maybe I didn't look good enough
  21. @undeadsoldier: sorry for this being a bit offtopic, but I really like your signature It reminds me of the avatar a developer of a program on its support forum has
  22. did that, but it also happens with IE, so I think it's related to windows...
  23. Nice site, but I don't see Miranda-IM in there...
  24. Martijn

    xpize ff theme?

    Does anyone have a good resource on skinning/theming firefox?
  25. That would be cool, although the current skin in cool as well
×
×
  • Create New...