Tag Archives: read php

PHP Tutorial : Read file with php

Reading the contents of a file with php is made via read php fread() function. Additionally we need to use other to functions for opening the file called fopen() and to close it with fclose(). PS : the f from … Continue reading

Posted in Basic PHP | Tagged , , , , , , , | Leave a comment