shivam October 17, 2022 0

What is CURD operations ?

CURD = CREATE-UPDATE-READ-DELETE These four operations are used to manipulate the data in database,  users must be able to create data, read data, update or edit the data, and delete…

shivam August 10, 2022 0

Student Record in PHP

Code output Firstname Secondname DOB Course Gender semester Address E-mail shivam chourasiya 11-07-2002 BCA male 4th sem HSR layout shivu.c@gmail.com ravi kumar 12-09-2003 BBA male 2th sem BTM layout rabi.kumar@gmil.com

shivam August 9, 2022 0

PHP(Hypertext Preprocessor)

NTRODUCTION PHP is Hypertext preprocessor It is a server-side scripting language that is used for web development. It can be easily embedded with HTML files. HTML codes can also be…