Showing posts with label PHP preg_replace width and height inside of object. Show all posts
Showing posts with label PHP preg_replace width and height inside of object. Show all posts

Wednesday 17 September 2014

Change Height and width dynamically of any tag or object in php


Change Height and width dynamically of any tag or object in php

<?php echo preg_replace("#(width|height)=[\'\"](\d)+[\'\"]#ies","(strtolower('\\1')=='width') ?

\"\\1='277'\":\"\\1='252'\"",$string)."\r\n"; ?>