Ultrasaurus
0
Q:

open file in php


 $myfile = fopen("testfile.txt", "w")
2

 <?php
$myfile = fopen("webdictionary.txt", "r") or die("Unable to open file!");
echo fread($myfile,filesize("webdictionary.txt"));

 fclose($myfile);
?>
 
2

 AJAX = Asynchronous JavaScript and XML
CSS = Cascading Style Sheets

 HTML = Hyper Text Markup Language
PHP = PHP Hypertext Preprocessor
SQL = Structured Query Language
SVG = Scalable Vector Graphics
XML = EXtensible Markup Language
0

New to Communities?

Join the community