How to open a file in php?
Answer / Suman Kumar Singh
"To open a file in PHP, use the fopen() function. Here's an example:
fpointer = fopen("filename.txt", "r"); This will open filename.txt for reading."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between file_get_contents() and file_put_contents() in php?
Is key in array php?
How to create a session? How to remove data from a session?
What is the difference between htmlentities() and htmlspecialchars()?
What is the $_ server php_self variable?
How easy is php?
How you can update memcached when you make changes to php?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
Can you extend a final defined class?
What is foreach loop in php?
How can we submit a form without a submit buttom?
12 Answers A1 Technology, IBM,
What is final in php?