Web coding support
  • Home
  • PHP
  • Phonegap
  • Angular Js
  • Node Js
  • Previous year questions
  • B.Tech Questions
  • RTU

How to create pagination in PHP and MySQL

  • By admin
  • Jun-26-2016
  • MySQL, oops, Pagination, PHP
  • 0 Comments.

To handle the large number of records in database pagination is most important part to view records. This article will teach you how to create pagination in PHP with mysql database results. I have created a pagination class which holds the mysql results and html for generated links. This is very simple and secure to […]

FacebookTwitterGoogle+Google GmailPrintPinterestFacebook MessengerWordPressShare

Login with facebook in core php

  • By admin
  • Jun-11-2016
  • facebook, PHP
  • 0 Comments.

login-with-facebook-php create login with facebook in core php First of all create a new facebook app and get the APP_ID and APP_SECRET_KEY. Now time to install facebook sdk directly or by composer By composer create a file in your directory composer.json { “require” : { “facebook/php-sdk-v4” : “~5.0” } } and run command composer install […]

FacebookTwitterGoogle+Google GmailPrintPinterestFacebook MessengerWordPressShare

Create app in phonegap in windows

  • By admin
  • Jun-11-2016
  • Phonegap
  • 0 Comments.

Phonegap (Cordova) is a tool that allows creating native mobile app using HTML, CSS and Javascript. This article shows you, how to create application and deploy them to various native mobile platforms using the cordova command-line interface (CLI). Install Cordova using CLI Follow these steps to install: Download and install Node.js. Following installation, you should […]

FacebookTwitterGoogle+Google GmailPrintPinterestFacebook MessengerWordPressShare

Form validation in codeigniter

  • By admin
  • May-29-2016
  • Codeigniter, PHP
  • 0 Comments.

This post will show validate a form in codeigniter. ci-validations Its necessary to validate your form to prevent user to upload any unwanted data. full validations description of codeIgniter create a controller and load the form validation library and helper form and url. $this->load->helper(array(“form”,”url”)); $this->load->library(‘form_validation’); and load your view. In view create a html form […]

FacebookTwitterGoogle+Google GmailPrintPinterestFacebook MessengerWordPressShare

What is static functions in php

  • By admin
  • May-28-2016
  • oops, PHP
  • 0 Comments.

This article describe the use of static function and their definition. After Declare a class or methods as static they can access without needing an instantiation of the class. Because static methods are callable without an instance of the object created, the pseudo-variable $this is not available inside the method declared as static. Simply, static […]

FacebookTwitterGoogle+Google GmailPrintPinterestFacebook MessengerWordPressShare
  • 1
  • 2

Categories

  • Angular Js
  • Array
  • Codeigniter
  • facebook
  • Javascript
  • jquery
  • MySQL
  • oops
  • Pagination
  • Phonegap
  • PHP

Recent Posts

  • Fetch random results form MySQL
  • HTML DOM Manipulation using JavaScript
  • Magic function library for Codeigniter like CakePHP
  • What is the difference between an interface and abstract class
  • How to reset an array keys in php

Tags

Abstract Class angularjs array codeigniter facebook facebook login facebook sdk form validations function hide html Interface javascript jquery magic functions method mysql ng-hide ng-show nghide ngshow oops pagiation php recursion reference show static static functions

Subscribe us

Name
Email *
About This Site

We provide the simplest tutorials for web development.

Pages
  • Home
  • B.Tech Questions
  • Previous year questions
  • RTU
Categories
  • Angular Js
  • Array
  • Codeigniter
  • facebook
  • Javascript
  • jquery
  • MySQL
  • oops
  • Pagination
  • Phonegap
  • PHP
Search
  • facebook
  • twitter

Powered by Minmarks.com  |  A Coding blog by By Jitendra.