PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello everyone, I have a problem and new to php if someone could help me out. I have case statement
with a variable that is set to 'edit'. The case statement 'edit' is called however the function dosen't get called. This code is all above the html.
what is your error_reporting set to? i.e.: are errors like "called to undefined function" usually shown? id could just be, that the function is not found for whatever reason.
btw: have you just forgotten to copy the closing } of the function definition or is it also missing in the code?