hi guys... will someone help me to fix the error plz...I have this input field wherein I believed it is connected with my database but when I hit the submit button.This line appears....what will I do?? Im planning to insert my inputted value to my database. Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\displaypage.php:8) in C:\xampp\htdocs\displaypage.php on line 33 Fatal error: Call to undefined function getprop() in C:\xampp\htdocs\displaypage.php on line 39 I don't have line 39..as what the error points out...
There is no line 39 in displaypage.php? Are you positive? What about "getprop()" ? The error is very generic saying it can't find a function that's being used in the script. The header portion you can disregard as of now as that's lesser of the two errors currently (well warning).