Skip to content
May 10, 2025
Prajwal Rai Blog

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

Author: Prajwal Rai

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, 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, 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, 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, 2023 - by Prajwal Rai - Leave a 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, 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
PHP

Add two numbers 6 and 7 using PHP

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

<?php $sum = 6 + 7; echo "The sum of 6 and 7 is: " , $sum; ?>

Add two numbers 6 and 7 using PHP Read More
PHP

Even or Odd using PHP

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

<!DOCTYPE html> <html> <head> <title>Even or odd checker</title> </head> <body> <form method="post"> <label for="number">Enter a number:</label> <input type="text" id="number" name="number"><br><br> <input type="submit" name="submit" value="Check"> </form> <?php if (isset($_POST['submit'])) { $num …

Even or Odd using PHP Read More
PHP

Greatest among any two numbers using PHP

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

<html> <head> <title>Find the greatest number</title> </head> <body> <form method="post" > <label for="number1">Enter the first number:</label> <input type="number" id="number1" name="number1"><br><br> <label for="number2">Enter the second number:</label> <input type="number" id="number2" name="number2"><br><br> <input …

Greatest among any two numbers using PHP Read More

Posts pagination

Previous 1 … 3 4 5 … 18 Next

Recent Posts

  • Betano Apostas Esportivas Afin De Apostar Em Futebol Ao Vivo, Basquete E Obter Os Grandes Bônus!
  • Betano Cadastro 2025: Tais Como Fazer Conta Começar A Jogar
  • Betano Application Baixar Apk Afin De Android E Ios Simply No Brasil
  • Фан Спорт Fansport веб-сайт Бк Ставки На Спорт Регистрация На Сайте С Бонусом Мобильное Приложение Fansport
  • Фан Спорт Fansport веб-сайт Бк Ставки На Спорт Регистрация На Сайте С Бонусом Мобильное Приложение Fansport

Recent Comments

  1. Dilip Patel on About me
  2. Kshitiz Shrestha on Simple HTML Project for students of Class 8,9,10,11
  3. Ganesh on About me
  4. sabin on About me
  5. Prajwal Rai on Library Functions in QBASIC-Introduction

Archives

  • May 2025
  • April 2025
  • April 2024
  • April 2023
  • 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

Categories

  • 20bet Casino Logowanie 842
  • Bet20 Casino 746
  • Betano Site 34
  • Class 11
  • Class 12
  • Class 12(C-Program)
  • Dafabet Casino 891
  • Ekbet Live 397
  • Excursions 958
  • Fansbet Review 632
  • Fundamental
  • HTML AND CSS
  • IT
  • JavaScript
  • Metatrader Cryptocurrency Exchange 241
  • Modular Program
  • MY BLOG
  • Numeric Pattern
  • Others
  • Partycasino Bonus Code 10€ 839
  • Patterns in QBasic
  • PHP
  • Plus 2
  • Program Design Tools
  • QBasic
  • QBasic Projects
  • QBasic-Basics
  • Sportsbet Oficial 799
  • Web Design
Copyright © 2025 Prajwal Rai Blog.
Maintained by Prajwal Rai