загружено в карте всего 1,2-1,3 гб видео памяти.
update post set story = REPLACE(story,from_str,to_str) where /**/
$post = $pdo->prepare('SELECT * FROM post ORDER BY id DESC LIMIT 2');
$post->execute();
$news = $post->fetchAll(PDO::FETCH_BOTH);
<?php foreach ($news as $n): ?>
<p><strong><?php echo $n['date'] ?></strong> <?php echo $n->h1 ?></p>
<?php endforeach ?>