PROJECT & TECHNICAL

Breaking

Thursday, November 1, 2018

Create Login Window in C# Step by step Using Sql Server

12:26 PM 1
Create Login Window in C# Step by step Using Sql Server
++CODE++ using System.Windows.Forms; using System.Data.SqlClient; namespace proj { public partial class Form1: Form { SqlConnection gObjConn; SqlCommand gObjcmd; SqlDataAdapter gObjAdpt; DataSet gObjDs; string gsSqlQuery = ""; string gsConnStr = ""; public Form1() { InitializeComponent(); ...

Wednesday, October 31, 2018

Social Networking Project in PHP

9:35 AM 1
Social Networking Project in PHP
Social Networking Website is a project developed by procedural PHP, MySQL, Bootstrap, and Ajax. This application is based on web application and develop with procedural PHP, MySQL database, Ajax, data tables plugins, and bootstrap. It is web-based social networking software. This Website is designed by keeping in view that the students who visit the site...

Stock Management Software with PHP

9:34 AM 0
Stock Management Software with PHP
 Online stock Management Software is an open source project developed by procedural PHP, MySQL, Bootstrap, and jquery. This application is based on web application and develop with procedural PHP, MySQL database, jquery, data tables plugins, and bootstrap. This application provides the users to manage brands, category, product, orders, and report. This...

School Management System With PHP

9:27 AM 1
 School Management System  With PHP
School Management System, is an open source project for people who want to grab the core idea of the data processor within the system. As well as, you can practice this system for the assignments too. Though, if you want to use it on the online project then I highly recommend implementing the PHP security. Since we just wanted to provide this system as a platform...