
Search In
If the create method is successful, the value associated to the request key will be a dictionary containing various information about the created request:
1-id: the request id
2-key: your private key for this request
For example code is like below.
We can insert the json data in to mySQL using php .please see the below example for processing json data to mySQL.
Example : -
Suppose we have a file having json data like below -
{"FirstName":"ravi", "LastName":"srivastva"}
For processing
In MySQL, The SELECT statement is used to select data from a table.
SELECT Syntax
SELECT column_name,column_name
FROM table_name;
and to select all records
SELECT * FROM table_name;
We have a table "employee" as below:
employee
id fi
Hi Reader's,
Welcome to FindNerd, today we are going to discuss Group By in Cakephp
In Cakephp web application sometimes we need to fetch data from database according to group field name. So GROUP BY statement is used in conjunction with the agg
Component is a type of joomla extension. They work as a mini application in joomla. Joomla provides several components which gives it the power to be the best CMS in the world. Some of the top joomla components are:
Virtuemart:
Virtuemart is an
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
We can use a plugin, that will help us to create an admin panel in a very short span of time.
For cakephp framework there is a plugin named as “BrowniePHP”.
Prerequisite:
One should know how to create web sites and web applications using cakeph
Nowadays the Enterprise Level Apps are gaining more importance and the advantages are really outstanding. Enterprise level apps are basically Saas ( Software as a Service ) based. SAAS based application provides the advantage of combination of variou
Hi all,
I am explaining here how we can build large interactive applications in any technology not even in php. We can build a very powerful applications using Three tier architecture known as Model View Controller i.e MVC. There are so many mvc fr
Hello Guys,
What is XAMPP ?
As XAMPP is a user friendly application and very easy to install. It contain components like Apache web server application, Mysql Database , PHP and Perl programming support.
In my previous blog post, We discussed abo
