hmm, ich hab da ein kleines problem und weiß jetzt nicht was ich tun soll.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261904 bytes) in C:\xampp\htdocs\xampp\site\core\functions\general.php on line 3
Der Code dazu.
function email($to, $subject, $body) {
email($to, $subject, $body, 'From: MeineEmail@adresse');
}
Es kann doch nicht sein, das die soviele Bytes frisst? Verstehs einfach nicht.