Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Write PHP scripts to illustrate the following:-

1. Display Current Month/Day /Date.

2. Change background color based on day of the week using if else statement

3. Greet the user either by good Morning, Good Afternoon or good Evening after verifying the time.

4. Develop a web page for online course registration with the following details:
i. Name, age, Phone number, email ID : Text Box
ii. Country, Education : Drop Down Box
iii. Gender : Radio Button
And submit to the next page, which displays all the details of the registered candidate.

IMPLEMENT USING PHP/MYSQL

5. a) Create a database and some tables
b) Insert Some Values into Table
c) Update particular field
d) Select all or specific values from the table and display using Web Browser
e) Alter the table name
f) Delete the table from the database
The Birthday Problem: The birthday problem is stated as follows:
If there is a group of n people in a room, what is the probability that two or more of them having same
birthday? It is possible to determine answer to this question by simulation. (Hint: You can generate
random dates, n times and determine the fraction of people who born in a given day). Write a function
that determines the answer to this question by simulation. The program you write can take n as the
input and prints out the probability that two or more of n people will have the same birthday for
n=2,3,4…. 40
Validate the following

a) Email ID [raja@gmail.com]
b) Password [ram12@3]
c) Date [ dd / mm / yyyy ]
d) URL [http://www.vit.ac.in]
e) Mobile Number [09334534567]
f) Landline Number [04334234567]
Create a web page for User Validation and Authentication
Design a Simple form for User Creation
a) With username and two passwords.
b) Where both the username and password should contain at least 6 characters
c) Both the passwords should be identical.
d) Upon submitting to the database, the existence of username is checked across the database, if the username already exists display an error message and choose some other user name, else user is created.
IMPLEMENT USING PHP/MYSQL

a) Create a database and some tables
b) Insert Some Values into Table
c) Update particular field
d) Select all or specific values from the table and display using Web Browser
e) Alter the table name
f) Delete the table from the database
Write PHP scripts to illustrate the following:-
1. Display Current Month/Day /Date.
2. Change background color based on day of the week using if else statement
3. Greet the user either by good Morning, Good Afternoon or good Evening after verifying the time.
4. Develop a web page for online course registration with the following details:
i. Name, age, Phone number, email ID : Text Box
ii. Country, Education : Drop Down Box
iii. Gender : Radio Button

And submit to the next page, which displays all the details of the registered candidate
Write a program in c++, using else if statements, to display if a given date of the month is a Sunday, public holiday or a working day. In a calendar month 2nd, 9th, 16th, 23rd and 30th are Sunday and 14th and 23rd are public holidays.
Write a script averages which take two values xlow and xhigh and generate 10000 random numbers in the range [xlow…xhigh], and calls the appropriate functions to compute arithmetic mean (average), rms
average, geometric mean and harmonic mean.
Write a single program that calculates the arithmetic mean (average), rms average, geometric mean
and harmonic mean for a set of n positive numbers. Your program should take two values xlow and
xhigh and generate 10000 random numbers in the range [xlow…xhigh], and should print out arithmetic
mean (average), rms average, geometric mean and harmonic mean.
LATEST TUTORIALS
APPROVED BY CLIENTS