Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 35

SRS of Charity Website/MCA 4 th sem/Anamika

Software Requirement Specification (SRS)

On
Charity

Submitted To: Submitted By:

Deepak Mohta Anamika

Coordinator of MCA Dept. MCA 4th Sem

Page 1 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Table of Contents
Table of contents………………………………………………………………………….….2
Revision History……………………………………………………………………………...2
1. Introduction……………………………………………………….……………….…....3
1.1 Purpose…………………………………………………………….….…………….......3
1.2 Scope…………………………………………………………..…………………….......3
1.3 Definitions and Abbreviations………………………………………………………......3
1.4 Overview…………………………………………………………………..………….......3
2. Overall Description………………………………………………………………….......3
2.1 Product perspective………………………………………………………..………..…...3
2.2 Product functions………………………………………………………….………..…...3
3. Specific Requirements …………………………………………………..…….…….....3
3.1 System s/w and h/w requirements…………………….…………………………………3
3.2 Technology used………………………………………………………………………....4
3.3 External Interface Requirements…………………………………………...…………....5
4. Future Extensions…………………………….……………………….…………….........5

5. Non Functional Requirements……………………………………….………….…....5


5.1 Performance Requirements………………………………………………....………….....6
6. Conclusion……………………………………………………………………………….....6

Page 2 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

1. Introduction
1.1 Purpose
This wesite is designed to provide information about this charity to the user. This is made for
helping those childrens who are not able to fulfil their basic requirements.

1.2 Scope
The scope of this application is very clear and simple.It is design usind PHP and Mysql.

1.3 Definitions and Abbreviations

Definitions:
The primary focus of the websites is to give the information to the peoples about the charity &
poor childrens.

Abbreviations:
a. PHP: Pre-processor Hypertext
b. SRS: Software Requirements Specifications

1.4 Overview
The rest part this SRS is organized as follows : Section 2 gives the overall description of the
application. It describe the importance of charity among peoples. Section 3 gives the feature of
the system . Section 4 gives the future extension of the system. Section 5 describes the non-
functional requirements. Section 6, finally describes the appendix(ces).

2. Overall Description
2.1 Product Perspective
This charity website is designed to prvide information about charity to peoples.

2.2 Product Function

Page 3 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

a. The website contained full detailed information about the charity.


b. This website provides information about childrens. Also provides information about how you
can help them.
c. It gives information about persons who are member of this and you can also get register and
work as a volunteer if you wish.

2.3 System Software & hardware Requirements


a. This website should run on any operating system.
b. Should run on 500 MHZ, 64MB machine or above.
c. Systems should be connected and a server should have multiple clients.
d. Any web browser.

2.4 Technology Used


a. Front End : PHP, HTML, JavaScript
b. Back End : MySql

PHP: Hypertext Preprocessor is a general-purpose scripting language that was originally


designed for web development to produce dynamic web pages. For this purpose, PHP code is
embedded into the HTML source document and interpreted by a web server with a PHP
processor module, which generates the web page document. As a general-purpose programming
language, PHP code is processed by an interpreter application in command-line mode
performing desired operating system operations and producing program output on its standard
output channel. It may also function as a graphical application. PHP is available as a processor
for most modern web servers and as a standalone interpreter on most operating systems and
computing platforms.
PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development
ever since. The main implementation of PHP is now produced by the PHP Group and serves as
the de facto standard for PHP as there is no formal specification.PHP is free software released
under the PHP License.

PHP is a general-purpose scripting language that is especially suited to server-side web


