Jump to content

malfist

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

malfist's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Done tried that, didn't work either.
  2. just filter the images by extension and file size.
  3. I have this code: if(isset($_SESSION['isLoggedIn']) || $_SESSION['isLoggedIn'] == false) { header("Location: http://www.pragmaticpoems.com/membersOnly.php"); die(); } and it outputs: Not Found The requested URL /www.pragmaticpoems.com/membersOnly.php was not found on this server. at the webpage http://www.pragmaticpoems.com/www.pragmaticpoems.com/membersOnly.php when I have it redirect. But when I have: if(isset($_SESSION['isLoggedIn']) || $_SESSION['isLoggedIn'] == false) { header("Location: http://www.pragmaticpoems.com/membersOnly"); die(); } And it outputs: Not Found The requested URL /membersOnly was not found on this server. at the page: http://www.pragmaticpoems.com/membersOnly If I put the right name, it appends it to the current dir, if I put the wrong name it goes to the wrong file without a problem. This is driving me crazy. I've tried adding garbage to the end of .php with ? and defining a few unused variables but that doesn't work. Anyone know what I'm doing wrong? Please! I'm pulling out my fingernails (I've already pulled out all my hair).
  4. I tried PHP Eclipse and it tells me "Operation Failed" I run it as root in command line and it still give no output but "Operation Failed". I couldn't install PDT either, it would break compatibility with eclipse and I couldn't fix it. I tried installing some other updates from Eclipse but when I try to open the list to view the available it throws Java.lang.NullPointerException and that's all it tells me.
  5. I've been looking for a good PHP IDE that is free or open source. Does anyone have any recommendations? I've been using Notepad++ (from sourceforge) on windows and WINEing it on Ubuntu. It's nice, but I'd like some code-completion (yeah, I'm lazy) and some on the fly error checking. Malfist
×
×
  • Create New...

Important Information

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.