Search results

  1. PHP 5.3.10 Released!

    Yeah, I will probably have some downtime on my sites to upgrade, but I am still at 5.3.3.
  2. Hello World - PHP Tutorial

    Right, plus, echo has one less letter than print. I forgot to add that print can also be used like this: print "Hello world!"; And respectively, echo can be used like this: echo("Hello world!");
  3. PHP 5.3.10 Released!

    The PHP development team would like to announce the immediate availability of PHP 5.3.10. This release delivers a critical security fix. Security Fixes in PHP 5.3.10: Fixed arbitrary remote code execution vulnerability reported by Stefan Esser, CVE-2012-0830. All users are strongly...
  4. Hello World - PHP Tutorial

    I'll try. Echo is faster than print, but other than that, there's not much of a difference, and it doesn't really matter which one you use.
  5. Videos on our Youtube Channel

    I would make some vids, but I have no graphics skills, video or photo. :P Sorry!
  6. How to create a very basic web site

    Fixed the OP so as not to confuse anyone. [hr] I might also add that while a DOCTYPE is not necessary, it's good coding practice.
  7. Hello World - PHP Tutorial

    I've noticed that we don't have many PHP tutorials. Here's a basic one on how to print "Hello world!" to the users' screens. There are many different ways to output data. The most common is to use the echo function, demonstrated below. <?php echo "Hello world!"; ?> Let's break...
  8. Hide Attachments Until Reply

    Very cool! I can honestly say I didn't think you were that experienced with PHP, nice work!
  9. Arrays

    Great tutorial, Bleeps! I find the syntax for Java to be kind of annoying and strict, or maybe I am just used to PHP, but this helped! Thanks!
  10. GTA IV iCEnhancer 2.0

    Looks really nice!
  11. Rotating or Spin Images with CSS

    Thanks for this! Really neat!
  12. How to create a very basic web site

    The heading tags do not go into < head >. Put it inside of < body >.
  13. Using HTML Tags

    Nice job! You're making progress!
  14. Forum Issue - 8th Feb

    It's weird though Bleeps, when you had that index.html uploaded, I went to index.php and the forum was online, and it looked completely normal. No template problems at all.
  15. The rare occasion Google is offline.

    WHAAAAAA????          
  16. Updated Social Icons

    I don't have a sidebar.
  17. Adobe Edge

    Hahahaa I will when I get home on Friday.
  18. Adobe Edge

    AWWWW SHIT! I guess I don't have to wait after all. My stupidity.
  19. Adobe Edge

    Can't wait to grab a torrent of it! LOL.
  20. How to create a very basic web site

    All websites will have the standard HTML tags. They're required for a "legitimate" site.
Back
Top