Recent content by Phpgod

  1. P

    <?php If($I == $Here){ print "Hello!"; } ?>

    Thanks hoping my account will be ready soon xD
  2. P

    <?php If($I == $Here){ print "Hello!"; } ?>

    Print is a command in php -.-, echo is used for printing dynamic scripts like ones that contain variables EX: Echo "Lol $lol"; But Print is for things without variables.
  3. P

    <?php If($I == $Here){ print "Hello!"; } ?>

    @Dmitry_airhacks Print is usually used for printing exploded arrays or just arrays. print_r($COOKIES); (I believe that is the code for displaying all set cookies as an array might be incorrect don't use cookies much.) @Everyone Thanks xD
  4. P

    <?php If($I == $Here){ print "Hello!"; } ?>

    Hello my name is Chris, I am a 14 year old pc programmer, coder, php scripter, and web designer. I have been doing this for close to 5 years now. I am very experienced in the "Internet World".
Top