עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

בעיה בקובץ Php

Featured Replies

פורסם

בנייתי טופס צור קשר עם אפשרות לעלת קובץ לשרת

אך יש לי בעיה עם קובץ Php

אשמח עם תעזרו לי למצוא את הבעיה

הנה הקוד

<?php
$name = $_REQUEST['name'] ;
$email = $_REQUEST['email'] ;
$phone = $_REQUEST['phone'] ;
$status = $_REQUEST['status'] ;
$company = $_REQUEST['company'] ;
$job = $_REQUEST['job'] ;
$reference = $_REQUEST['reference'] ;

//*** Attachment ***//
if($_FILES["fileAttach"]["name"] != "")
{
$strFilesName = $_FILES["fileAttach"]["name"];
$strContent = chunk_split(base64_encode(file_get_contents($_FILES["fileAttach"]["filetmp"])));
$strHeader .= "--".$strSid."\n";
$strHeader .= "Content-Type: application/octet-stream; name=\"".$strFilesName."\"\n";
$strHeader .= "Content-Transfer-Encoding: base64\n";
$strHeader .= "Content-Disposition: attachment; filename=\"".$strFilesName."\"\n\n";
$strHeader .= $strContent."\n\n";
}

$totalmessage = "
Name: $sender \n
Email: $subject \n
Phone: $message \n
Status: $status \n
Company: $company \n
Job: $job \n
Reference: $reference \n";

;

mail( my@email.com", "Website", $totalmessage, $headers );
echo "<img src=\"mail.gif\" title=\"Success\" alt=\"Success\" />";

?>

תודה רבה

נערך על-ידי Nuritzur1985

פורסם

נראה שחסרים לך גרשיים בפקודת ה-mail (וייתכנו עוד כל מיני שגיאות דומות).

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.