Insafeta - insafeta.com - Blog.Insafeta.Com

Latest News:

What is api? 25 Jul 2012 | 05:24 pm

How to Create a Simple API with PHP and MySQL 25 Jul 2012 | 04:44 pm

Introduction: This article will cover how you can create a very simple API for any one of your projects. We are going to be using PHP and MySQL for the back end, and we will output our API data in … ...

Executing PHP codes in WordPress Page/Post 20 Apr 2012 | 11:44 pm

Everyone want to write php code in wordpress as his mine. But wordpress support only its won code definitions. I wan to coded php in wordpress cms as like this code in a post and it should be work. bu...

Import CVS , Excel or XML file into MySQL with php 28 Feb 2012 | 10:09 am

When we want to insert data into MYSQL which is already present in .CVS (comma separated values) or XML or Excel files. Reading the file row by row (say in PHP) and inserting into MYSQL is very poor s...

Convert xml to cvs by php 28 Feb 2012 | 09:23 am

I have used php 5.0 to convert xmx to cvs. Here “SimpleXML” reads an entire xml into an object that we can iterate through his properties.To write to the csv output file we will use “fputcsv”. “fputcs...

Create favicon (*.ico) with imagick in php 28 Feb 2012 | 09:02 am

Here is an example that will take any image format supported by Image Magick (is there one that is not?) and create a 16 pixel favicon image from it. The cropThumbnailImage() method does the work of r...

Multiple file upload 28 Feb 2012 | 08:46 am

Uploading multiple files with PHP requires checking for many possible errors. This script allows the setting of how many upload fields will be displayed in the HTML form and the maximum allowable file...

Recently parsed news:

Recent searches: