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

Improve Your PHP Skill and Efficiency with These Amazing Tools & Frameworks

One of the fastest growing programming languages, PHP, has had a strong foundation and is unshakeable today. The fandom behind PHP is huge and the language deserves it. Numbers say it easily that a majority of websites today are built on PHP. ...

Why wp-cron.php disabled in shared & How to make it works for a website

What is wp-cron.php?   In WordPress, there is a one function name called wp-cron. It is placed in the root path of your website with the name wp-cron.php. It is a kind of run cron job for making below.   >>> Checkin...

Node.js vs. PHP: Which Language is Popular among Developers?

The most popular general-purpose programming language is PHP, which is used for web development.  Also, thousands of websites run PHP on their servers. Several Content Management Systems such as WordPress, Joomla, and Drupal, are entirely ba...

Reasons Why PHP is the First Choice of Web Developers

PHP is one of the most famous unique web advancement dialects. The flexible and competent server scripting language is currently what includes on most destinations which needs a specific username to sign-up, download, transfer, use shopping baske...

Top 10 PHP Tools for Web App Development

  PHP is a scripting language is derived from C and C++, the syntax of PHP is similar to C++ and it supports object-oriented applications. So, developers find it easy to learn and create websites. The PHP built websites can be integra...

Cloud Based PHP Web Development Platforms To Build Faster, Better Web Apps

There was a time when email users had to keep their email stored on their local computers. Outlook was one such service provider where it used PST files, and Eudora used box files. POP3 protocol was designed to allow users to connect to a mail se...

Use Firebase Cloud Messaging to Send Push Notification in PHP Application

Using (FCM) Firebase Cloud Messaging you can send the real time notification to the browser in your PHP web application , Using FCM, you can notify a client that new event or other data or mail is available to sync.     &nb...

How to Implement ResellerRatings API to Get Star Rating Reviews from Third Party Site - 5 Easy Steps

ResellerRatings API for Brand Reviews is the API’s constructed to tell a story about brand reviews, your review data collection effort, product reviews, and the collection of reviews around ResellerRatings as a business unit. This tutori...

What is Zencart eCommerce PHP Web Development Framework & Why is it so Popular?

ecommerce has turned into the method for doing online business today. We as a whole comprehend the criticalness of installing shopping cart programming on your web based business site. Along these lines, on the off chance that you are searching f...

How to Export Data Reports in Excel Using Codeigniter Framework

Excel is a spreadsheet which contains cells in form of rows and columns. We can say it is a computer program which is used to record and manipulate data in rows and columns. In this blog we will learn how export data reports in excel format us...

Top Pain-free Hosting Providers For PHP Web Applications

Since PHP is a popular choice for application developers it is not surprising to note that almost all hosting providers support PHP. The most ideal environment for hassle-free deployment of PHP application is when your hosting provider gives you ...

How to Securely Implement Password Encryption in PHP7 Application

If you are developing a web application or any website, you should have to take a stem to store your user's admin password securely in your database. Secure way means that the way to save your password in your database in an encrypted way ...

How to Create Token Based Approach for Authentic Requests on PHP API

Unlike in website the session are useful for handling users data from one page to another, The API  requires a secret token to do the same. The secret information like email, user type, balance need to be get passed from one request to an...

Top 5 Features That Make Laravel the Best PHP Framework for Development

Laravel is a free open source Web Framework of PHP, developed by Taylor Otwell and debuted in June 2011, with a aim to give an alternative of CodeIgniter Framework which will be more advanced and provides features like built-in-support for user a...

CakePHP 3.x Implementation and Installation on Ubuntu - Beginners Tutorials

CakePHP is an open source web development framework for PHP 5.4+. It is a critical programming framework used by web developers which is completely based on MVC structure, a very powerful used to build complex web applicat...

How to Implement Generators in PHP 7

A generator is the simple and an efficient way to write your code in the form of the iterator. PHP generators is the simple way to write your code that use the foreach loop to repeat your data set of array, without building that array in the m...

