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!
Would someone explain the getMessage() function to me and how I can return my own message? I am new to programming and need a little help understanding. Thanks
i dont know what getMessage function your talking about, because PHP doesn't have such a function. but if you are indeed talking about PHP and you want to return a custom message, then create your own function and call it getMessage. If you dont know what functions are then i would suggest reading some tutorials.