0

I came over a line in a script that I'm trying to fix. But I can't understand what it means. And it's not easy to search on google either, as it's used in search with google as well.

$row["name"] = $row['user_nick'] ? $row['user_nick'] : $row['user_firstname'];
$row["name"] = $row['user_nick'] ? str_replace(array("*","$"),array('<img src="#" width="16" height="16" border="0"/>','<img src="#" width="22" border="0" height="22">'),$row["name"]) : $row["name"];

(just removed the image files)

0 Answers0