Page 1 of 1
function getMessage()
Posted: Wed Mar 10, 2004 7:52 pm
by Myers0967

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
Posted: Wed Mar 10, 2004 8:07 pm
by markl999
PHP has no getMessage() function. Maybe it's from some thrid party application?
Posted: Wed Mar 10, 2004 8:07 pm
by Illusionist
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.