דף 1 מתוך 1

יצרתי סקריפט מסוים של שרשורים וזה נותן לי הודעת שגיאה. אשמח לפיענוח

נשלח: 11:03 23/04/2020
על ידי a.y.f

קוד: בחירת הכל

<?php
$name = "havrham";
$fimely_name = "fridman";
$age = " 19 ";
$city = " beiyt shemesh";
$rechov = "or ahchaim";
$the_music_type_I_like = "elektronic";
$i_like_sowmuch = "ribono shel olam";
echo 'my name is '.$name. ' my fimely name is '. $fimely_name.' my age is '. $age.' my city is '. $city.' my street is '.$rechov.' the music that i like '.$the_music_type_I_like.' i love sowmuch '.$i_like_sowmuch.;
?>
תודה.

Re: יצרתי סקריפט מסוים של שרשורים וזה נותן לי הודעת שגיאה. אשמח לפיענוח

נשלח: 09:55 27/04/2020
על ידי bc98400

קוד: בחירת הכל

<?php
$name = "havrham";
$fimely_name = "fridman";
$age = " 19 ";
$city = " beiyt shemesh";
$rechov = "or ahchaim";
$the_music_type_I_like = "elektronic";
$i_like_sowmuch = "ribono shel olam";
echo 'my name is '.$name. ' my fimely name is '. $fimely_name.' my age is '. $age.' my city is '. $city.' my street is '.$rechov.' the music that i like '.$the_music_type_I_like.' i love sowmuch '.$i_like_sowmuch.;
?>
תודה.
יש לך בסוף נקודה מיותרת תמחק אותו וזה התוצאה
ביאור 2020-04-27 095450.png
ביאור 2020-04-27 095450.png (17.58 KiB) נצפה 1351 פעמים
ביאור 2020-04-27 095642.png
ביאור 2020-04-27 095642.png (9.2 KiB) נצפה 1350 פעמים