CakePHP vs Node.js : Which One & Why to Use for Web App Development?

CakePHP vs Node.js: Major Differences CakePHP and Node.JS both are server side technologies but still there can be few dissimilarity between a CakePHP back-end and a JavaScript-powered back-end via Node.js.     ...

How to implement load more dynamic results functionality using jQuery, Ajax Php and Database?

To display or load more results, whether it is commenting on a blog website, like or images on social media or products on eCommerce website the best UX pattern for this is either pagination, a Load more button or infinite scrolling. In this tuto...

Top 10 Free WordPress Plugins to Add Animation Effect to Your Website

WordPress is an open source CMS based on PHP and MySQL, it is very easiest and SEO friendly in all existing CMS. It has many Themes and Plugins free and paid using which you make your website more attractive. So, this article is a set o...

Learn 4 Easy Steps to Integrate Standard PayPal Gateway in PHP

PayPal is an American Company Founded in 1998 by Palo Alto of California "United States". It provides services to users of online payment globally such as money transfer and traditional payment methods like checks and money orders. &...

Top 5 Content Management Systems Built with CakePHP frameworks

Cakephp is a well known and widely used open source web application framework that offers comprehensive architectural programming for the maintenance, deployment and the development of PHP applications. CakePHP saves the precious time of the...

How to Get Hijri Equivalent Date of Gregorian Date?

Hello Reader's! In this blog, we will see how to get conversion of Gregorian date into Hirji (Islamic date). Before you start the getting the equivalent you must be knowing that Hijri Calendar is about 400 year lags behind our curr...

PHP's file handling system functions.

As PHP is a server side scripting language it does allow to create, access and manipulate files on the web server. Let's see how it works.   The very first need to work with files is to open the file. For this purpose, there is a ...

How to convert the given string in sentence case using php?

The sentence case is one in english language in which the first character of the sentence is in capitals and the rest ones are in lower case.   Lets see how can we convert the given string in sentence case in php.   $st...

How to enable CURL in PHP ?

This tutorial will guide you about "How to enable CURL in PHP". CURL is one the most basic and essential requirement as it allows you to connect different protocols such as HTTP, HTTPS, FTP etc. By default CURL is not enable in php.ini ...

How to convert Gregorian(English) into Hirji date(Arabic)

Hello Reader's, If you are developing an Arabic website where you want to convert English date into Arabic Date then this blog is very helpful to you. In Hijri date the number symbols are convert into islamic language.  So first we...

How to make ranking in php

Hello Reader's If you are developing the project related to gaming and you want make the Ranking of your users, Then this blog is very helpful to you. Suppose you have a criteria of total wins by a user on which the ranking will assign. Yo...

Top 9 Factors to Consider Before Outsourcing PHP Web Development Work

Websites are important for being able to conduct online business and do online marketing. A website needs to be created and designed keeping in mind the targeted audiences and their unique requirements. If the content fails and design is not ...

Discussion on display error messages from mysql response in Cakephp 2.5.6

Hi Reader's, Welcome to FindNerd, today we are going to discuss on display error messages from mysql response in Cakephp 2.5.6 . Sometime you need show sql error messages to users when you get duplicate entries from database. Suppose you ...

Discussion on send puch notification on iPhone in cakephp 2.0.

Hi Reader's, Welcome to FindNerd, today we are going to discuss on send push notification on iPhone in CakePHP 2.0. Push notification is basically used for sending messages on mobiles. It pops up on a mobile device. If you are app publ...

Discussion on send smtp mail from godaddy server in php

Hi Reader's, Welcome to FindNerd, today we are going to discuss on how to send SMTP mail from GoDaddy server in PHP. If you are developing any web application in PHP then, sometimes you are required to send emails in your PHP application....

Calculate distance between two addresses / points / locations using Google map API.

Hello Readers , In this blog we are calculating distance between two address / points / locations using Google Maps V3 API. First we have one small HTML having source and destination fields after clicking the submit function "GetRoute&...

Convert html to PDF with dompdf using PHP.

