Skip to main content

Posts

Showing posts from November, 2016

Major and Primary Dueties Of Network Layer | TCP/IP Model

Major duties of network layer. TCP/IP Model Fundamental of Networking Here you can learn what are the major duties of the network layer in TCP/IP mode which is the topic of Fundametal of Network ( FON ) subject. Routing :   Having Some Idea about the other routers that where each of them is located.                  Internal Routing & External Routing Forwarding :   Once the router know the location of other routers, It can send the packets to a given destination is known as forwarding. Routing Table :  Finding out who is where and generate a map is known as routing table. Routing algorithm :  Routers learn about each other by applying routing algorithms.  Then routers can get Best Path to reach the destination routers. Manages sessions and their accounting Which user has sent how many packets Useful for auditing and tracing Done by SNMP(Simple...

Most 5 Powerfull PHP Frameworks for 2016/2017

As one of the greater celebrated web development platforms, PHP has been passed down by web developers entire the world. The expertise and awareness of PHP developers is credit an endless amount of gratitude. Whole level of project development has been finished productively applying dashing PHP frameworks. Carry on reading this post as I’ll be talking about 5 impressive PHP frameworks which have hand over every PHP developer a base for building high-doing web applications. 1. Laravel Laravel is yet another sparkling PHP Framework that’s armed with tons of alluring features along with RESTful routing, endemic PHP or light weight heavenly engine and etc. Created using a lot Symfony factor, Laravel bid you web application an stunning base of positive and well-proved code. Many other amusing features of Laravel cover : a powerful chain athenaeum, an amazing ORM, painless routing and a simple authentication. 2. Codeigni...

Create Live Search and Pagination in PHP with JQuery Datatable Plugin

Hi Guys today I am giving this tutorial for client side searching in a PHP with jQuery Datatable Plugin this is a very plain and smooth code so you can use it. you can use this code your website and projects where you want to use rapid searching you can use this code it is 5 line of code to create a plain and rapid searching so check it in below. First of all you should add .CSS file and .JS file and Jquery file in your php file. CDN CSS file ........................ http://cdn.datatables.net/1.10.12/css/jquery.dataTables.min.css CDN Jquery file ........................ https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js CDN JS file ........................ http://cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js Example here : <?php $obj=new mysqli("localhost","root","","database_name"); ?> <html> <head> <title>Demo Live searc...