הרשם שאלות ותשובות רשימת חברים לוח שנה הודעות מהיום

חזור   הוסטס - פורום אחסון האתרים הגדול בישראל > Hosting ושירותים נלווים > תחזוק שרתים ושירותי רשת נוספים

   
|!|

השב
 
כלים לאשכול תצורת הצגה
ישן 04-09-07, 20:24   # 1
uni
חבר וותיק
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 1,424

uni לא מחובר  

Question שרת לינוקס בעיה עם תמיכה בUTF-8

יש לי בעיה בשרת גדודי...

כתבתי סקריפט בPHP של טופס יצירת קשר...

עכשיו בשרת הפרטי שלי הטופס מגיע בסדר,

כאשר אני מעלה את הטופס על השרת של גדודי הוא מגיע בג'יבריש
כשיצרתי קשר עם גדודי בנוגע לבעיה הם אמרו שהבעיה לא נובעת מאצלהם מפני שהשרת שלהם תומך בUTF-8

למישהו יש מושג או רעיון כיצד אוכל לטפל בבעיה?
  Reply With Quote
ישן 04-09-07, 20:53   # 2
נמרוד
הוסטסניון
דירוג מסחר: (0)
 
נמרוד's Avatar
 
מיני פרופיל
תאריך הצטרפות: Oct 2006
הודעות: 2,766

נמרוד לא מחובר  

תקודד את העמוד + האימייל לutf-8 זה בכל העסקי איחסון בחו"ל..
  Reply With Quote
ישן 05-09-07, 00:16   # 3
uni
חבר וותיק
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 1,424

uni לא מחובר  

כיצד אני עושה את זה?

זה הקוד של הטופס

<?php
/************************************************** *\
* PHP 4.1.0+ version of email script. For more
* information on the mail() function for PHP, see
* http://www.php.net/manual/en/function.mail.php
\************************************************* **/


// First, set up some variables to serve you in
// getting an email. This includes the email this is
// sent to (yours) and what the subject of this email
// should be. It's a good idea to choose your own
// subject instead of allowing the user to. This will
// help prevent spam filters from snatching this email
// out from under your nose when something unusual is put.

$sendTo = "kola2004@gmail.com";
$subject = ":סמרטט בייט - התקבלה הודעה חדשה";

// variables are sent to this PHP page through
// the POST method. $_POST is a global associative array
// of variables passed through this method. From that, we
// can get the values sent to this page from Flash and
// assign them to appropriate variables which can be used
// in the PHP mail() function.


// header information not including sendTo and Subject
// these all go in one variable. First, include From:
$headers = "From: " . $_POST["Name"] ." ". $_POST["email"] .">\r\n";
// next include a replyto
$headers .= "Reply-To: " . $_POST["email"] . "\r\n";
// often email servers won't allow emails to be sent to
// domains other than their own. The return path here will
// often lift that restriction so, for instance, you could send
// email to a hotmail account. (hosting provider settings may vary)
// technically bounced email is supposed to go to the return-path email
$headers .= "Return-path: " . $_POST["email"];

// now we can add the content of the message to a body variable
$message = $_POST["Message"];


// once the variables have been defined, they can be included
// in the mail function call which will send you an email
mail($sendTo, $subject, $message, $headers);

?>

ולמה בשרתים אחרים זה כן עובד ורק אצלהם זה מופיע בג'יבריש
  Reply With Quote
ישן 05-09-07, 10:51   # 4
נתיס
מתאורר / יצא בחוץ
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Aug 2007
גיל: 36
הודעות: 92

נתיס לא מחובר  

מזה גדודי?
  Reply With Quote
ישן 06-09-07, 14:09   # 5
uni
חבר וותיק
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 35
הודעות: 1,424

uni לא מחובר  

אשמח לפתרון...
  Reply With Quote
השב

חברים פעילים הצופים באשכול זה: 1 (0 חברים ו- 1 אורחים)
 


חוקי פירסום
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is מופעל
סמיילים הם מופעל
[IMG] קוד מופעל
קוד HTML מכובה

קפיצה לפורום


כל הזמנים הם GMT +2. הזמן כעת הוא 08:31.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