Recent content by Oz?

  1. O

    What is your favourite funny ad on Tv?

    http://youtu.be/7uti-IZzu5c http://youtu.be/zkSdM6p2G98
  2. O

    Is there a way for a flash to pass information to PHP?

    I know it can be done vice versa but I can't think of a way to do it. Flash -> PHP Thanks. x
  3. O

    Creating unique file names in PHP?

    So, I've got this file name that I got some PHP to produce - $id And now what I would like to do is for it to generate a file with $id as it's filename as well as open it. I've been trying to get this to work... $fp = fopen("filename.xml", "a"); But if I do this: $fp = fopen("$id.xml", "a"); or...
  4. O

    Are no CD cracks legal if I purchased the game?

    I own the game but my little sister would like to play it on her computer. Is it OK to download a no CD crack?
Back
Top