what is a file handling

Asked by Last Modified  

14 Answers

Learn PHP

Follow 0
Answer

Please enter your answer

Tutor

File handling is an important part of any web application. You often need to open and process a file for different tasks. PHP has several functions for creating, reading, uploading, and editing files. When you are manipulating files you must be very careful. You can do a lot of damage if you do something...
read more
File handling is an important part of any web application. You often need to open and process a file for different tasks. PHP has several functions for creating, reading, uploading, and editing files. When you are manipulating files you must be very careful. You can do a lot of damage if you do something wrong. Common errors are: editing the wrong file, filling a hard-drive with garbage data, and deleting the content of a file by accident. Example: read less
Comments

Experienced Web Designer and Developer

File handling is used when you want to process a file for different tasks. Like you need to save a data in a text file so you will first open the file, then write the data in the file and after that you need to close the file. So all the tasks perform on a file is called file handling.
Comments

Tutor

It's process in which you can create a file , read and write content in file with help of program or code that is called file handling.
Comments

In file handling we can perform operations like create, modify, delete etc on system files.
Comments

Web Technology Trainer(RIA,PHP,HTML)

Handling file operations such as read, write,upload,delete etc is file handling..its basically how u deal with files..
Comments

in file handling we write code to read , write, delete, change permission and update file. any action or code written related to file is called file handling
Comments

Tutor

IT INCLUDES FILE READ WRITE DELETE DIRECTORY EDITING AND DELETING ETC
Comments

Technical Training

To performing operation using text file
Comments

File is one of the media where we can store our data permanently .Also it is used as a storage device since long ago. File handling is the mechanism by which we can store , retrieve, modify the data as per our requirement.
Comments

Tutor For BCA & MCA Subjects

File handing is one the good feature provided by almost all the languages starting from C to many more. Now with the help of file handling you can save and retrieve the data from a file as and when you required. So the botheration about the data entry whenever you run your program will be eliminated...
read more
File handing is one the good feature provided by almost all the languages starting from C to many more. Now with the help of file handling you can save and retrieve the data from a file as and when you required. So the botheration about the data entry whenever you run your program will be eliminated now. You can also make the changes in the file if you have entered wrong data or if you want to update existing data. You can create different types of files from the any programming languages, but again every programming languages provide different types of creation of different files. read less
Comments

View 12 more Answers

Related Questions

What is PHP? How it can help me?
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. PHP...
Test
0 0
7
What are global variable in php ?
A variable declared outside a function is global
Ajay
Which is best to build web applications: PHP, Python, or Ruby? Why?
I have used almost all of the three language in my web working experience.PHP:It may be not that cool and I think it doesn't rely too much on the framework. Yes, PHP is just a language, but it is the only...
Sunil
0 0
7
What kind of interview questions are asked for Advanced PHP?
http://phpinterviewquestions.co.in/ http://stackoverflow.com/questions/2118755/questions-every-good-php-developer-should-be-able-to-answer http://www.slideshare.net/vineetkumarsaini/top-100-php-interview-questions-and-answers
Manshi

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Student Project Development: How To Go About It?
A lot of students (count me as well) in their final year of IT course are confused and overwhelmed about their Project development. Final Year IT Projects are a crucial milestone in every IT students educational...

Components of Digital Marketing
Content marketing Search Engine Optimization (SEO) Paid Search (PPC) Email marketing Social Media Marketing Digital Display Marketing (Ad Ops) Web Analytics and Reporting Mobile Marketing 30...
G

Geek M

0 0
0

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

How to connect mysql database in PHP ?
<?php//db credential $servername = "localhost"; $username = "dbusername"; $password = "dbpass"; $databasename="dbname"; // Create connection$conn = mysqli_connect($servername, $username, $password,$databasename); //...

Handbook of websites for Website Developers/Designers (software professionals)
Know the trending languages(past & present) and their comparision with other languages: @ https://www.tiobe.com/tiobe-index/ Found an interesting website? identify the technologies used to build...

Recommended Articles

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for PHP Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you