PHP

Topic: Files

How to open a file?

<?php$file = fopen("file.txt","r");?>

Browse random answers: