
Search In
Create custom fields for post type at admin end and fetch them at front end in Wordpress
The below code will create custom meta box at post type ata dmin end.Put the following code in your theme's function.php file if you want to customize theme
Hello
Today's post discusses about the relevance of quality of data in PIM and its need for easier identification and categorization of data from different sources.
Data quality checks
Quality of data plays a very important role in produc
1> Read CSV file
When you read the CSV file in php you use the code given below.Here we use the fopen(), fgetcsv() functions to read the csv file.
The below code reads data from a CSV file read.csv
<?php
if (($handle = fopen("read.csv", "r"
In PHP it is very easy to read data from CSV file using fgetcsv(), which is used to read data from a CSV file. This function reads each line of a CSV file and assign values into an array. The function returns the array of CSV fields. It returns FALSE
In my previous articles we learned how to perform CRUD operation using MySQLi Procedural and Object Oriented style. On performing CRUD operations, the data of MySQL table are affected. This article provides the details of functions which can be used
Hello Reader's ,
Hope you are doing good today.
Today in my blog I am going to explain how you can upload the image using proffer component in CakePHP 3.
First, you need to install Proffer Component in your project directory .Open
<html>
<head><title>myForm</title><head>
<body>
<form action = "example.com" method="Post">
First Name:
<input type = "text" name = "firstname" />
Last Name:
<input type = "text" name = "lastname" /
Active records query interface provide us with some very nice features to perform calculations or mathematical operations to retrieve selected records on the basis of those mathematical calculations. Those methods are as follows:
Count
Count met
Below is a simple html form which have two input type fields and submit button :-
<html>
<body>
<form action="form_post.php" method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text"
AngularJS is an open source free and most popular JavaScript client-side framework which provides a great power to built HTML and JavaScript based web application.
This tutorial is in continuation with my previous tutorials, regarding Angula