Example #1
0
                            <input type="file" name="image" ><br />
                        </div>
                        <p>
                            <input type="submit" name="upload" value="Upload" class="button">
                            <input type="submit" name="truncate" value="Truncate" class="button" />
                        </p>

                    </fieldset>

                </form>

            </div>

            <?php 
if ($table2['data']) {
    $data->getPager($table2, 'index.php', $sort);
    ?>

                <hr />

                <table border="0" cellspacing="0" cellpadding="0">
                    <thead>
                        <tr>
                            <th class="span-4"><a href="index.php?page=<?php 
    echo $page;
    ?>
&sort1=<?php 
    echo $sort[0]['link'];
    ?>
&sort2=<?php 
    echo $sort[1]['get'];