Recent content by Bob R.

  1. B

    Html code disappearing?

    I'm writing code for a website that is hosted on fatcow. The code works, but every time I visit the page, some of the code at the end gets deleted! (I have a form, and everything after </form> is deleted: in other words, the </div></div></body></html> gets deleted. Why?
  2. B

    HTML code being replaced by %Pr?

    <html> <body> Hello! </body> </html%Pr This is what the code looks like after i try to save it on the hosting website fatcow. Why is this happening?
  3. B

    php - reading a file in another directory?

    Im working on a website and the directories go like this: root -> a -> b -> c -> d -> e.txt If im in directory c working on a file and want to read a file in directory b, what would be the file name? Would $filename = "/a/b/c/d/e.txt" be correct?
  4. B

    php - concurrent file writing corrupts data?

    Hi, I'm making a website where people can vote on polls, and it records the number of people who vote for a particular choice. To do this, I read the current values from a text file, make the necessary additions, and then write this data over the original (using fopen). But if I refresh rapidly...
Back
Top