Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
// $Header: /cvsroot/html2ps/xhtml.script.inc.php,v 1.2 2005/04/27 16:27:46 Konstantin Exp $
|
|
|
3 |
|
|
|
4 |
function process_script($sample_html) {
|
|
|
5 |
return preg_replace("#<script.*?</script>#is","",$sample_html);
|
|
|
6 |
}
|
|
|
7 |
|
|
|
8 |
?>
|