Jump to content

reportingsjr

Members
  • Posts

    1,183
  • Joined

  • Last visited

About reportingsjr

  • Birthday 09/14/1992

Previous Fields

  • Languages
    (X)HTML, CSS, PHP, JavaScript

Contact Methods

  • Website URL
    http://rsbattlehelp.com
  • ICQ
    0

Profile Information

  • Location
    staring at a computer screen!
  • Interests
    Programming :), just love it!

reportingsjr's Achievements

Dedicated Member

Dedicated Member (4/7)

4

Reputation

  1. reportingsjr

    Gobby

    I don't mean to be a "gravedigger", "necor poster", etc.. but this truly is an awesome program. If you ever have to work with 1 or more people, but cannot meet and program, then use this! Basically, one person starts a session, and turns their computer into a private server that holds the files for that session. Other people connect to his/her computer through the computers ip address. Then, the other people can open a file and it will constantly update, so if you type something almost instantly everyone else will be see the changes. That way, you don't overwrite each others work and create annoying errors.
  2. What if our community went and made our own browser? Then we could try and make it as nice for programmers and users as possible. I say it wouldnt be that hard, the hardest by far would be the parsing engine!
  3. Hey, you look like you need a comment!

  4. But how does php know not to kill it? Is it just if the website isnt accessed within the set time?
  5. Could you not add a redirect for 1800 seconds to a logout page? Wouldnt that simplify things a whole bunch? Just add a meta refresh on every page.
  6. Im going to have to pull you out on this one and say no, this is perfectly good code except the quotations around $site. That will still echo it out, but it will create more overhead for php.If you want to but the contents of a file into a variable through the include statement you can do it this way:<?phpob_start();include("somefile.php");$var = ob_get_contents();ob_end_flush();?> Thats all you have to do.
  7. Welcome to the future!Adeui to you all!(thats probably wrong spelling..)
  8. Right here:http://www.google.com/search?hl=en&saf...ing&spell=1
  9. Oooh, I thought you meant that you had deleted it or something. Google it, or go search on the php website.
  10. I would just re-install php again and reset it to how you had it. Just copy the php.ini and you should be cool.
  11. You dont, microsoft is just that way. Nice looking interface, user friendly, not very powerful, not up to date, etc.. Just go get an ipod! Heh
  12. What the ###### dude? Talk about grave digging.. Did you not notice that this was from over 2 years ago? Please do not do that ever again .EDIT: Sorry mods, I forgot about the report button. Now I will get yelled at!
  13. Yaweh: Tell that to aspnetguy, he wrote one a bit ago when his website was a blog/forum.
  14. I agree with choco here, no help.
  15. So can anyone create a topic in the forum of choice and report it for use? (I will do it in PHP I guess)
×
×
  • Create New...