Please, look at the picture and give me some tips how to use fwrite properly



| SlovenianBoy wrote: |
Please, look at the picture and give me some tips how to use fwrite properly
![]() |
| Code: |
|
<?php $fiename = the file here $handle = fopen("", "a"); $contents = fread($handle, filesize($filename)); |
| mahirharoon wrote: | ||||
ws blocked here,the code i use
|
| Code: |
|
<?php $fielname = the file here $handle = fopen("", "a"); $contents = fread($handle, (filesize($filename)-1)); |
| Code: |
| <?php
$filename = the file here $handle = fopen("", "a"); $contents = fread($handle, filesize($filename)); ?> |
| Code: |
| <?php
$fielname = the file here $handle = fopen("", "a"); $contents = fread($handle, filesize($fielname)); ?> |