PHP
4
Вклад в тег
$insert_id = $result->lastInsertId();
<input name="id" type="hidden" value="<?=$insert_id;?>">
$text="fhdsklf sdoijf ds <h1>jfidsfj</h1> jklsfdjflks";
$pattern ="!<h1>.+?</h1>!";
preg_match($pattern, $text, $matches);
print_r($matches);