Search results

  1. 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
  2. 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...
  3. 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