++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();
...
Thursday, November 1, 2018
Wednesday, October 31, 2018
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
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
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...