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

Search In

How to connect database using PDO in php

PDO does not account for database specific syntax. It can allow for the process of switching databases and platforms. PDO can simply switch the connection string in many instances. PDO supports the following database: PDO_FIREBIRD ( Firebird/Interbas

How to configure database setting in YII php framework

In 'config/main.php' file we have database setting in yii for set or change database open main.php file and search 'db' you will see something like this 'db'=>array( 'connectionString' => 'mysql:host=localhost;dbname=mydb',

Login Authentication

Below i have written the code for Login Authentication, this code will check that weather the entered name and password are there in database or not. The following code will return true boolean value if the entered name and password exist in database

How Can You Test WordPress Site Backup

In case you are managing WordPress websites for long, then you know about the need for taking regular backups. Backup save from a lot of trouble in case of any unexpected problem.   Furthermore, to take a regular backup, it’s also essent

Simple MVVM Application In WPF

In this article we are going to see simple implementation of MVVM pattern in WPF application. For the sake of simplicity, we'll be showing the list of users and will get detailed explanation of the process followed behind the scene.   Firs

How AI is Transforming the App Development Process?

The Time spent on mobile applications surpassed almost half for the first time ever in 2018. According to recent survey, interest for big enterprise application will surpass existing developers or mobile application development companies limit by ten

Informatica 10: Data Integration Advantageous Features Over Other Tools

v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Informatica, being a software development company offers different products for data integration. The p

Add, Edit, Delete Examples In CakePHP

To perform add, delete, edit operation in Cake-PHP, first you need to create database table to store records. CREATE TABLE `users` ( `id` int(10) UNSIGNED NOT NULL, `username` varchar(128) DEFAULT NULL, `password` varchar(128) DEFAULT NULL,

Built in Objects in ASP.NET

ASP stands for Active Server Pages. By using ASP built-in objects, we can get the information related to the web server, web pages in the web application etc. the built-in objects are categorized according to the information it contain. Following ar

1 137 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: