Skip to content
March 21, 2023

Prajwal Rai Blog

  • Home
  • MY BLOG
    • IT
    • Others
  • C-Program
  • Plus 2
    • Class 11
    • Class 12
  • QBasic
    • QBasic-Basics
    • Patterns in QBasic
    • Numeric Pattern
    • Modular Program
    • Program Design Tools
    • QBasic Projects
  • Web Design
    • HTML AND CSS
    • JavaScript
  • PHP
  • Fundamental
  • About me
Main Menu

Month: February 2023

Class 12(C-Program)

C program to read marks of any 10 students in and count who scored above 80

February 28, 2023February 28, 2023 - by Prajwal Rai - Leave a Comment

C program to read marks of any 10 students in and count who scored above 80 Read More
JavaScript

Swap Values using JavaScript

February 28, 2023February 28, 2023 - by Prajwal Rai - Leave a Comment

Swap Values using JavaScript Read More
PHP

Swap values using PHP

February 28, 2023February 28, 2023 - by Prajwal Rai - Leave a Comment

Swap values using PHP Read More
JavaScript

Square of series JavaScript Code    eg : 1, 4, 9, ….100

February 28, 2023 - by Prajwal Rai - Leave a Comment

Square of series JavaScript Code    eg : 1, 4, 9, ….100 Read More
PHP

CRUD operating PHP

February 27, 2023February 27, 2023 - by Prajwal Rai - Leave a Comment

//for databaseCreate Database name as data CREATE TABLE users(id INT AUTO_INCREMENT PRIMARY KEY,name VARCHAR(50) NOT NULL,email VARCHAR(50) NOT NULL UNIQUE);

CRUD operating PHP Read More
HTML AND CSS / Web Design

Testimonials using HTML and CSS

February 24, 2023February 24, 2023 - by Prajwal Rai - Leave a Comment

Testimonials using HTML and CSS Read More
PHP

Create database and write PHP code to insert data

February 23, 2023February 23, 2023 - by Prajwal Rai - Leave a Comment

Create database and write PHP code to insert data Read More
PHP

Display Access granted message with correct credentials using PHP

February 22, 2023February 22, 2023 - by Prajwal Rai - 1 Comment

Display Access granted message with correct credentials using PHP Read More
PHP

Prime Number or not using PHP

February 19, 2023 - by Prajwal Rai - Leave a Comment

<?php if ($_SERVER[ "REQUEST_METHOD "] == "POST ") { $num = $_POST[ "num "]; $is_prime = true; if ($num <= 1) { $is_prime = false; } else { for ($i …

Prime Number or not using PHP Read More
PHP

Palindrome or not using PHP

February 19, 2023February 19, 2023 - by Prajwal Rai - Leave a Comment

<?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $num = $_POST["num"]; // convert number to string $num_str = strval($num); // reverse the string $reverse_str = strrev($num_str); // check if the original number …

Palindrome or not using PHP Read More

Posts navigation

1 2 … 4 Next

Recent Posts

  • Write a program in C to enter ‘N’ of data using file handling (user choice)
  • Write a program in C to copy file using file handling
  • Write a program in C to display the students of age 20-25 and store in file
  • Write a program in C using structure to enter the id and four different subjects marks of 3 students and display them in proper format along with total and percentage. (Note: Marks should be between 0 and 100)
  • Enter name and post of ‘N’ employees and display using structure in C-Program

Archives

  • March 2023
  • February 2023
  • September 2021
  • May 2021
  • April 2021
  • March 2021
  • August 2020
  • January 2020
  • December 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • October 2015
  • September 2015
Copyright © 2023 Prajwal Rai Blog.
Maintained by Prajwal Rai