Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: PHP error?  (Read 2821 times)

0 Members and 1 Guest are viewing this topic.

Bannana97

    Topic Starter


    Intermediate
  • Owner of HerbertsWorld Corporation
    PHP error?
    « on: May 25, 2009, 10:48:37 AM »

    $content = "TESTING";
    $page = "$name.php";
    $file = fopen("\pages/$page", "w");
    fwrite($file, $content);

    It doesn't work.


    Thanks
    Bannana97

    kpac

    • Web moderator
    • Moderator


    • Hacker

    • kpac®
    • Thanked: 184
      • Yes
      • Yes
      • Yes
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 7
    Re: PHP error?
    « Reply #1 on: May 25, 2009, 12:04:07 PM »
    What error do you get?

    Bannana97

      Topic Starter


      Intermediate
    • Owner of HerbertsWorld Corporation
      Re: PHP error?
      « Reply #2 on: May 25, 2009, 12:10:42 PM »
      Wel, What I am saying is the fwrite() doesnt make the file.

      It runs the code without error.
      Thanks
      Bannana97

      Bannana97

        Topic Starter


        Intermediate
      • Owner of HerbertsWorld Corporation
        Re: PHP error?
        « Reply #3 on: May 25, 2009, 12:15:05 PM »
        Nevermind kpac, I fixed it.

        Thanks for trying to help, though.
        Thanks
        Bannana97

        kpac

        • Web moderator
        • Moderator


        • Hacker

        • kpac®
        • Thanked: 184
          • Yes
          • Yes
          • Yes
        • Certifications: List
        • Computer: Specs
        • Experience: Expert
        • OS: Windows 7
        Re: PHP error?
        « Reply #4 on: May 25, 2009, 12:16:23 PM »
        Oh, good. ;D

        Bannana97

          Topic Starter


          Intermediate
        • Owner of HerbertsWorld Corporation
          Re: PHP error?
          « Reply #5 on: June 09, 2009, 08:01:58 AM »
          Never put a \ in an fwrite() X_X
          Thanks
          Bannana97