<?php $description = '<img src="http://web1.cz/obrazek.jpg">'; $description = preg_replace_callback('#<img(.*)src="(.*)"(.*)>#i', function($matches) { return '<img'.$matches[1].'src="img/'.base64_encode($matches[2]).'"'.$matches[3].'>'; }, $description); echo $description;
You have javascript disabled. You will not be able to edit any code.