How to File Handling in PHP ?

File Handling in PHP :– Open File – fopen() Close File – fclose() Read File – fread() Write to File – fwrite() Upload File 1.Open File -fopen() :–  Files are Opened in PHP using the “fopen()” Command. The Command takes Two parameters . The First Parameter Contain the Name of File be Opened & the … Read more

WHAT IS PRINCIPLES OF OPEN SOURCE DEVELOPMENT :–

PRINCIPLES OF OPEN SOURCE DEVELOPMENT:– 1.Free means Freedom not “Free Stuff” 2.Principle of “Openness” 3.Principle of  Transparency 4.Expectation of “Community”   1.Free means Freedom not “Free Stuff”:–        Open Source is not free .In the year 1998 the term “OPEN SOURCE”  was Joined to replace the terms software because many people assumed free … Read more

TECHNIQUES OF OPEN SOURCE DEVELOPMENT:-

TECHNIQUES OF OPEN SOURCE DEVELOPMENT:- 1.SEND MAIL 2.APACHE WEB SERVER  3.LINUX 4.GNOME 1.SEND MAIL:- Send mail is an open source mail transfer agent (MTA) used for routing & delivery of E-mail. the original version of send mail was written by “ERIC ALLMON” in early 1980.  it is estimated that send mail is installed on 60 … Read more

WHAT IS OPEN SOURCE TECHNOLOGY ?

OPEN SOURCE TECHNOLOGY INTRODUCTION: –    The Terms “OPEN SOURCE” refer to something that can be modified because its design is publicly accessible. What is a OPEN SOURCE software ? Open source software or OSS is  a software whose source code is available for modification or enhancement by anyone “Source Code is a part of Software “ … Read more