In the above script i want to change the red line to green line. But it did not work. any help would be appriated. It's URGENTCode:<? $text = '<html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <link href="../style.css" rel="stylesheet" type="text/css"> </head><body></body></html>'; $replacement ='<style type="text/css">body { background-color: #6080AF; }</style>'; $text = eregi_replace("\<link[^\>]#\>",$replacement,$text) ; echo $text; ?>
Thanks




Bookmarks