Showing posts with label replace width and height of html element using regular expression. Show all posts
Showing posts with label replace width and height of html element using regular expression. 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"; ?>