PHP Classes

File: sample_content.txt

Recommend this page to a friend!
  Classes of Schroetter Christian   PHP String Cut   sample_content.txt   Download  
File: sample_content.txt
Role: Example script
Content type: text/plain
Description: Sample content file
Class: PHP String Cut
Cut, remove or extract parts of a text string
Author: By
Last change:
Date: 10 years ago
Size: 615 bytes
 

Contents

Class file image Download
<html>
    <head>
        <title>This is my title</title>
    </head>
    <body>
        <div class="class_1">
            <div>Blank div 1</div>
            <div>Blank div 2</div>
            <div>Blank div 3</div>
            <div>Blank div 4</div>
            <div class="selected">Blank div 5</div>
            <div>Blank div 6</div>

            <div class="test">
                <div>Sub Blank div 1</div>
            </div>
            <div class="test">
                <div>Sub Blank div 2</div>
            </div>
            <div class="test">
                <div>Sub Blank div 3</div>
            </div>
            <div class="test">
                <div>Sub Blank div 4</div>
            </div>
            <script>
                var json_test = [["p1":1]["p2":2]["p3":3]];
            </script>

        </div>
    </body>
</html>