1.

Give the syntax for fopen( ) function?

Answer»

$file_Object= fopen(“File Name” , “Read A write Mode”) or die(“Error Message!”);



Discussion

No Comment Found