development where PHP generally runs on a web server. Any PHP code in a requested file is
executed by the PHP runtime, usually to create dynamic web page content. It can also be used
for command-line scripting and client-side GUI applications. PHP can be deployed on most web
servers, many operating systems and platforms, and can be used with many relational database
management systems (RDBMS). It is available free of charge, and the PHP Group provides the
complete source code for users to build, customize and extend for their own use.[

PHP primarily acts as a filter,taking input from a file or stream containing text and/or PHP
instructions and outputs another stream of data; most commonly the output will be HTML. Since

Page 4 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

PHP 4, the PHP parser compiles input to produce byte code for processing by the Zend Engine,
giving improved performance over its interpreter predecessor.

Originally designed to create dynamic web pages, PHP now focuses mainly on server-side
scripting, and it is similar to other server-side scripting languages that provide dynamic content
from a web server to a client, such as Microsoft's Asp.net, Sun Microsystems' Java Server Pages,
and mod_perl. PHP has also attracted the development of many frameworks that provide
building blocks and a design structure to promote rapid application development (RAD). Some
of these include CakePHP, Symphony, Code Igniter, and Zend Framework, offering features
similar to other web application frameworks.

The LAMP architecture has become popular in the web industry as a way of deploying web
applications. PHP is commonly used as the P in this bundle alongside Linux, Apache and
MySQL, although the P may also refer to Python or Perl or some combination of the three.
WAMP packages (Windows/ Apache/ MySQL / PHP) and MAMP packages (Macintosh /
Apache / MySQL / PHP) are also available.

As of April 2007, over 20 million Internet domains had web services hosted on servers with PHP
installed and mod_php was recorded as the most popular Apache HTTP Server module. PHP is
used as the server-side programming language on 75% of all web servers.Web content
management systems written in PHP include MediaWiki,Joomla, eZ Publish, Word Press,
Drupal and Moodle. All websites created using these tools are written in PHP, including the
user-facing portion of Wikipedia, Facebook and Digg

2.5 External Interface Requirements


This website have a user feedback form also.Any user who want to suggest, or help us in
anyways can write their feedback and send to us.We will work on them if it is suitable.

3. Future Extensions
This website will be more dynamic in future. You can take any information or chat
with us online for information and many other features.

4. Non functional Requirements

Page 5 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

4.1 Performance Requirements


It provides the faster and up to date information to the user any time any where.

5. Conclusion
This website is clear and simple.It can be understood by everyone.It is made to draw
attention of people toward those chidrens who want to fufill their dreams or requirements.Our
Little contribution can be big for them.

This project is developed using PHP as front end and MySql as back end. All the features are
implemented and developed aas per requirement.

Page 6 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

My project Charity

Page 7 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Page 8 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

About us Page

Page 9 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Feedback Page

Page 10 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Ways to help Page

Page 11 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Donate

Page 12 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Page 13 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Donate from India

Page 14 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Contact us

Codes:
Menu.php(Header of the page)

<div id="header">

<div id="logo_w1">Shiv</div>

<div id="logo_w2">Organization</div>

<ul>

<li><a href="index.php">Home</a></li>

Page 15 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<li><a href="aboutus.php">About us </a>

<li><a href="ways.php">Ways to help </a></li>

<li><a href="event.php">Events </a></li>

<li><a href="contact.php">Contact us</a></li>

</ul>

</div>

Left.php(Content of the pages)

<div id="left">

<h1>Welcome to Shiv charity</h1>

<p><justify>Welcome to our organization Kids are hope for our bright future Give a hope and support to a child
"Never Believe that a few caring peoples can't change the world" You few people can give a bright future and life to
child Do something For them Donate for them<justify></p><p><h1>Sponser a child</h1></p>

<p><a href="sponsers.php"><img src="images/sponser.jpg" width="225" height="114" align="left" /></a></p>

<p>&nbsp; </p>

<h1>&nbsp;</h1>

<h1>&nbsp;</h1>

<h1>&nbsp;</h1>

<div id="photos">

<p>

<h1>Photos </h1>

<p>

<a href="http://www.freewebsitetemplates.com"><img src="images/0000img1.jpg" alt="photo" width="110"


height="120"/></a>

<a href="http://www.freewebsitetemplates.com"><img src="images/sweety.jpg" alt="photo" width="110"


height="120"/></a>

<a href="http://www.freewebsitetemplates.com"><img src="images/news_2512.jpg" alt="photo" width="110"


height="120"/></a> </p>

</div>

</div>

Page 16 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Index.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link href="style.css" rel="stylesheet" type="text/css" />

<title>Charity template</title>

</head>

<body>

<div id="container">

<?php require_once('menu.php');?>

<div id="content">

<?php require_once('left.php');?>

<div id="right">

<h2>Quick Links </h2>

<table border="0" align="left" cellspacing="5">

<tr>

<td bgcolor="#9999FF"><a href="donate1.php"><img src="images/dono.jpg" width="129" height="33"


/></a></td>

</tr>

</table>

<p><br />

</p>

<p>&nbsp;</p>

<p><img src="images/cash.jpg" width="144" /><br />

<br />

Page 17 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

</p>

</p>

<div align="justify">

<a href=volunteer.php"><font color="#999900">Volunteer</font></a>

<p><a href="wishes.php"><font color="#999900">Wishes</font></a></p>

<p><a href="feedback.php"><font color="#999900">Feedback</font></a></p>

<p><a href="sitemap.php"><font color="#999900">Sitemap</font></a></p>

<p><a href="http://www.templatebeauty.com"></a>

<p><font color="#999900"><h4>Our Mission</h4></font></p>

<p><font color="#999900">“To bestow dreams in lonesome eyes and empower them to fulfill those dreams”
“Facilitate every child ,who come across us, to find an easy access to home, family and education” This is our
Mission!</font></p>

</div>

<div id="footerline"></div>

</div>

<div id="footer">Design & develop by Anamika.</div>

</div>

</body>

</html>

Page 18 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

About us.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link href="style.css" rel="stylesheet" type="text/css" />

<title>Charity template</title>

</head>

<body>

<div id="container">

<?php require_once('menu.php');?>

<div id="content">

<?php require_once('con3.php');?>

<div id="right">

<h2>Quick Links </h2>

<table border="0" align="left" cellspacing="5">

<tr>

<td bgcolor="#9999FF"><a href="donate1.php"><img src="images/dono.jpg" width="129" height="33"


/></a></td>

</tr>

</table>

<p><br />

</p>

<p>&nbsp;</p>

<p><img src="images/cash.jpg" width="144" /><br />

<br />

Page 19 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

</p>

</p>

<div align="justify">

<a href=volunteer.php"><font color="#999900">Volunteer</font></a>

<p><a href="wishes.php"><font color="#999900">Wishes</font></a></p>

<p><a href="feedback.php"><font color="#999900">Feedback</font></a></p>

<p><a href="sitemap.php"><font color="#999900">Sitemap</font></a></p>

<p><a href="http://www.templatebeauty.com"></a>

<p><font color="#999900"><h4>Our Mission</h4></font></p>

<p><font color="#999900">“To bestow dreams in lonesome eyes and empower them to fulfill those dreams”
“Facilitate every child ,who come across us, to find an easy access to home, family and education” This is our
Mission!</font></p>

</div>

<div id="footerline"></div>

</div>

<div id="footer">Designed & developed by Anamika.</div>

</div>

</body>

</html>

Feedback.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link href="style.css" rel="stylesheet" type="text/css" />

<title>Charity template</title>

</head>

<body>feedback

Page 20 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<div id="container">

<?php require_once('menu.php');?>

<div id="content">

<?php require_once('con7.php');?>

<div id="right">

<h2>Quick Links </h2>

<table border="0" align="left" cellspacing="5">

<tr>

<td bgcolor="#9999FF"><a href="donate1.php"><img src="images/dono.jpg" width="129" height="33"


/></a></td>

</tr>

</table>

<p><br />

</p>

<p>&nbsp;</p>

<p><img src="images/cash.jpg" width="144" /><br />

<br />

</p>

</p>

<div align="justify">

<a href=volunteer.php"><font color="#999900">Volunteer</font></a>

<p><a href="wishes.php"><font color="#999900">Wishes</font></a></p>

<p><a href="feedback.php"><font color="#999900">Feedback</font></a></p>

<p><a href="sitemap.php"><font color="#999900">Sitemap</font></a></p>

<p><font color="#999900"><h4>Our Mission</h4></font></p>

<p><font color="#999900">“To bestow dreams in lonesome eyes and empower them to fulfill those dreams”
“Facilitate every child ,who come across us, to find an easy access to home, family and education” This is our
Mission!</font></p>

Page 21 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

</div>

<div id="footerline"></div>

</div>

<div id="footer">Design & develop by Anamika.</div>

</div>

</body>

</html>

con7.php

<div id="left">

<h2>A Feedback Form</h2><br />

<justify>Please fill in this form if you have any feedback on Shiv Charity<justify>

<form action="feed.php"method="post"><p></p>

<table border="0" cellspacing="8" cellpadding="5">

<tr><td><b>Feedback:</b></td><td>&nbsp;</td></tr>

<tr><td>&nbsp;</td><td><textarea name="query" cols="7" rows="1"> </textarea></td></tr>

</tr>

<tr><td><b>Name:</b></td><td><input type="text" name="name" /></td></tr>

<tr><td><b>Address:</b></td><td><input type="text" name="address" /></td></tr>

<tr><td><b>State:</b></td><td><input type="text" name="state" /></td></tr>

<tr><td><b>Country:</b></td><td><input type="text" name="country" /></td></tr>

<tr><td><b>City:</b></td><td><input type="text" name="city" /></td></tr>

<tr><td><b>PIN:</b></td><td><input type="text" name="pin" /></td></tr>

<tr><td><b>Mobile/Phone no:</b></td><td><input type="text" name="phone" /></td></tr>

<tr><td><b>E-mail:</b></td><td><input type="text" name="email" /></td></tr>

Page 22 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<tr><td><input type="button" value="Submit" /></td><td><input type="button" value=Reset /></td></tr>

</table>

</form>

<div id="photos">

</div>

</div>

Ways To Help

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link href="style.css" rel="stylesheet" type="text/css" />

<title>Charity template</title>

</head>

<body>

<div id="container">

<?php require_once('menu.php');?>

<div id="content">

<?php require_once('con4.php');?>

<div id="right">

<h2>Quick Links </h2>

<table border="0" align="left" cellspacing="5">

<tr>

<td bgcolor="#9999FF"><a href="donate1.php"><img src="images/dono.jpg" width="129" height="33"


/></a></td>

</tr>

Page 23 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

</table>

<p><br />

</p>

<p>&nbsp;</p>

<p><img src="images/cash.jpg" width="144" /><br />

<br />

</p>

</p>

<div align="justify">

<a href=volunteer.php"><font color="#999900">Volunteer</font></a>

<p><a href="wishes.php"><font color="#999900">Wishes</font></a></p>

<p><a href="feedback.php"><font color="#999900">Feedback</font></a></p>

<p><a href="sitemap.php"><font color="#999900">Sitemap</font></a></p>

<p><a href="http://www.templatebeauty.com"></a>

<p><font color="#999900"><h4>Our Mission</h4></font></p>

<p><font color="#999900">“To bestow dreams in lonesome eyes and empower them to fulfill those dreams”
“Facilitate every child ,who come across us, to find an easy access to home, family and education” This is our
Mission!</font></p>

</div>

<div id="footerline"></div>

</div>

<div id="footer">Design & develop by Anamika.</div>

</div>

</body>

</html>

Con4.php

<div id="left">

<h1>Welcome to Shiv charity</h1>

Page 24 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Welcome to our organization Kids are hope for our bright future Give a hope and support to a child "Never Believe
that a few caring peoples can't change the world" You few people can give a bright future and life to child Do
something For them Donate for them.

<h1><a href="sponsers.php"><img src="images/IMG0005.jpg" width="295" height="130" align="left"


/></a></h1>

<h1>&nbsp;</h1>

<h1>&nbsp;</h1>

<div id="photos">

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>

<h1>Ways to Help</h1>

<a href="Donate1.php">Donate</a><br />

<a href="toy.php">Donate Toys & Products</a><br />

<a href="guardian.php">Become a Guardian Angel</a><br />

<a href="sponser.php">Sponorship</a><br />

<a href="oevent.php">Organisation Events</a>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

</div>

</div>

Donate.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link href="style.css" rel="stylesheet" type="text/css" />

Page 25 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<title>Charity template</title>

</head>

<body>

<div id="container">

<?php require_once('menu.php');?>

<div id="content">

<?php require_once('con5.php');?>

<div id="right">

<h2>Quick Links </h2>

<table border="0" align="left" cellspacing="5">

<tr>

<td bgcolor="#9999FF"><a href="donate1.php"><img src="images/dono.jpg" width="129" height="33"


/></a></td>

</tr>

</table>

<p><br />

</p>

<p>&nbsp;</p>

<p><img src="images/cash.jpg" width="144" /><br />

<br />

</p>

</p>

<div align="justify">

<a href=volunteer.php"><font color="#999900">Volunteer</font></a>

<p><a href="wishes.php"><font color="#999900">Wishes</font></a></p>

<p><a href="feedback.php"><font color="#999900">Feedback</font></a></p>

<p><a href="sitemap.php"><font color="#999900">Sitemap</font></a></p>

Page 26 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<p><a href="http://www.templatebeauty.com"></a>

<p><font color="#999900"><h4>Our Mission</h4></font></p>

<p><font color="#999900">“To bestow dreams in lonesome eyes and empower them to fulfill those dreams”
“Facilitate every child ,who come across us, to find an easy access to home, family and education” This is our
Mission!</font></p>

</div>

<div id="footerline"></div>

</div>

<div id="footer">Design & develop by Anamika.</div>

</div>

</body>

</html>

Con5.php

<div id="left">

<h1>Welcome to Shiv charity</h1>

Welcome to our organization Kids are hope for our bright future Give a hope and support to a child "Never Believe
that a few caring peoples can't change the world" You few people can give a bright future and life to child Do
something For them Donate for them<p>

<h1>Donations </h1>

</p>

<p><a href="outI.php"><img src="images/vus4.jpg" width="110" height="98" align="left" /></a>

<a href="indian.php"><img src="images/india.jpg" width="110" height="98" align="left" /></a>

<a href="cheque.php"><img src="images/dd.jpg" width="110" height="98" align="left" /></a>

<p>&nbsp; </p>

<h1>&nbsp;</h1>

<h1>&nbsp;</h1>

<h1>&nbsp;</h1>

<div id="photos">

Page 27 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<p>

<p><b>PLEASE NOTE:</b> The information provided by you is strictly confidential. It will not be shared with any
other organization.</p>

<p>CHILDLINE India Foundation is registered under the Societies Registration Act, 1860, the Bombay Public
Trusts Act, 1950 and the Foreign Contribution Regulation Act 1976.

You are entitled to a tax Benefit ( Tax Exemption applicable for Indian Citizens only ) of:</p>

<ul type="disc">

<li>50% (sec 80G) for a contribution below Rs. 5,000/- and</li>

<li>100% (sec 35AC) for a contribution above Rs.5,000/- (PAN no. Required)</li>

</ul>

</p>

</div>

</div>

Donate From India

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link href="style.css" rel="stylesheet" type="text/css" />

<title>Charity template</title>

</head>

<body>

<div id="container">

<?php require_once('menu.php');?>

<div id="content">

<?php require_once('con6.php');?>

Page 28 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<div id="right">

<h2>Quick Links </h2>

<table border="0" align="left" cellspacing="5">

<tr>

<td bgcolor="#9999FF"><a href="donate1.php"><img src="images/dono.jpg" width="129" height="33"


/></a></td>

</tr>

</table>

<p><br />

</p>

<p>&nbsp;</p>

<p><img src="images/cash.jpg" width="144" /><br />

<br />

</p>

</p>

<div align="justify">

<a href=volunteer.php"><font color="#999900">Volunteer</font></a>

<p><a href="wishes.php"><font color="#999900">Wishes</font></a></p>

<p><a href="feedback.php"><font color="#999900">Feedback</font></a></p>

<p><a href="sitemap.php"><font color="#999900">Sitemap</font></a></p>

<p><a href="http://www.templatebeauty.com"></a>

<p><font color="#999900"><h4>Our Mission</h4></font></p>

<p><font color="#999900">“To bestow dreams in lonesome eyes and empower them to fulfill those dreams”
“Facilitate every child ,who come across us, to find an easy access to home, family and education” This is our
Mission!</font></p>

</div>

<div id="footerline"></div>

</div>

<div id="footer">Design & develop by Anamika.</div>

Page 29 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

</div>

</body>

</html>

Con6.php

<div id="left">

<center><form action="child.php" method="post">

<h1>Donate online from India</h1>

<table border="0" cellpadding="8">

<tr><td><b>Name:</td><td><input type="text" name="name" /></td></tr>

<tr><td><b>City:</td><td><select name="city">

<option value="volvo">jabalpur</option>

<option value="saab">muz</option>

<option value="fiat">patnat</option>

<option value="audi">jaipur</option>

</select></td></tr>

<tr><td><b>State:</td><td><input type="text" name="state" /></td></tr>

<tr><td><b>Pin/Zip:</td><td><input type="text" name="pin" /></td></tr>

<tr><td><b>Phones</td><td>&nbsp;</td></tr>

<tr><td><b>Mobile:</td><td><input type="text" name="mobile" /></td></tr>

<tr><td><b>Office:</td><td><input type="text" name="office" /></td></tr>

<tr><td><b>Landline:</td><td><input type="text" name="landline" /></td></tr>

<tr><td><b>E-mail:</td><td><input type="text" name="email" /></td></tr>

<tr><td>&nbsp;</td><td><input type="submit" value="Submit" /></td></tr>

</table></form>

</center>

<p>

<h1>&nbsp;</h1>

Page 30 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

</p>

<p><a href="sponsers.php"></a></p>

<p><b>Please Note:</b><br>

<p>1. All donations of Rs.5,000/- and above requires a PAN card number for a receipt to be issued.</p>

<p>2. Receipts can take up to 4 weeks to be prepared and dispatched. This is due to the time lag between the date of
the donation being captured and the actual fund transfer to our bank account. We appreciate your cooperation but
welcome any query regarding status of your donation at any time,write to - dial1098@childlineindia.org.in. We
apologise for any inconvenience caused.</p>

<p>&nbsp; </p>

<h1>&nbsp;</h1>

<div id="photos">

</p>

</div>

</div>

Contact us.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<link href="style.css" rel="stylesheet" type="text/css" />

<title>Charity template</title>

</head>

<body>

<div id="container">

<?php require_once('menu.php');?>

<div id="content">

Page 31 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<?php require_once('con1.php');?>

<div id="right">

<h2>Quick Links </h2>

<table border="0" align="left" cellspacing="5">

<tr>

<td bgcolor="#9999FF"><a href="donate1.php"><img src="images/dono.jpg" width="129" height="33"


/></a></td>

</tr>

</table>

<p><br />

</p>

<p>&nbsp;</p>

<p><img src="images/cash.jpg" width="144" /><br /><br />

</p>

</p>

<div align="justify">

<a href=volunteer.php"><font color="#999900">Volunteer</font></a>

<p><a href="wishes.php"><font color="#999900">Wishes</font></a></p>

<p><a href="feedback.php"><font color="#999900">Feedback</font></a></p>

<p><a href="sitemap.php"><font color="#999900">Sitemap</font></a></p>

<p><a href="http://www.templatebeauty.com"></a>

<p><font color="#999900"><h4>Our Mission</h4></font></p>

<p><font color="#999900">“To bestow dreams in lonesome eyes and empower them to fulfill those dreams”
“Facilitate every child ,who come across us, to find an easy access to home, family and education” This is our
Mission!</font></p>

</div>

<div id="footerline"></div>

Page 32 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

</div>

<div id="footer">Design & develop by Anamika.</div>

</div>

</body>

</html>

Con1.php

<div id="left">

<h1>Welcome to Shiv charity</h1>

<p>Welcome to our organization Kids are hope for our bright future Give a hope and support to a child "Never
Believe that a few caring peoples can't change the world" You few people can give a bright future and life to child
Do something For them Donate for them</p>

<p><h4>Contact us</h4></p>

Address: Chandralok chowk , nayatola muzaffarpur Bihar

<p>E-mail: info@shivcharity.org</p>

<p><form action="insert.php" method="post">

<table border="0"cellspacing="5">

<tr><td>

Name:</td><td> <input type="text" name="name" /></td></tr>

<tr><td>Contact No:</td><td> <input type="text" name="contact_no" /></td></tr>

<tr><td>E-mail id:</td><td> <input type="text" name="id" /></td></tr>

<tr><td>Your Query:</td><td>&nbsp;</td></tr>

<tr><td>&nbsp;</td><td><textarea name="query" cols="3" rows="3"> </textarea></td></tr>

<tr><td>&nbsp;</td><td><input type="submit" value="send" /></td></tr>

</table>

</form>

<p><h1>&nbsp;</h1></p>

<p><a href="sponsers.php"></a></p>

Page 33 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

<p>&nbsp; </p>

<h1>&nbsp;</h1>

<h1>&nbsp;</h1>

<h1>&nbsp;</h1>

<div id="photos">

<p><h1>&nbsp;</h1>

<p>

<a href="http://www.freewebsitetemplates.com"></a>

<a href="http://www.freewebsitetemplates.com"></a>

<a href="http://www.freewebsitetemplates.com"></a></p>

</div>

</div>.

<li><a href="index.php">Home</a></li>

<li><a href="aboutus.php">About us </a>

<li><a href="ways.php">Ways to help </a></li>

<li><a href="event.php">Events </a></li>

<li><a href="contact.php">Contact us</a></li></ul></div>

Page 34 of 35
SRS of Charity Website/MCA 4 th sem/Anamika

Page 35 of 35

You might also like