Recent content by Nuckatucka

  1. N

    Paranoid Dad: Will at&t keep records of your credit card number if you buy an app

    on the android market? My dad thinks that since my Samsung Captivate is on AT&T that they will snatch it when I send it to google checkout to buy an app. Im not gonna lie, this is a very valid concern since the millions of other android users have had this problem... (I lied). I made the point...
  2. N

    Paranoid Dad: Will at&t keep records of your credit card number if you buy an app

    on the android market? My dad thinks that since my Samsung Captivate is on AT&T that they will snatch it when I send it to google checkout to buy an app. Im not gonna lie, this is a very valid concern since the millions of other android users have had this problem... (I lied). I made the point...
  3. N

    PHP help with creating folders with underscores?

    Ok so I have a script that basically creates a bunch of folders and files onto by server. I have: mkdir("Members/$name/files", 0755); mkdir("Members/$name/$name_files", 0755); it is saying whenever I submit the form that I have that the folder files already exists but I want one folder to be...
  4. N

    How do I use PHP to write to and create HTML and XML files?

    I'm creating a website and in order for the visitors to use the website they would have to sign up. I want to create a form to put in my html page that would sign people up by creating a directory (that has the name of their user name) in the Members folder on my server and creating the...
  5. N

    How do I use PHP to write to and create HTML and XML files?

    I'm creating a website and in order for the visitors to use the website they would have to sign up. I want to create a form to put in my html page that would sign people up by creating a directory (that has the name of their user name) in the Members folder on my server and creating the...
  6. N

    How do I use PHP to write to and create HTML and XML files?

    I'm creating a website and in order for the visitors to use the website they would have to sign up. I want to create a form to put in my html page that would sign people up by creating a directory (that has the name of their user name) in the Members folder on my server and creating the...
  7. N

    How do I use PHP to write to and create HTML and XML files?

    I'm creating a website and in order for the visitors to use the website they would have to sign up. I want to create a form to put in my html page that would sign people up by creating a directory (that has the name of their user name) in the Members folder on my server and creating the...
  8. N

    Build apps onto iPod Touch from Xcode 3.2.2 without apple developer?

    I have a jailbroken iPod Touch 3g 3.1.3 and i want to build this app that i made in xcode 3.2.2 onto it but it says it can't because: Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain is there a way to do it without...
Back
Top