Jump to content

haewk

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

haewk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Right. Well, I don't own my own server, I'm using one of these net-servers you can sign up to and stuff. Is there no hope for me? Is there any other way?
  2. [!--quoteo(post=350381:date=Feb 28 2006, 04:30 PM:name=Caesar)--][div class=\'quotetop\']QUOTE(Caesar @ Feb 28 2006, 04:30 PM) [snapback]350381[/snapback][/div][div class=\'quotemain\'][!--quotec--] Did you CHMOD the permissions on that file you're trying to fopen() ? :-) [/quote] I cerntantly did not :-) How do I do that? I'm quite a newbie :-)
  3. I'm having trouble with fopen. I'm using: $post = "ok, so i want to write this to my textfile"; $fd = fopen("guestbook.txt","a") or die ("Cannot open guestbook.txt"); fwrite($fd, $post); fclose($fd); I says that i don't have the permission :-(
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.