View Single Post
ישן 24-02-06, 17:38   # 1
Gal Shafrir
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
הודעות: 1,626

Gal Shafrir לא מחובר  

יש לי בעיה בטופס הזמנת עיצוב...

יש לי בעיה בקוד הזה / איך לשפר אותו? זה נותן לי את השגיאה הבאה:
PHP קוד:
Parse errorparse errorunexpected T_ENCAPSED_AND_WHITESPACEexpecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/djgs/domains/djgs.webix.co.il/public_html/gal.php on line 23 
זה הקוד שלי :
PHP קוד:
<html dir="rtl">
         <head>  
                <title> &auml;&aelig;&icirc;&eth;&uacute; &ograve;&eacute;&ouml;&aring;&aacute; </title>  
<style type="text/css"> 
<style type="text/css"> 
.links {color: #4d4d4d; font-size: 12px; font-weight:bold;font-family:arial; text-decoration: none; }
.links:Hover {color: #e1e1e1; font-size: 12px; font-weight: bold;font-family:arial; text-decoration: none; }
.text {color: #4d4d4d; font-size: 12px; font-weight: bold;font-family:arial; text-decoration: none; } 
.text2 {color: #000000; font-size: 13px; font-weight: bold;font-family:arial; text-decoration: none; }
</style>
                                        </head> 
<body bgcolor="#ffffff">
                  <from action="?gal.php" method="post"><p align="center"><font class="text2">&ugrave;&icirc;&ecirc; &auml;&icirc;&igrave;&agrave;:</font>
<input type="text" name="yname" vaule="<?$_POST["yname"]?>" style="width:200px;" class="text"><br>   
<br> <font class="text2">&auml;&agrave;&eacute;&icirc;&eacute;&eacute;&igrave; &ugrave;&igrave;&ecirc;:</font>
<input type="text" name="yemail" vaule="<?$_POST["yemail"]?>" style="width:200px;" class="text"> 
<br>   <br> <font class="text2">&aacute;÷&ugrave;&auml; &igrave;&ograve;&eacute;&ouml;&aring;&aacute;:</font>
<textarea type="text" name="yp" vaule="<?$_POST["yp"]?>" style="width:200px;" class="text"></textarea>    
<br><br><input type="submit" name="send_b" vuale="&ugrave;&igrave;&ccedil;" class="text2">  
</from> 
<?php 
$to 
"djgs@djgs.webix.co.il,djgs@walla.com"
$body "$_POST['yp']"
$from "from : my site"
$subject "&eacute;&ugrave; &igrave;&ecirc; &auml;&aring;&atilde;&ograve;&auml; &ccedil;&atilde;&ugrave;&auml;"

if(
$_POST['sned_b']==posted) { 
if (
$_POST['yname'] == "" || $_POST['yemail']=="" || $_POST['yp']=="" ) { 
echo 
"&eacute;&ugrave; &ocirc;&oslash;&egrave;&eacute;&iacute; &ugrave;&igrave;&agrave; &icirc;&igrave;&agrave;&aring;"
} else { 
mail($to,$subject,$body,$from) { 
eco "&auml;&icirc;&euml;&uacute;&aacute; &eth;&ugrave;&igrave;&ccedil; &aacute;&auml;&ouml;&igrave;&ccedil;&auml;"
}
?>
__________________
בברכה,
גל שפריר - מעצב ומפתח אתרים.

עופר שפריר - במאי, תסריטאי ומפיק.
  Reply With Quote