
Search In
In this blog I am going toexplain how to export mysql data to CSV file using php. CSV stand for “comma separated values”. Using the below code you can easily download CSV file and use anywhere.
<?php
function exportMysqlToCsv($table,$filenam
I have a situation which will help us to understand the use of Global Filtering.
Situation:
I have a published filter that I use for my articles. Guests can only view published articles, logged in users can view and apply filter (?published=0/1):
Hi Readers,
This Post is to tell about the BOUND and FRAME in ios.
BOUND:
The bounds property of a view defines the size of the view and its position in the view's own coordinate system. This means that in most cases the origin of the bounds
To use a background worker class in C#
1- Create an Instance of Background Class
BackgroundWorker bgw=new BackgroundWorker();
2- Create an event handler for the background worker's DoWork event
private void backgroundWorker_DoWork(object s
This blog will help you in getting geographical information of any location by using latitude/longitude.
By using Java API Geocoder, it is easy to get geographical information of any location. The response will be in JSON or XML format.
Write the f
Following code will help you to add or delete file from document directory.
-(NSString *)saveFileWithOldName:(NSString*)oldNameStr
{
NSArray *dirPaths;
NSString *docsDirs;
NSString *tempStr2;
dirPaths = NSSearchPathForDirectoriesInDo
BEFORE
AFTER
Hello Friends, In this blog i want to show you, how you can increase your Image quality with minimum Efforts.
ok so lets get started !!!
Steps
Open an image which you want to enhance.
Now make a copy of that image. Simply press
Hey guys, Welcome back to "Part 2 - Types on Mask in Photoshop".
OK Let's get started.
Question 1: How to Apply Layer Mask?
Well, It is simple.
I have an Image on layer 1 and on the next layer i have written my name "ABHISHEK".
I want the image t
Hello creative folks,
In this short tutorial I am gonna tell you how to export animation from one file to another in Maya.
In a scenario where you have some animation done for one character and want that same animation in another character which is
What is Search Engine Optimization (SEO)
Search engine optimization (SEO) is the process of maximizing the number of visitors to a particular website by ensuring that the site appears high on the list of results returned by a search engine.
Or we ca
