GET I.T. DEPARTMENT FOR LESS GET I.T. DEPARTMENT FOR LESS GET I.T. DEPARTMENT FOR LESS GET I.T. DEPARTMENT FOR LESS GET I.T. DEPARTMENT FOR LESS GET I.T. DEPARTMENT FOR LESS
Fresh Tools for Web Developers January 2015

Tag: PHP

Fresh Tools for Web Developers January 2015
Fresh Tools for Web Developers January 2015

Web developers should always be aware of the current news. In order to help them in their work brilliant web developers from all over the world always try to invent new tools and find bright decisions. We want to bring to your attention a selection of some useful tools such as generators, jquery plugins, frameworks and other helpful resources and.. Read more

How to open, read and write a file using php [ Tutorial – PHP ]
How to open, read and write a file using php [ Tutorial – PHP ]

It is one of the most powerful features of PHP, where you can write, read the content of a file. Basically, we generally use this to make logs of our website, but also can be used for any other purpose. So, it’s very easy to do so. First, I’ll explain syntax then an example and after that a brief explanation… Read more

How to be a good php programmer
How to be a good php programmer

There are some very powerful tactics that make the php programming very easy! But some people don’t even know about the basics of these tactics. If you want to be a good php developer then you must meet every requirement given in this article. Yeah, a good php developer will have all these requirements in their skills. Alright, here is some of that.. Read more

How to upload image using PHP [ PHP – Tutorial ]
How to upload image using PHP [ PHP – Tutorial ]

In this tutorial, I’m going to make simple html form, to grab the file information from user’s device then save the selected image or file to the server using php. In almost all type of websites uploading images is common where you use them for either gallery, profile picture or any other task. Alright, I’ll explain each step in brief… Read more

How to use sessions [ PHP Tutorial ]
How to use sessions [ PHP Tutorial ]

Session is defined as $_SESSION[‘varname’] in PHP. A session makes the web pages interaction in easy manner. Basically, session is used to store variables that can be used by multiple pages on same server. It’s totally different from cookie system whereas cookie is stored on client side and so we can’t share confidential information over cookies like login/register password or credit.. Read more