'; $replace = '
'; $newContent = str_replace($search, $replace, $content); if ($newContent !== $content) { file_put_contents('display.php', $newContent); echo "Added w-100 to card-body\n"; } else { echo "w-100 already added or not found\n"; }