Recent content by Need The Answers

  1. N

    Disable PHP for a Directory or File?

    Is there any way I can disable php for one directory? (Using .htaccess) It can even be disabled for just 1 file if you want too.
  2. N

    Media Broadcasting Help?

    I need help in my Media Broadcasting Class. I am doing research on the Sports Anchor position, but cannot find any sites that can help me with this. Does anyone know of any good sites?
  3. N

    Get Code from Website, PHP?

    I am wanting to make a PHP script so that it will get the code off of my website, instead of having it all in the script. (The Script will be ran off of my computer, just will get the script off my website and run it on my computer) How can I do this? One more thing. I will need it to get the...
  4. N

    Need Help with PHP Script (AGAIN)?

    In my script I have this: $IDs = "1 2 3 4 5 6 7 8 9 10 11 12 13 16 17 18 22 24"; $IDs = explode("\n", $IDs); $ID = $IDs[rand(0, count($IDs)-1)]; I didn't think it was working, so I made a separate script and made it echo the $ID. I kept getting stuff like 92, 81, 8178 etc. I don't want it to...
Back
Top