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

Search In

PHP Magic function Construct and Destruct?

Hello Readers, today we discussed about PHP Magic function Construct and Destruct. The most frequent of PHP's magic approach is __construct() method and __destruct(). When you've been following along with the Building Cribbb series I'm s

Best practices for error handling and logging

In this blog I have summarized the best practices for error handling and logging. 1) Appropriate use of try/catch. 2) Log sufficient contextual information. All exceptions are logged(with userid , page or proc name, timestamps ,inner exception , st

uploading file

when i execute this file.php only it will upload, when i run in Mainlayout.php its not uploading. Below file is File.php, its to upload csv file.. Canone help me plzzzzzzzz   <form name="import" method="post" enctype="multipart/form-data"&

Hooks in cakephp

Hooks are the functions that we can call prior and afterward doing any task in Models related to database. These are also known as callback methods. Like after finding data, before saving data etc. e.g beforeSave(), afterSave(), before

Create Login, Registration and Forgot Password Module in PHP Laravel Application

Laravel makes to the list of most famous, free, open source PHP frameworks. Developers world over uses Laravel framework to develop web applications based on MVC approach. Artisan, the name of the Laravel Command Line Interface (CLI), helps developer

Active Record Migrations In Rails

Migrations in Rails Active records provide us with a very useful feature to change or alter our database schema in ruby on rails. Through these migrations we can make necessary changes to our database and make changes in our tables and rows. Activ

Stored procedure in ADO.NET

In ActivexDataObject we use Sql classes to perform multiple operations related to the database ant the datasources.   We write SQL statements directly into the Sql class object or we can write the stored procedure and just invoke it in the Sql

How Does SMS Marketing Work? Why Is It Helpful In A Business?

Short messaging service (SMS) marketing is a way to keep consumers in the loop. This marketing technique also helps your business reach out to targeted audiences. It sends text messages to your leads and customers to communicate with them, specifical

Fetching Data from database using php

To fetch a data from database by using simple PHP code,  firstly create a connection to the database by using simple query and create a login form using HTML code for entering values through user. on clickinng submit button, This form will be lo

Exporting SQL Server table data to Excel

Hi Readers ! In this Blog we will find how we can Export SQL Server table data to Excel using .net code . using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; us

1 95 161
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: