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

Search In

Register form won't connect

Can some one please help with a register form for a website? I can't get it to load information to database. prepare($query); $statement->bind_param('ssssissiisss', $firstname, $lastname, $streetAddress, $suburb, $postcode, $state, $country

Useful built-in directives in AngularJS

A  Directive helps us to control the rendering of the HTML inside an AngularJS application. It makes AngularJS responsive. It adds functionality to the application. AngularJS has its built in set of directives. Some commonly used directives are

Page Redirection in Javascript

What are the different ways to redirect page in javascript? Page Redirection is a situation when a  user locates from one page to another. There are two kinds of redirect :  Server side redirect : In this,  server init

Configure Profiles in a Maven Project

Hello Guys ! In this blog, we'll see how to configure the profiles in a Maven project. We might have different sensitive information that we need to maintain to different environments. For example - A developer might have different server prope

Directives in ASP.NET page

To know the Directives used in ASP.NET page, First of all, we should know what is ASP.NET directive and where it is used? So,  Directive  are the commands helps in specifying optional settings, such as registering a cus

PHP and AJAX

AJAX is a topic which comes under PHP AJAX Stands for Asynchronous JavaScript and XML. AJAX is used to update segment of web pages, without refreshing the whole page. By using AJAX we can create dynamic web pages easily and very fast.

Building WCF services in VB.NET

While making WCF services sometimes you have scenarios that it needs to be done in VB For doing that we will made Operation Contract for defining method signature And we will made the Data <ServiceContract()> Public Interface IService1

  • 226
Table alias while making joins

While performing joins you need specific columns of the joined tables so for doing that you need to mention the name of the column with their table name.   This task gets tedious because you have to write your table name with every column you

DataTable in ADO.NET

While working with ADO.NET we use two kinds of approach Connected Disconnected   Connected approach is the one where the database connection is opened and closed.   Disconnected approach is the one where no need to open or close da

  • 124
Passing parameters in stored procedure in ADO.NET

While writing codes in your application for insert delete update select you majorly does it with the help of stored procedures.   So for that we can have stored procedures that can be parameterized or without parameters.   So for that w

  • 212
1 872 949
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: