function getMessage()

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!

Moderator: General Moderators

Post Reply
Myers0967
Forum Newbie
Posts: 1
Joined: Wed Mar 10, 2004 7:52 pm

function getMessage()

Post 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
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

PHP has no getMessage() function. Maybe it's from some thrid party application?
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

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