Tag: Php

Tag: Php

SELECT * or SELECT column1, colum2, column3, etc
Image December 20, 2018 Development Pushpendra Kumar

Which is faster/best? in PHP I’ve heard that SELECT * is generally bad practice to use when writing SQL commands because it is more efficient to SELECT columns you specifically need. If I need to SELECT every column in a table, should I use SELECT * FROM TABLE or SELECT column1, colum2, column3, etc. FROM

Details
how to upload image via codeIgniter function in PHP
Image November 26, 2018 Android Development,Development,iOS Development Pushpendra Kumar

Here you can see the PHP CodeIgniter code for uploading the Image via android or iOS. For iOS you can refer a video. For watching the video please click here. This post is about CodeIgniter(C.I.) file upload. By the use of file uploading class, you can easily upload a file or an image. One can

Details
How to count number of line in project
Image November 23, 2018 Development,Research And News Pushpendra Kumar

Let’s have look on the new thing today. How to count the number of lines in existed project or in a particular file. The question occurs in my mind when my Bose asked me that how many lines you have coded in your project. Then I start searching on that and I found the very

Details