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

Search In

SQL Server : How to Enable or Disable All the Triggers on a Table and Database?

Sometimes we need to disable trigger on a table especially when performing admin tasks on a table. Following commands provide a quick way to disable all the triggers for a table. Please note that when we are diabling triggers on a table we will ha

I'm getting import CSV error while uploading files in php

Hi i'm developing the panel where admin can import the csv file directly to mysql database. But I'm getting the error. My code is <?php //ENTER THE RELEVANT INFO BELOW $mysqlDatabaseName ='bilmos'; $mysqlUserName ='root'; $mysqlPassword ='23nbhfi

How to add AngularJS in Django framework?

In Django framework first, create a project and then setup all file in Django server. Follow these steps given below Step1- First, create a project in Django using the link given below and setup database in setting.py file. http://findnerd.com/acco

Export MySQL Table Records into CSV file

This article demonstrate how we can export records from MySQL Table to a CSV file. fputcsv() is a buit in function of PHP which takes an array and a file pointer as parameters which convert the array data into CSV format and writes it to the file.

Dependency Injection in .Net

Hi Friends,        Today I will brief you about Dependency Injection. In this blog I will cover up the following topics :- About Dependency Injection Real Life Scenario of Dependency. Benefits of DI.

How to use error_log() function in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use error_log() function in php ? The error_log() function is used for sending an error message to a log, to a file, or to a mail account. The error_log() function always ret

How to debug MYSQL database Issue while using DatePicker

As we all know that MYSQL (phpmyadmin) database require " YYYY-MM-DD " format while saving a certain DATE . So if we are using Datepicker we have to adjust the date format. $(function() { $( "#datepicker" ).datepicker({ dateFormat:'yy-

Hot And Cold Backups in MySql

While taking backup our goal is to keep the application, database system, and web site, in running condition while we are taking the backup. Database backup technique can be classified mainly into two categories: - Hot Backup - Cold Backup

How AI makes your Wordpress site Smarter?

You might have heard or read about the benefits of artificial intelligence in web or mobile app development. But, do you know AI can also impact the performance and functionality of your WordPress based website. And not only this, it can enhance over

How to optimize and repair all databases and tabels in mysql?

Optimization of database tables in mysql is a methodology which must be done frequently to make your database healthy. As per mysql manual, OPTIMIZE TABLE should be used if you have deleted a large part of a table or if you have made many chan

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