Blog

AIT

Q1:-Demonstrate a PHP Program to insert a roll number and student name in a Student table (create database dbStudents with appropriate field). Accept roll number and name from the user.
Q2:-Create a website using HTML and CSS code to design webpages as follows - The first webpage will accept the name of the traveller, date of travel, telephone number. It also has submit button as an image. The second webpage has information about the name of transporter, time , seatno and destination displayed one belowtheotherintheformofunorderedlistas • Name of transporter– AirAsia • Time - 09:30am • Seatno– B39 • Destination–Delhi Both pages should be interlinked. Create external style sheet with relevant tags


Q3:-Demonstrate a code in PHP tocreate calculator which will accept two values as arguments, then add them,subtract them, multiply them together, or divide them on request.


Q4:-Demonstrate a PHP Program toupdate a Dept of employee of given Empno from Employee table  (create database dbEMP with appropriatefield). Accept roll number and name from the user.


Q5:- Demonstrate a program to perform the Insertion & updation of records using PHP Script in Student table with appropriate field.




Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Search This Blog

Pages

  • Home
  • AIT
  • Python
  • Andriod

Report Abuse

AL/ML

Command to open jupiter python  -m jupyter lab Read the file  import pandas as pd # Specify the path to your CSV file csv_file_path = 'p...

  • Q2 )Create a website using HTML and CSS code to design webpages as follows - The first webpage will accept the name of the traveller, date of travel, telephone number. It also has submit button as an image. The second webpage has information about the name of transporter, time , seatno and destination displayed one belowtheotherintheformofunorderedlistas • Name of transporter– AirAsia • Time - 09:30am • Seatno– B39 • Destination–Delhi Both pages should be interlinked. Create external style sheet with relevant tags
      <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name=...
  • 10) Write a Menu Driver Program to add, display, search, sort and exit in book database containing Book_id, Book_name, Book_author through Python-MongoDB connectivity.
    from pymongo import MongoClient import pprint   # Connect to MongoDB client = MongoClient("mongodb://localhost:27017/") ...
Simple theme. Powered by Blogger.