What do these mean?? - newbie question..

Discussion in 'MySQL' started by priver, Jan 10, 2010.

  1. #1
    Hi to all! I'm new here.. I've been learning some PHP but for some reason I find mySQL SO hard to understand.. I get that there are the tables, the values and everything, I get the concept, but I just get stuck with the programming.. like I don't even know how to add a table myself out of the blue like they have it out there, I need a PHP script from outside to create a table..

    Anyway... I downloaded the membership PHP script from awesomephp.com, but I can't implement the PHP in the HTML.. whatever I do, I get this:


    Warning: fread(): supplied argument is not a valid stream resource in /home/httpd/html/uol2661anx.plugin.com.br/html/login.php on line 95

    Warning: fclose(): supplied argument is not a valid stream resource in /home/httpd/html/uol2661anx.plugin.com.br/html/login.php on line 98

    Fatal error: Call to undefined function: encode_decode() in /home/httpd/html/uol2661anx.plugin.com.br/html/login.php on line 105



    What is this all about?
    Thanks so much!
    Priscila
     
    priver, Jan 10, 2010 IP
  2. duben

    duben Active Member

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #2
    It so hard to read what is written in error and warning messages?

    Error mens in file login.php on path /home/httpd/html/uol2661anx.plugin.com.br/html/login.php in your server in line 105 you are calling function encode_decode() which is not defined anywhere in code. Probably you didn't include some file with this function.
     
    duben, Jan 12, 2010 IP
  3. jdavidson

    jdavidson Peon

    Messages:
    216
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Post here your code from lines 95 - 105
     
    jdavidson, Jan 12, 2010 IP