这个可是好东西,以后大家可能会用上哦:HTMLtoXHTMLConverter_PHP

php中文网
发布: 2016-06-01 12:36:16
原创
1440人浏览过

Xhtml

风渡网上购物系统
风渡网上购物系统

这是一套完全免费的网上购物系统,无任何功能限制,该系统的所有功能均是开放可用的。省钱、省时、省力,又能使用到最好的asp网上购物系统。程序采用asp语言,纯手写代码,语言精练,无垃圾代码、文件。以“更快、更高、更强”为设计理念,以“服务第一,用户至上”为宗旨,为您打造功能强大、安全可靠、独具个性的网上商城后台地址:/a

风渡网上购物系统 0
查看详情 风渡网上购物系统


if (!empty($type)) {
    if ($type == "path") {
        if (!empty($path)) {
            if (file_exists($path) && is_file($path)) {
                $file = file($path);
                if (substr($file[0],0,9) != ") $doctype=0;
                    $file = join(', $file);
                } else {
                    die ("No such file.");
                }
            } else {
                die ("No file specified.");
            }
        } elseif ($type == "file") {
            if (!empty($file)) {

            } else {
                die ("No file specified.");
            }
    } else {
        die ("No file specified.");
    }

# specify html file, check for doctype
//$file = file("file.html");
//if (substr($file[0],0,9) != ") $doctype=1;
//$file = join(', $file);

# make tags and properties lower case, close empty elements, quote all properties
$search  = array ("'(]*>)'e",
                   "'(]*)( />)'ie",
                   "'(]*)(/>)'ie",
                   "'(]*)(>)'ie",
                   "'(w+=)(w+)'ie",
                   "'(w+=)(.+?)'ie");
$replace = array ("'\1'.strtolower('\2').'\3'",
                   "'\1\2\3>'",
                   "'\1\2\3>'",
                   "'\1\2\3 /\4'",
                   "strtolower('\1').'"\2"'",
                   "strtolower('\1').'\2'");
$file = preg_replace($search, $replace, $file);

# return xhtml-compliant document
echo "";

} else {
?>

HTML -> XHTML Convertor






File path:



OR





File contents:








PHP速学教程(入门到精通)
PHP速学教程(入门到精通)

PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号