Wednesday, November 6, 2019

Larvel - If SQL statement NULL then return Zero

Dealing with null values in Laravel database query?

Larvel - If SQL statement NULL then return Zero. You can use is_null() method.

if(is_null($dbill))
{
$billno= 1;
}
else
{
$billno=$dbill->trn_billno + 1;
}

Sunday, July 14, 2019

Student Projects 2019-2020

In Student Projects 2019-2020 season we had given following project topics to our students. Students may pick best topic from this. If you have any idea you can share project topic in the comment box. All this projects will be published in the upcoming days.


I'm protected online with Avast Free Antivirus. Get it here — it's free forever.

Friday, July 12, 2019

Matrimonial Management System

This project is about Matrimonial Management System. The system is about to conclude the matchmaking of the Grooms/Brides. From this system he/she can able to find perfect life partner for their life. The System consists of several modules to undergo, which covers the informations/details of all logged-in persons.This system allows the individuals to get his/her informations such as Name, Gender, Religion, Caste, Marital status, Salary, Occupation etc., after Registration has made.The person looking for marriage can register and search for a profile that matches their requirements.This system can also allows individuals to search their requirements by Gender, Age, Religion, Caste etc. This project is developed using C++ programming Language.   
https://www.studentprojectguide.com/c-and-c-source-code/matrimonial-management-system/  

Thursday, July 11, 2019

Mobile Healthcare System

All are aware of the famous saying "Health is Wealth". No one in this world is perfectly alright in case of health. Each and everyone is suffering from some or the other sickness. With the increase in the technology, more applications are being used through the mobile devices. The mobile healthcare system application provides an end to end solution for patient monitoring. The mobile healthcare system has a number of mobile devices and sensors attached to a patient. The data of the patients will be assembled by the sensors and will be sent to the mobile healthcare and the respective hospitals.

Mobile Healthcare System

https://www.studentprojectguide.com/asp-net/asp-net-c/mobile-healthcare-system/  

Tuesday, July 9, 2019

Civil Food supply and allotment management system

The Civil Food supply and allotment management system is the Ration Card software application to reduce the clerical work and time in fair price shop. This software will keep allotment reports of each month up-to-date so this may helps in reports generations. This is the student project developed using VB.NET and SQL Server.

Civil Food supply and allotment management systemhttps://www.studentprojectguide.com/vb-net/civil-food-supply-and-allotment-management-system/  

Monday, July 8, 2019

BANK Staff Management System

The main purpose of BANK Staff Management System is to reduce the manual operation required to maintain all the records of Employees. And also generates the various reports for analysis. The purpose of Staff Management is to perform monthly salary generation, Attendance, leave sanctions of the employees and to perform search regarding various categories within less time. It reduces the human effort by making everything computerized. 
BANK Staff Management System

I'm protected online with Avast Free Antivirus. Get it here — it's free forever.

Police Info System

Police Info System is a system in which all the paperwork of the station is maintained in a single system and it makes handling of records easier. Here we can maintain, add and retrieve all the records like criminal record, complaint record, most wanted criminal record, post mortem details, case history etc.. in a single database system.