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
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.