first
This commit is contained in:
16
functions.php
Normal file
16
functions.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
function PrintStringOfTable($file)
|
||||
{
|
||||
$buf = fgets($file, filesize("Information.txt")); ?>
|
||||
<tr>
|
||||
<td> <?php echo $tok = strtok($buf, ";"); ?> </td>
|
||||
<td> <?php echo $tok = strtok(";"); ?> </td>
|
||||
<td> <?php echo $tok = strtok(";"); ?> </td>
|
||||
<td> <?php echo $tok = strtok(";"); ?> </td>
|
||||
<td> <?php echo $tok = strtok(";"); ?> </td>
|
||||
</tr>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user