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"; ?>

No comments: