Get post program 7 W.a.p. that Enter two numbers from user and do arithmetic operation



Similar documents
Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Certified PHP/MySQL Web Developer Course

INFORMATION BROCHURE Certificate Course in Web Design Using PHP/MySQL

Web Development using PHP (WD_PHP) Duration 1.5 months

Mass . General Use

DNNCentric Custom Form Creator. User Manual

Specialized Programme on Web Application Development using Open Source Tools

DIPLOMA IN WEBDEVELOPMENT

BF Survey Plus User Guide

Facebook Twitter YouTube Google Plus Website

Help on Icons and Drop-down Options in Document Editor

Participant Guide RP301: Ad Hoc Business Intelligence Reporting

Excel 2003 Tutorials - Video File Attributes

MyFaxCentral User Administration Guide

Microsoft Dynamics GP. SmartList Builder User s Guide With Excel Report Builder

Web Portal User Guide. Version 6.0

Quick Reference Guide Course Homepage Management (Faculty)

HTML Egg Pro. Tutorials

Access Tutorial 3 Maintaining and Querying a Database. Microsoft Office 2013 Enhanced

Microsoft Word 2010 Basics

Tutorial 3 Maintaining and Querying a Database

A Brief Introduction to MySQL

Specialized Programme on Web Application Development using Open Source Tools

G563 Quantitative Paleontology. SQL databases. An introduction. Department of Geological Sciences Indiana University. (c) 2012, P.

Microsoft Dynamics GP. Extender User s Guide

WYSIWYG Editor in Detail

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

DATA 301 Introduction to Data Analytics Microsoft Excel VBA. Dr. Ramon Lawrence University of British Columbia Okanagan

Using your content management system EXPRESSIONENGINE CMS DOCUMENTATION UKONS

Certified PHP Developer VS-1054

Dolphin Dynamics. Document Configuration: HTML Editor

WEB DEVELOPMENT COURSE (PHP/ MYSQL)

Mobile Web Design with HTML5, CSS3, JavaScript and JQuery Mobile Training BSP-2256 Length: 5 days Price: $ 2,895.00

Microsoft Word 2013 Basics

Course Outline Basic Web Development

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication

UHR Training Services Student Manual

Q&As: Microsoft Excel 2013: Chapter 2

IBM MaaS360 Mobile Document Editor User Guide

Field Properties Quick Reference

AFN-SchoolStoreManagerGuide

Bulk . What s Inside this Guide. Bulk and How To Get There 2. Bulk Setup 4. Bulk Details 7

AVDC Document Management System Getting Started

Tabulizer version 6.x

Publish Joomla! Article

Using CSI s Web Messaging System: Imail URL: mail.csi.cuny.edu

Microsoft Outlook Introduction

MS Excel. Handout: Level 2. elearning Department. Copyright 2016 CMS e-learning Department. All Rights Reserved. Page 1 of 11

Microsoft Excel 2010 Tutorial

S.A.T.E.P. : Synchronous-Asynchronous Tele-education Platform

Lesson 07: MS ACCESS - Handout. Introduction to database (30 mins)

HOW TO PAGE A DOCUMENT IN MICROSOFT WORD

Access NAMES Computerized Database

Data Management Applications with Drupal as Your Framework

Microsoft Office Publisher 2010

Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL

How to Customize Printing Layouts with the Print Layout Designer

How to Edit Your Website

IE Class Web Design Curriculum

USM Web Content Management System

ADOBE ACROBAT 7.0 CREATING FORMS

Excel 2007 Tutorials - Video File Attributes

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

Basic Excel Handbook

How to create database in GlycomcsPortal?

BT CONTENT SHOWCASE. JOOMLA EXTENSION User guide Version 2.1. Copyright 2013 Bowthemes Inc.

Web Mail Classic Web Mail

This manual assumes you already have Precurio installed and configured appropriately.

Traffic Management App. User Guide

Using the Content Management System

SP Term Cloud Installation

Using SQL Server Management Studio

Word 2007: Basics Learning Guide

CSCI110 Exercise 4: Database - MySQL

Handout: Creating Forms in Word 2010

GCSE Database Projects in Access

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle

Wakanda Studio Features

Advance DBMS. Structured Query Language (SQL)

Norwex Office Suite: The Consultant Experience

BreezingForms Guide. 18 Forms: BreezingForms

Windows PowerShell Essentials

Updox, LLC

The Task Pane within the Workflow screen allows users to receive, send and manage tasks

Google Docs Basics Website:

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

RA MODEL VISUALIZATION WITH MICROSOFT EXCEL 2013 AND GEPHI

Using the Universal Library

Import Filter Editor User s Guide

Visual Basic 2010 Essentials

How to Configure the Workflow Service and Design the Workflow Process Templates

Content Management System User Guide

Call Recorder Quick CD Access System

ISI ACADEMY Web applications Programming Diploma using PHP& MySQL

Transcription:

