Help for this page

Select Code to Download


  1. or download this
    <?php
    // This is a hack to get around F2S's limitation of only allowing PHP-
    +MySQL
    ...
        echo "},\n";
    }
    ?>
    
  2. or download this
    sub sql_query
    {
    ...
        @data = eval "($data_structure)";
        return @data;
    }