|
|
# 4 |
|
חבר מתקדם
|
נסה את זה:
HTML קוד:
$email = $_POST['email_address'];
$result = mysql_query("INSERT INTO `emails` (email_address) VALUES ('$email')") or die(mysql_error());
$search = mysql_num_rows($result);
if ($search == 0)
{
echo("<font color=\"red\">האימייל נוסף בהצלחה</font>");
}
else {
echo("<font color=\"red\">אנא בחר אימייל אחר</font>");
}
|
|
| חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים) | |
| כלים לאשכול | |
| תצורת הצגה | |
|
|