Program list for PHP SRNO DEFINITION LOGIC/HINT 1 W.a.p. to print message on the screen Basic program 2 W.a.p. to print variables on the screen Basic program 3 W.a.p. to print sum of two integers on the screen Basic program 4 w.a.p. to print sum of two integers in table format Basic program 5 W.a.p. to display image in php Basic program 6 W.a.p. that enter your name and surname from user and print the sum Get post program 7 W.a.p. that Enter two numbers from user and do arithmetic operation Get post program 8 W.a.p. that print your gender using radio button radio button example 9 W.a.p. that display item you buy combo box example 10 W.a.p. that display hobbies checkbox example 11 w.a.p. that enter your personal information from user(name,surname,age,gender,stream, address, hobbies) and display it in table format all form's controls example 12 w.a.p. that check whether given number is even or odd If condition 13 W.a.p. that check whtether given number is prime or not while loop, if, break 14 W.a.p. that check whether given number is armstrong or not while loop, if, break 15 W.a.p. that check given number is palindrom number or not while loop, if, break 16 w.a.p. that print factorial of a given number use for loop 17 w.a.p. that print sum of digit while loop 18 W.a.p. that print elements Array program 19 W.a.p. that print marks of each subject use associative 20 W.a.p. that enter 5 numbers from user and store them into and display them 21 W.a.p. that enter 5 numbers from user and print sorted use 22 W.a.p. that enter 5 numbers from user and search the number in Array program 23 W.a.p. that enter 5 numbers from user and print maximum number Array program 24 W.a.p. that enter your name, no, marks of 4 subject and print result Array program 25 W.a.p. that enter records of 5 students and display them in table format use associative 26 W.a.p. that enter age and name of 3 person and display them in table use associative format use 27 W.a.p. that display result of 3 students of 4 subjects in table format multidimensional PHP Program List BCA 3 Page 1

28 use for loop 29 W.a.script that display message on screen using udf UDF 30 W.a.script that demostarte default argument function UDF 31 W.a.script that calculate simple interest take interest rate = 0.12 if not given 32 sod reverse, armstorn 33 W.a.p. to enter how many records you want to enter, Enter name and designation of person and display it in table format (use 3 php files, use associative ) 34 Program of format menu (bold, italic, underline) 35 Program of font menu (font color, size and style) 36 Program for string functions take 3 radio button for uppercase lowercase and reverse and enter string 37 W.a.s. for string piramid 38 Write a script that enter 5 numbers from user store it into and print sorted 39 w. a script that enter filename from user and display the content of a file 40 41 42 w.a. script that enter string and filename from usr andwrite string to a file w. a script that enter string and filename from usr andwrite string to a file (append) Write a script that enter a file name from user and count no of characters in a file Write a script that enter two filename from user and copy one file 43 content into another 44 Write a script that count how many lc, uc, digits sp and space in a file 45 W.a. script that allow zero or more digits [0-9] UDF default argument function string functions string piramid using substr() usign sort() function File handling programs 46 W.a. script that allow one or more digits [0-9] 47 W.a. script that allow zero or one digits [0-9] 48 W.a. script that allows only lowercase alphabets 49 W.a. script that allows only Uppercase alphabets Regular 50 W.a. script that allows only alphabets Expression 51 W.a. script that allows only alphanumberic characters Program 52 W.a.script that allow to enter date in dd/mm/yyyy format 53 W.a.script that allow to enter 6 digit pincode 54 W.a.script that allow +91 10 digit mobile number 55 W.a.script that allow only 1,2, or 3 digit only 56 Write a program to set and retrieve cookie value Cookie 57 Write a program to send session value to next page Session 58 Write a program to display file uploaded file content (name, type,size, tmp_name) File upload 59 Write a script to upload a file in php File upload 60 Write a script to download a file in php File download PHP Program List BCA 3 Page 2

PHP MYSQL Program List -1 1. Write a script to enter database name and create database 2. Write a script to create student table with following structure(id int, name varchar(20), branch varchar(20), se mint) 3. Write a script to create customer table with following structure(id int, name varchar(20), age int, city varchar(20), salary float(8,2)) 4. Write a script to insert record into student table (without form) 5. Write a script that delete record from customer table (without form) 6. Write a script that update customer table set salary =20000 where age is greater than 30 (without form) 7. Design following interface and write a script that enter records in student table PHP Program List BCA 3 Page 3

8. Design following interface and write a script that enter records into Book table 9. Write a script that enter marks of 3 subject and display marksheet of a student 10. Write a script that display table data into tabular format 11. Write a script that Input an Id of a student and display only that student s record Or 12. Write a script that search a record from table student and if number is found display the record, if record is not found, display appropriate message PHP Program List BCA 3 Page 4

13. Write a script that select id from combo box and display the record of selected id from person table 14. Write a script that delete record from customer table (select customer id using combo box) 15. Write a script that delete record from customer table (select customer id using radio button) 16. Write a script that update record in student table using following interface 17. Consider dataentry table(id, name, date, pages) (use sum() function with group by clause) PHP Program List BCA 3 Page 5

Write a script that print sum of total pages typed by every operator. (make only one file) 18. Write a script that print average daily pages typed in ABC co. (use avg() function 19. Consider following table.write a script that that (use of count function with where condition) count number of employee live in Ahmedabad Count number of employee whom salary is greater than 5000 Count number of employee whose age is greater than 5000 20. Write a program that count number of students who are study in branch bca and sem 2(use where condition with and operator) 21. create student class with id, and name. create result class that extend student class and enter marks of 3 subject and print the result of student in table format (single inheritance) 22. Create student class with id and name. Create bca and bscit class with static field branch and display student information (id, name and branch) in table format. (use hierarchical inheritance) 23. Create abstract class bank with abstract method getinterestrate() define two class SBI and PNB that implement this method. And display the interest rate. 24. Write a script that demonstrate Ajax with PHP (ajax program 1) 25. Write a script that demonstrate how to send data to php script using ajax (ajax program 2) 26. Write a script that demonstrate Ajax with mysql (ajax program 3) 27. Write a script that hide paragraph by clicking on paragraph (use jquery) 28. Write a script that hide paragraph by clicking on button (use jquery) 29. Write a script that hide and unhide image by clicking on button take two buttons one for hide and another for unhide 30. Write a script that demonstrate how to send data to php script using jquery PHP Program List BCA 3 Page 6