
Search In
PHP have some magic methods that you can use in OOP (Object Oriented Programming). All the magic functions must be identified with twice underscores (__) prefix and they work as interceptors that will run when certain required conditions are met.
F
Hello All,
I have used magento1.9.1 and oye checkout extension, Now I am facing this following issue from staring, I am not able to understand anything here.
If my billing address and shipping address is same
If my billing and shipping address are di
We can easily find out network availability using CFNetwork.framework. Following method can be used for this task :
-(BOOL)isNetworkAvailable
{
CFNetDiagnosticRef dReference;
dReference = CFNetDiagnosticCreateWithURL (NULL, (&am
We often use curves adjustment within the Image menu in Photoshop for changing the contrast of colors within the layers or image. This option is quite good to Enhance the overall contrast and the tonal range for getting a quick result in small time.
Hello Everyone,
I have to make cluster of a given data set. The size of the data set in form of matrix is 10000 x 3, elements are in the form of integers. For clustering I was using MATLAB Artificial Neural Network tool (nctool). While training t
In iPhone application development it is required to fetch the contact detail that are saved in the contact list of iPhone.
So here is the program that will help you to fetch the detail of the contact with name number and contact image, if the image
code or source code: The sequence of instructions in a program.
syntax: The set of legal structures and commands that can be used in a particular programming language.
output: The messages printed to the user by a program.
console: The text box on
FROM_BASE64('string')
FROM_BASE64 function in mysql is used to decode the encoded value. The value which is encode with the BASE64 rule to encode by the MySQL function TO_BASE64, is decoded by this FROM_BASE64 mysql function.
The argument which is p
Hi All,
RSS feeds are the Rich Site Summary feeds, benefit users who want to receive timely updates from favorite websites or to aggregate data from many sites. Here i am using ABC News RSS feeds to get the news Update. A particular RSS feeds are on
Hellow Reader's ! In This Blog we are going to import excel file into MySql table using PHP. If you have Excel files that need to be imported into MySQL, you can import them easily with PHP. First you need to download Excel reader File. In this b
