if (1 > 0) {$Status = "online";} else {$Status = "offline";}echo $status;
רשום לי שיש בעיה ב IF_T
if (1 > 0) { $status = "online";} else { $status = "offline";}echo $status;
if (1 > 0) { $status = "online";} else { $status = "offline";}
echo $status;
בהצלחה.