Hello. Such question: There is a form to send a message:
<form name="message" method="" action=""> <p><textarea name="message" rows="5" cols="45"> </textarea></p> <p><input type="submit" value="Отправить" /></p> </form>
but I don't want to create a separate php file to process it. I want to have one functions.php file, where I describe all the functions. and when sending, the desired function send_message () was called. how to do it, tell me, please.