Hello Readers ,  Below is the explanation of how we can create any HTML into PDF and then further send it to emails as an attachment etc. Install the Dompdf library from github https://github.com/dompdf/dompdf/releases and then put it ...

How to send emails in sendgrid in php.

Hello Readers , For sending emails in sendgrid initially we need two things. Sendgrid API key : To configure API keys, visit https://sendgrid.com/beta/settings/api_key or you may create sendgrid account to have the API keys. Sendgrid L...

Generate Excel file using php with PHPExcel library

To generate an excel file in core php we can use PHPExcel library. download library from the following link here - Download PHPExcel library   Lets cut the chase and see how can we do it :   First of all extract the .zip fo...

How to open, read , wight and close a text file in php?

Open a text file in PHP. To open a text file in PHP you will use fopen() funtion. $yourfile = fopen("yourtextfilepath", "r");// r is a mode that are used for read file. Read a text file in PHP. To read an opened file in PHP you will...

Full Calendar Events From Database

1- Create a mysql Database.   2- Create a Table events inside created database.    CREATE TABLE `events` ( `id` int(10) NOT NULL AUTO_INCREMENT, ...

Drow Basic Lines Using Highchart

1- First of all place JS file in JS folder.         jquery-1.11.0.min.js         highcharts.js         exporting.js   2- ...

Jcrop image croping

1- Place JS and CSS files under head tag. jquery.min.js jquery.Jcrop.js main.css demos.css jquery.Jcrop.css   2- Also copy and paste bellow piece of javascript code under head tag. <script type="text/javascript"...

Integrate Cometchat With CakePHP 3.x.x

1- System Requirements         1- PHP version 5 or greater         2- MySQL version 4/5 or MSSQL Server 2005/2008/2012 or PostgreSQL 9.2-9.5      ...

Upload files and copy it again

1-Upload selected file. <?php move_uploaded_file($_FILES["file"]["tmp_name"],$target);//Upload file ?> 2- Copy uploaded file and place it again in same directory. <?php copy($target, $NewFileNameWithFullPath);//Copy...

Web api to insert data into database using php

Hello Readers! In this blog we are going to create an api for inserting the data into database and then passing the data to the device in JSON format using php.   Step 1 : Firstly you are required to create a database. Here we have cre...

What is overloading and overriding in php?

Overriding: When we inherit a class into another class and provide the definition for one of the function of parent class  inside the child class, then this function is overridden and this process is known as function overridding. Overr...

How to get selected numbers of character from column using Codeigniter?

Hello Readers, If you are using CodeIgniter you want to fetch limited MySQL results then in this blog we will learn how to to this.   Suppose you want only first 200 chars of a field then you should only fetch limited results, this wil...

How to post a comment on blog using Ajax?

Hello Reader's , If you have developed the blogging website and you want to make commenting via ajax then this article will be very helpful for you. You can develop commenting function with many ways but if you use ajax then you can speed up ...

How to make count down timmer using Javascript?

Hello Reader's, If you want to make a time count-down timer then in this blog we will learn how to make this. A count-down timer is front end clock which shows time in decrement order. This is done by using javascript, So let's get starte...

How to show location image and details inside google marker on map?

Hi reader's, If you are developing website using google map and want to show location image and detail inside the marker then in this we will see how to do this.  Step 1: Create a blank space as an HTML div where the google map will l...

How to change default messages of data tables?

Hello Reader, If you are using data tables in your web website and want to change default message of it then in this blog you can see how to change them.  Now-a-days, Data tables are getting very popular because of its real-time instant s...

How to check if mobile is already register during register via ajax

Hello Reader's if you are developing a user based registration portal and you want to make unique mobile number facility then you can do this via ajax and php. In this tutorial we will see how to develop the portal which will check and verify...

How to make login via ajax in codeingiter

Hello Reader's, If you are developing the website in codeigniter and want to make login via ajax, then you have to use use ajax with PHP in website functionality. Ajax give you a lot of functions by which speed of website will increase. ...
prev 1 3 15
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: