Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

What is process to unzip a file uisng PHP ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss what is process to unzip a file uisng PHP ? If you have a zip file and you want to unzip the file with php, then you should use zip_open(). This is very simple and useful function

Managing Data files

Hello Readers! As we all know a file is a collection of information which is stored on computer's disk and information can be saved to files and then later reused. But, what is the use of file handling why it is required?? Well, let's take an

Create a Log File in PHP

Log file is very helpful in debugging a large amount of data. We can create a Log file with the piece of code below :- $file = fopen ( "testfile.txt" , "a+" ); fwrite ( $file , serialize ( print_r ( $_POST , true ) ) ); fopen() is php inbuilt func

How to add the skype field in .py file(Python) in OpenERP(Odoo)?

For the skype field first we have to go in .py file (python file) After that we have to decide where you want to give skype field and then give attribute of skype to that field. Like below python code in .py file : from openerp.osv import osv,fi

Writing a file in PHP

File handling in php allow us to make operation to write in a file .So we can write a new file or we can append text to an already existing file.For this we have fwrite() function in PHP. Syntax is : - fwrite(file,string,length); parameters ar

How to open a .pdf file in a new window in C#

Opening a .pdf file in new window On the First page write the following code:- string Url = "Wite the url of the page to be opened"; ClientScript.RegisterStartupScript(this.GetType(), "", "window.open('" + Url + "');", true); On the second page

How to unzip file on Server with Terminal

If you are looking to unzip any zip folder or file on server please use the below command: Open your terminal and give command unzip /var/www/html/abc.zip *Note :: Please change path with your file path

Convert file to Byte array in c#

Now since most of the applications are using APIs for data communication between server and client, the requirement of converting files to Byte array has increased immensely. e.g. If we need to Upload a zip file to azure blob then we need to convert

File Handling in C++

File in C++ is used to read write append data. For doing it we use the classes meant for File handling.   Data Type Description ofstream This data type represents the output file stream and is used to create files and t

  • 151
How to save modification of a file in original file not a new one?

Dear all, I have a code to modify a file. This code make changes on my file and save it to a new file. But, I want to have changes(modifications) on my original file not a new one. I made attempts to change the code but it didn't work. How can I

1 3 129
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: