Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Wordpress: Create custom fields for post type at admin end & fetch them at front end

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

Data Quality checks in PIM

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

PHP: Read CSV FILE, Write CSV FILE and READWRITE CSV FILE

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"

How to read data from CSV file

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

Count number of rows and fields in a result set using MySQLi functions

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

How to upload image using proffer component in CakePHP3?

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 Forms - Submit and Reset Button

<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" /

Calculations in Active Records Query Interface

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

FORM HANDLING IN PHP

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"

How to Implement AngulaJs Form Validation in a Web Application

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

1 18 103
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: