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

Search In

How to inherit the properties and methods of base class to the child class in php

<?php class data<br> {<br> public $firstno;<br> public $secondno;<br> public function getData($fno,$sno)<br> {<br> $this->firstno=$fno;<br> $this->seco

Best 5 Lightweight PHP Frameworks for REST APIs Development

  Are you ready to develop the Rest APIs in PHP? The first thing you require is a lightweight PHP Framework to create a fast and reliable restful service. A framework in PHP language is considered as a means to enhance the productivity to del

Chapter 2: How to connect with mongoDb and use mongoDb model using nodeJS

NodeJS is an open source, completely free and javascript based platform built on Google Chrome's JavaScript V8 Engine. In other words, we can say that NodeJS is a cross platform which is used to develop server side web application. In my previou

Add & Remove Multiple Dynamic Fields Using JQuery in PHP Application - Easy Way to Do It

Sometimes you need to adding dynamic fields in a form as per client requirement. The dynamic field is new input field which will be created whenever we click + button in our script. Here, in this tutorial, I have provided an easy way to add dynamic f

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 dev

Php Sql Injection Secure Tags

New Friends! :) The following is my member registration code as of latest. ISSUE 1:  I get this error: Parse error: syntax error, unexpected '_' (T_STRING), expecting ',' or ')' in C:\xampp\htdocs\e_id\register_edited

Arrays in php

Arrays are the sequential memory storage which holds the different elements of same type under a common name. The arrays have key/value pair in which the key points to the value. There are two types of arrays: Indexed array and Associative arra

How to fetch twitter user feeds using PHP

If you want to display twitter user feeds then use the below code of flow. First of all for user timeline json you have to visit below twitter link. http://dev.twitter.com/doc/get/statuses/user_timeline For detail parameter please visit. http://a

Security in Drupal

What Basic Steps You can take to make you drupal site to make it much more secure. Actually Drupal is configured to be secure out of the box, because it restrained it's permission, but as we extend website according to our need we get playing around

Pagination with search in cakephp 2.x

Pagination with search in Cakephp 2 Hello friends, today I am going to tell you how to use searching with pagination in Cakephp 2. If you want to search multiple things like first name, last name, email etc then it can be done easily. Lets begin sea

1 32 39
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: