0
working with file is not clearly understanding.
php is server side language so i am not understanding working with files concept. please help.
1 Respuesta
+ 5
On server side you also need regulary to read and save files... in first place if you need to upload files ( typically pictures ) from the client, but for general purposes too, like store data ( temporary or not ) or read custom data-files, and so on ;)