How to open a file for reading?
Answer / Vandana Bagi
In PHP, you can open a file for reading using the fopen() function. Here's an example: nn$file = fopen("filename.txt", "r");
| Is This Answer Correct ? | 0 Yes | 0 No |
What is session and Cokkies . How it works . tell some thing about Session_id()
1 Answers DVS, Net Solution, PVWEBCO,
How to create a web form?
How to specify argument default values?
What does explode do in php?
Why many companies are switching their current business language to php?
How data or variable can be receive or send from PHP to HTML page??
What is the meaning of "enctype= multipart/form-data" ?
Where is the functions php in wordpress?
What is isset function in php?
Does php need a closing tag?
What enctype is required for file uploads to work?
Does php support multiple inheritance?