Ogunuyo Ogheneruemu Biruemu.hashnode.devยทJun 29, 2023Insert multiple email to mysql using single textarea<?php if(isset($_POST['submit'])) { //$email = nl2br($_POST['email']); $email = explode("\r\n", $_POST['email']); foreach($email as $emails) { $query = mysql_query("INSERT INTO emails (email) VALUES ('$emails')"); if($que...PHPAdd a thoughtful commentNo comments yetBe the first to start the conversation.