Friday, 26 June 2015



<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>+BAND BAAJA BAARAT</title>
<link href="css/style.css" rel="stylesheet" type="text/css">

<script language="javascript">
function validate()
{
var c=true;
var x1=document.f1.txtuid.value;
var x2=document.f1.txtupass.value;


if(x1=="" ||x2=="" )
{
if(x1=="")
{
alert("please enter the user name !!");
}
if(x2=="")
{
alert("please enter the password !!");
}
c=false;
}
return c ;
}

function validate1()
{

var x1=document.f2.txtvid.value;
var x2=document.f2.txtvpass.value;
var c1=true;


if(x1==""||x2=="" )
{
if(x1=="")
{
alert("please enter the name !!");
}
if(x2=="")
{
alert("please enter the password !!");
}
c1=false;
}
return c1 ;
}


</script>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/base_bg.gif"><table width="730" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
  <td colspan="2">&nbsp;</td>
</tr>


<tr>
  <td width="726" height="100%" bgcolor="#ffe8c1" class="body_txt"><strong>plese register or enter the valid user name </strong>
    <form name="form1" method="post" action="registration.php">
      <label>
      <div align="center">
        <input type="submit" name="Submit" value="register">
      </div>
      </label>
        </form>
    </td>
  <td width="4"  bgcolor="#c67ba7" valign="top" align="center">&nbsp;</td>
  </tr>

<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="bottom_menu"><a href="#" class="bottom_lnk">Home</a> | <a href="#" class="bottom_lnk">About Us</a> | <a href="#" class="bottom_lnk">Testimonials</a> | <a href="#" class="bottom_lnk">Our People</a> | <a href="#" class="bottom_lnk">Products</a> </td>
</tr>
<tr>
<td height="33" colspan="2" bgcolor="#c67ba7" class="bottom_addr">&copy; 2015 shaminder gateway solutions </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

x.php



<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>+BAND BAAJA BAARAT</title>
<link href="css/style.css" rel="stylesheet" type="text/css">

<script language="javascript">
function validate()
{
var c=true;
var x1=document.f1.txtuid.value;
var x2=document.f1.txtupass.value;


if(x1=="" ||x2=="" )
{
if(x1=="")
{
alert("please enter the user name !!");
}
if(x2=="")
{
alert("please enter the password !!");
}
c=false;
}
return c ;
}

function validate1()
{

var x1=document.f2.txtvid.value;
var x2=document.f2.txtvpass.value;
var c1=true;


if(x1==""||x2=="" )
{
if(x1=="")
{
alert("please enter the name !!");
}
if(x2=="")
{
alert("please enter the password !!");
}
c1=false;
}
return c1 ;
}


</script>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/base_bg.gif"><table width="730" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
  <td colspan="2">&nbsp;</td>
</tr>


<tr>
  <td width="726" height="100%" bgcolor="#ffe8c1" class="body_txt"><strong>plese register or enter the valid user name </strong>
    <form name="form1" method="post" action="registration.php">
      <label>
      <div align="center">
        <input type="submit" name="Submit" value="register">
      </div>
      </label>
        </form>
    </td>
  <td width="4"  bgcolor="#c67ba7" valign="top" align="center">&nbsp;</td>
  </tr>

<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="bottom_menu"><a href="#" class="bottom_lnk">Home</a> | <a href="#" class="bottom_lnk">About Us</a> | <a href="#" class="bottom_lnk">Testimonials</a> | <a href="#" class="bottom_lnk">Our People</a> | <a href="#" class="bottom_lnk">Products</a> </td>
</tr>
<tr>
<td height="33" colspan="2" bgcolor="#c67ba7" class="bottom_addr">&copy; 2015 shaminder gateway solutions </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
This entry was posted in :

Friday, 5 June 2015

I started with  HTML on 27th December by understanding basic concepts like what are the things a person should know for developing and designing  a website and i also came to know about technical terms related to web like DNS, Web Hosting, Web Server  and i also explored tools like Wampserver.

I learned about What is HTML and what can i use HTML for so this class mostly covers the basic theory regarding HTML concepts.

On 28th Dec, I learned about HTML Elements and Tags that includes html headings ,comments ,heading ,image ,paragraph,body,head,title tags and i also came to know about how can i use ordered and unordered list in my web page.

On 29th Dec,I learned about formatting and concept of hyper and external  links in html.

On 31st Dec,I learned about tables in html.

Second week: From 1st Jan, 2015 to 9th Jan, 2015.

on 1st Jan, I came to know about basic concept of html layouts like divisions that is <div> tag  in html.

on 2nd Jan , My teacher has given me  an assignment to make a webpage using div and tables and other concepts which i have learned so far and i have successfully submit my assignment on 4th Jan and i have incorporated the home page of GNDEC and made a page similar to that using div tag  and in this assignment i have also explored various concepts of html  like links, formatting properties.

on 3rd Jan, I came to know about the concept of Forms in html and i also came to know about CSS(cascading style sheet) like what do you mean by CSS and how can i embed CSS in my html.

on 4th Jan , i covered different types of CSS that is internal ,external and inline css and also discover why it is more beneficial to use external  CSS in our website and i practiced  the basic syntax of CSS.

on 8 th Jan ,I learned about the different properties of CSS like background ,image ,using Gradient with CSS3 and i have also came to know about that how can i design a Horizontal and vertical menu bar in html using css.

on 9th Jan, I modified my assignment and i have  given a work of incorporating CSS to my webpage which i have made earlier as the home page of Gndec.

From 10th Jan, 2015 to 16th Jan, 2015

I started with Concepts of JavaScript  like what is JavaScript and why we use it .

In the following week i came to know about the basic syntax of javascript variables, function, object, operators ,comparisons in JavaScript.

on 16th Jan i learned about validations  in java script  that how one can include validation while including basic forms in our webpage like Sign up ,Login form and Registration Form.

on 17th Jan ,i have given an assignment to make a Registration Form in html uisng css and i have to include validation in that form also.

It takes 2 days for me to complete that part and i have successfully submitted my assignment on 19th Jan.

From 22 Jan to 31 Jan ,i made various static home pages like Gmail, yahoo etc in order to understand the concepts clearly.

I also made a static website using Html ,Css and JavaScript and this website is for a manufacturing company and it takes a lot of time for me in order to complete it as it consist of many pages.

From 1st Feb, 2015 to 17th Feb, 2015

On 1st Feb ,I started with database and in the following week i came to know about the concepts of database. I used Apache and MY SQL database. The introduction part of database covers the topics like why we need a database to store the information as compared to traditional file system. I studied concepts of DDL,DML and DCL languages and then i get myself  familiar with basic queries of SQL like insert, update, delete and create and then i tried to learn other queries of SQL that includes alter, update, rename  and i also came to know about the concept of views and different data types of MySQL.

8th Feb 2015

Basic  concept of Normalization that includes normal forms 1st,2nd,3rd and BCNF normal forms. I understand why there is need to bring a database table in a normal form and why its useful.

9th Feb 2015

Tried some basic queries  of SQL that covers basic concepts and queries of SQL and learned about different types of keys  and constraints in SQL .

11th Feb 2103

Moved to some advance concepts of MySQL and that includes JOINS. I covered Inner. Left, Right and Full JOIN.

12th Feb 2015

Tried some problems of Joins.

13th Feb 2015

Aggregate functions which includes max(),min(),sum(), avg() etc.

14th Feb 2015

Tried problems of Aggregate functions.

15th Feb 2015

Learned about Sub queries and covers problem on that concept.

16th Feb 2015

I have made a database named a database and i made some tables in it and perform operations on it like inserting a new record ,updating an existing record and retrieving  the records from the table and then also some complex queries on it using concept of foreign key and primary key ie by establishing a relation between more than one table using foreign key.

18th Feb 2015

Introduction to PHP that covers why we need PHP and why it is useful and what are its limitations.

19th Feb 2015

Basic OOPS concept of PHP.

20th Feb 2015

Basic Programs in PHP using for and while loop that includes using of basic conditional statements and also covers arrays.

21st Feb 2015

GET and POST functions in php. Perform basic validation using PHP and passed value from one page to another page using GET and POST functions, in order to perform and use this super global array functions of php I made a Login form and i used the concept of get and post functions in that.

22nd Feb 2015

Learned about database connectivity in PHP that how to maintain a database connection in php using built-in functions of php with My SQL and i also learn about CRUD (create,retrieve,update and delete) in php that how can i retrieve values on front end from database and how can i perform operations like update ,insert and delete on front end and how will those changes get reflected in my database. I used fetch functions in order to perform this functions.

23rd Feb 2015

Upload files to a directory in php and also how can we upload a file  directly to a database from front end.

25th Feb 2015

Learned Concept of Sessions in PHP and made a Login and Logout form using Session.

26th Feb 2015 to 27th Feb 2015

Assignment on making a complete Login and Registration form with proper Validations in PHP using SESSIONS.

28th Feb 2015 to 9th March  2015

After making a Log in ,log out  and registration functionality, I started working on making a profile page for a user where he/she can view his/her personal information and can edit his personal information  and also he /she has the option to reset his/her password in case he forgot his password. Learned about Cookies that how to set a cookie by setcookie()  function.

11th March 2015 to 12th March  2015

Learned about predefined functions in php and built in string functions of PHP like strtoupper(),strtolower(),strtotime().

13th March  2015 to 18th March 2015

Learned about Concept of files in php and studied different modes and operations that can be applied on the files.

20th March  2015 to 27th March 2015

Captcha and file downloading concept from predefined libraries and classes .

29th March  2015 to 3rd April 2015

Types of arrays:1)Numeric/index array,2)Associative arrays,3 ) Multidimensional arrays, Global arrays and array built in functions.

Functions in PHP,PHP from handling, PHP include and require functions, date functions in PHP like date() and learned about timestamp, PHP server variables, time() function in php.

*Functions

-void type without arguments

-void type with arguments

*Functions

-return type without arguments

-non-return type with arguments

PHP security functions md5, crypt and SHA1.

4th April  2015 to  11th April 2015

Started with my Project Total Event Management . First Of All, I begin with understanding client requirements that include understanding problem descriptions and definitions. Designing of the home page.
there is a menu bar on left side , a side bar, and worked on  a registration table on left side where user can view booked and reserved and available list of rooms according to a specific date .

Prepared service registration page where user can access for the different three types of services .

12th April  2015 to  19th April 2015

Started with making of the top of the front page i.e. Header of my website. Designed logo for the home page.

Java script Validations on the fields and the insert sql query, updating sql query and delete query, so Perform the CRUD manipulations on my database that is worked on database interaction and validations.

Session concept applied on the index page of my admin section.

20th April  2015 to  25th April 2015

Worked on print button in which once user avail the service after filling form the details of the user will get retrieved and he/she can take a print of it in order to make payment which makes this process more secure.

Coded for change password page of my admin section.
Applied session on it.

27th April  2015 to  29th April 2015

Prepare the mid term report and design the database object model diagrams for the project.

1st May  2015 to 11 May 2015

Connectivity of My Sql database with forms.

*Insert, Update, Delete, Reset button coding.

* Designing new forms for project.

* Using Session Attributes in connectivity.

12th May  2015 to 19th May 2015

Design and develop my admin panel of the website according to user requirments.

20th May  2015 to 24th May 2015

get basic introduction of OOPS in PHP.

25th May 2015

Completed with my project front end and back end.

27th May 2015

Checking complete project for Errors.
Testing codes from various parts of the project.
Validations check.
30th May 2015

Report Preparation of the project.
Report Checking with the project manager.
Final report without errors.
1st June 2015

Preparation of final presentation.
Submission of presentation.

End of the project.

Daily Diary

I started with  HTML on 27th December by understanding basic concepts like what are the things a person should know for developing and designing  a website and i also came to know about technical terms related to web like DNS, Web Hosting, Web Server  and i also explored tools like Wampserver.

I learned about What is HTML and what can i use HTML for so this class mostly covers the basic theory regarding HTML concepts.

On 28th Dec, I learned about HTML Elements and Tags that includes html headings ,comments ,heading ,image ,paragraph,body,head,title tags and i also came to know about how can i use ordered and unordered list in my web page.

On 29th Dec,I learned about formatting and concept of hyper and external  links in html.

On 31st Dec,I learned about tables in html.

Second week: From 1st Jan, 2015 to 9th Jan, 2015.

on 1st Jan, I came to know about basic concept of html layouts like divisions that is <div> tag  in html.

on 2nd Jan , My teacher has given me  an assignment to make a webpage using div and tables and other concepts which i have learned so far and i have successfully submit my assignment on 4th Jan and i have incorporated the home page of GNDEC and made a page similar to that using div tag  and in this assignment i have also explored various concepts of html  like links, formatting properties.

on 3rd Jan, I came to know about the concept of Forms in html and i also came to know about CSS(cascading style sheet) like what do you mean by CSS and how can i embed CSS in my html.

on 4th Jan , i covered different types of CSS that is internal ,external and inline css and also discover why it is more beneficial to use external  CSS in our website and i practiced  the basic syntax of CSS.

on 8 th Jan ,I learned about the different properties of CSS like background ,image ,using Gradient with CSS3 and i have also came to know about that how can i design a Horizontal and vertical menu bar in html using css.

on 9th Jan, I modified my assignment and i have  given a work of incorporating CSS to my webpage which i have made earlier as the home page of Gndec.

From 10th Jan, 2015 to 16th Jan, 2015

I started with Concepts of JavaScript  like what is JavaScript and why we use it .

In the following week i came to know about the basic syntax of javascript variables, function, object, operators ,comparisons in JavaScript.

on 16th Jan i learned about validations  in java script  that how one can include validation while including basic forms in our webpage like Sign up ,Login form and Registration Form.

on 17th Jan ,i have given an assignment to make a Registration Form in html uisng css and i have to include validation in that form also.

It takes 2 days for me to complete that part and i have successfully submitted my assignment on 19th Jan.

From 22 Jan to 31 Jan ,i made various static home pages like Gmail, yahoo etc in order to understand the concepts clearly.

I also made a static website using Html ,Css and JavaScript and this website is for a manufacturing company and it takes a lot of time for me in order to complete it as it consist of many pages.

From 1st Feb, 2015 to 17th Feb, 2015

On 1st Feb ,I started with database and in the following week i came to know about the concepts of database. I used Apache and MY SQL database. The introduction part of database covers the topics like why we need a database to store the information as compared to traditional file system. I studied concepts of DDL,DML and DCL languages and then i get myself  familiar with basic queries of SQL like insert, update, delete and create and then i tried to learn other queries of SQL that includes alter, update, rename  and i also came to know about the concept of views and different data types of MySQL.

8th Feb 2015

Basic  concept of Normalization that includes normal forms 1st,2nd,3rd and BCNF normal forms. I understand why there is need to bring a database table in a normal form and why its useful.

9th Feb 2015

Tried some basic queries  of SQL that covers basic concepts and queries of SQL and learned about different types of keys  and constraints in SQL .

11th Feb 2103

Moved to some advance concepts of MySQL and that includes JOINS. I covered Inner. Left, Right and Full JOIN.

12th Feb 2015

Tried some problems of Joins.

13th Feb 2015

Aggregate functions which includes max(),min(),sum(), avg() etc.

14th Feb 2015

Tried problems of Aggregate functions.

15th Feb 2015

Learned about Sub queries and covers problem on that concept.

16th Feb 2015

I have made a database named a database and i made some tables in it and perform operations on it like inserting a new record ,updating an existing record and retrieving  the records from the table and then also some complex queries on it using concept of foreign key and primary key ie by establishing a relation between more than one table using foreign key.

18th Feb 2015

Introduction to PHP that covers why we need PHP and why it is useful and what are its limitations.

19th Feb 2015

Basic OOPS concept of PHP.

20th Feb 2015

Basic Programs in PHP using for and while loop that includes using of basic conditional statements and also covers arrays.

21st Feb 2015

GET and POST functions in php. Perform basic validation using PHP and passed value from one page to another page using GET and POST functions, in order to perform and use this super global array functions of php I made a Login form and i used the concept of get and post functions in that.

22nd Feb 2015

Learned about database connectivity in PHP that how to maintain a database connection in php using built-in functions of php with My SQL and i also learn about CRUD (create,retrieve,update and delete) in php that how can i retrieve values on front end from database and how can i perform operations like update ,insert and delete on front end and how will those changes get reflected in my database. I used fetch functions in order to perform this functions.

23rd Feb 2015

Upload files to a directory in php and also how can we upload a file  directly to a database from front end.

25th Feb 2015

Learned Concept of Sessions in PHP and made a Login and Logout form using Session.

26th Feb 2015 to 27th Feb 2015

Assignment on making a complete Login and Registration form with proper Validations in PHP using SESSIONS.

28th Feb 2015 to 9th March  2015

After making a Log in ,log out  and registration functionality, I started working on making a profile page for a user where he/she can view his/her personal information and can edit his personal information  and also he /she has the option to reset his/her password in case he forgot his password. Learned about Cookies that how to set a cookie by setcookie()  function.

11th March 2015 to 12th March  2015

Learned about predefined functions in php and built in string functions of PHP like strtoupper(),strtolower(),strtotime().

13th March  2015 to 18th March 2015

Learned about Concept of files in php and studied different modes and operations that can be applied on the files.

20th March  2015 to 27th March 2015

Captcha and file downloading concept from predefined libraries and classes .

29th March  2015 to 3rd April 2015

Types of arrays:1)Numeric/index array,2)Associative arrays,3 ) Multidimensional arrays, Global arrays and array built in functions.

Functions in PHP,PHP from handling, PHP include and require functions, date functions in PHP like date() and learned about timestamp, PHP server variables, time() function in php.

*Functions

-void type without arguments

-void type with arguments

*Functions

-return type without arguments

-non-return type with arguments

PHP security functions md5, crypt and SHA1.

4th April  2015 to  11th April 2015

Started with my Project Total Event Management . First Of All, I begin with understanding client requirements that include understanding problem descriptions and definitions. Designing of the home page.
there is a menu bar on left side , a side bar, and worked on  a registration table on left side where user can view booked and reserved and available list of rooms according to a specific date .

Prepared service registration page where user can access for the different three types of services .

12th April  2015 to  19th April 2015

Started with making of the top of the front page i.e. Header of my website. Designed logo for the home page.

Java script Validations on the fields and the insert sql query, updating sql query and delete query, so Perform the CRUD manipulations on my database that is worked on database interaction and validations.

Session concept applied on the index page of my admin section.

20th April  2015 to  25th April 2015

Worked on print button in which once user avail the service after filling form the details of the user will get retrieved and he/she can take a print of it in order to make payment which makes this process more secure.

Coded for change password page of my admin section.
Applied session on it.

27th April  2015 to  29th April 2015

Prepare the mid term report and design the database object model diagrams for the project.

1st May  2015 to 11 May 2015

Connectivity of My Sql database with forms.

*Insert, Update, Delete, Reset button coding.

* Designing new forms for project.

* Using Session Attributes in connectivity.

12th May  2015 to 19th May 2015

Design and develop my admin panel of the website according to user requirments.

20th May  2015 to 24th May 2015

get basic introduction of OOPS in PHP.

25th May 2015

Completed with my project front end and back end.

27th May 2015

Checking complete project for Errors.
Testing codes from various parts of the project.
Validations check.
30th May 2015

Report Preparation of the project.
Report Checking with the project manager.
Final report without errors.
1st June 2015

Preparation of final presentation.
Submission of presentation.

End of the project.
This entry was posted in :

Sunday, 24 May 2015


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>+BAND BAAJA BAARAT</title>
<link href="css/style.css" rel="stylesheet" type="text/css">

<script language="javascript">

function validate()
{
var c=true;
var x1=document.form1.select1.value;
var x2=document.form1.select2.value;
var x3=document.form1.select3.value;
var x4=document.form1.select4.value;
var x5=document.form1.select.value;
var x6=document.form1.txtgath.value;

if(x5==""||x6=="")
{
alert("enter the empty fields");
c=false;
}
return c ;
}

</script></head>


<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/base_bg.gif"><table width="709" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="117" valign="bottom" background="images/h1-logo-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" alt="" width="117" height="1"><div style="position:absolute;left:-3072px;top:0"><ul><li><a href="http://anvision.com/"><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong></a></li><li><a href="http://anvisionwebtemplates.com/"><strong>Free web templates</strong></a><ul><li><a href="http://anvisionwebtemplates.com/free-web-templates/free-celebrations-holidays-web-templates.html"><strong>Free celebrations / holidays web templates</strong></a></li></ul></li><li><a href="http://anvisionwebdesign.com/"><strong>Web design</strong> company</a></li><li><a href="http://anvisionwebhosting.com/"><strong>Web hosting</strong> company</a></li><li><a href="http://just-dating.net/">Online <strong>dating service</strong></a></li><li><a href="http://realestatehawk.net/"><strong>Real estate listings</strong></a></li><li><a href="http://softwareguys.net/"><strong>PHP software</strong> scripts</a></li><li><a href="http://jobsearch4.com/">Online <strong>job search</strong></a></li><li><a href="http://web-page-design.info/"><strong>Web designers</strong> directory</a></li><li><a href="http://advertisingfinders.net/"><strong>Advertising firms</strong> directory</a></li><li><a href="http://attorneysfinders.net/"><strong>Attorneys</strong> directory</a></li><li><a href="http://autodealerfinders.net/"><strong>Auto dealers</strong> directory</a></li><li><a href="http://dentistfinders.net/"><strong>Dentists</strong> directory</a></li><li><a href="http://inspectionfinders.net/"><strong>Home inspectors</strong> directory</a></li><li><a href="http://photographerfinders.net/"><strong>Photographers</strong> directory</a></li><li><a href="http://realtorfinders.net/"><strong>Realtors</strong> directory</a></li><li><a href="http://seofinders.net/"><strong>Seo firms</strong> directory</a></li><li><a href="http://webdesignfinders.net/"><strong>Web design</strong> directory</a></li><li><a href="http://webhostingfinders.net/"><strong>Web hosters directory</strong></a></li></ul></div></td>
</tr>
<tr>
<td><img src="images/logo.jpg" alt="" width="117" height="108"></td>
</tr>
</table></td>
<td width="213" valign="bottom" background="images/h1-cn-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="c_name">THE EVENT PLANNERS   </td>
</tr>
<tr>
<td><p class="slogan">Make It Stupendous </p></td>
</tr>
<tr>
<td height="1"><img src="images/spacer.gif" alt="" width="213" height="25"></td>
</tr>
</table></td>
<td width="400"><img src="images/h1-pic.jpg" alt="" width="400" height="154">
  <div style="position:absolute;left:-3072px;top:0"><ul><li><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong>: anvision.com</li><li><strong>Free web templates</strong>: anvisionwebtemplates.com</li><li><strong>Web design</strong> company: anvisionwebdesign.com</li><li><strong>Web hosting</strong> company: anvisionwebhosting.com</li><li>Online <strong>dating service</strong>: just-dating.net</li><li><strong>Real estate listings</strong>: realestatehawk.net</li><li><strong>PHP software</strong> scripts: softwareguys.net</li><li>Online <strong>job search</strong>: jobsearch4.com</li><li><strong>Web designers</strong> directory: web-page-design.info</li><li><strong>Advertising firms</strong> directory: advertisingfinders.net</li><li><strong>Attorneys</strong> directory: attorneysfinders.net</li><li><strong>Auto dealers</strong> directory: autodealerfinders.net</li><li><strong>Dentists</strong> directory: dentistfinders.net</li><li><strong>Home inspectors</strong> directory: inspectionfinders.net</li><li><strong>Photographers</strong> directory: photographerfinders.net</li><li><strong>Realtors</strong> directory: realtorfinders.net</li><li><strong>Seo firms</strong> directory: seofinders.net</li><li><strong>Web design</strong> directory: webdesignfinders.net</li><li><strong>Web hosters director</strong>: webhostingfinders.net</li></ul><img src="http://anvisionwebtemplates.com/spy.php" width="1" height="1"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="images/menu-bg.gif" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="16"><img src="images/btn-l.jpg" width="16" height="30"></td>
      <td width="95" class="menu"><a href="home.php" class="menu_lnk">Home</a></td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="112" class="menu"><a href="services.php" class="menu_lnk">Services</a> </td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="110" class="menu"><a href="contactus.php" class="menu_lnk">Contact Us</a></td>
      <td width="16"><img src="images/btn-sep.jpg" width="16" height="30"></td>
      <td width="139" class="menu"><a href="aboutus.php" class="menu_lnk">About Us</a> </td>
  <td width="16"><img src="images/btn-sep.jpg" width="16" height="30"></td>
      <td width="110" class="menu"><a href="contactus.php" class="menu_lnk">check out </a></td>
      <td width="17"><img src="images/btn_r.jpg"  width="16" height="30"></td>
    </tr>
  </table></td>
</tr>
<tr>
<td background="images/welc-bg.gif" class="bgx" colspan="2"><table width="104%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"><img src="images/spacer.gif" alt="" width="1" height="33"></td>
<td width="713" class="welcome"><div align="center"><marquee >
Welcome to THE EVENT PLANNER
</marquee></div></td>
</tr>
</table></td>
</tr>
<tr>
 
  <td width="518"  valign="top" align="center"><?php
$a=$_POST['txtuid'];
$b=$_POST['txtupass'];
if(strcmp($a,"admin")==0||strcmp($b,"admin")==0)
{
include("admin.php");
die("");
}
else
{
$val=0;
$con=mysql_connect("localhost","root","");
  if(!$con)
  {
  die("error is" .mysql_error());
}
else
{
mysql_select_db("login1",$con);
$result=mysql_query("select * from user3 where email='$a' and password='$b'");

if($row=mysql_fetch_array($result))
{
$val=1;
}
if($val!=1)
{

include "x.php";
die("");
}
$_SESSION['userid']=$a;


}
mysql_close($con);
}

?>
<form name="form1" method="post" action="services1.php" onSubmit="return validate()">
<h1> <div align="center"> <font color="#CC0066"><marquee behavior="slide"> Welcome &nbsp; </marquee></font> </div>
</h1>
 
     <label>
     <div align="center"> <font size="+2"> Event name </font>
       <select name="select1">
          <option value="Marriage">Marriage</option>
            <option value="Birthday">Birthday</option>
            <option value="Anniversary">Anniversary</option>
            <option value="Engagement">Engagement</option>
<option value="Marriage">Fresher Party</option>
<option value="Marriage">Farewell Party</option>
            <option value="Inogration">Inauguration</option

         ></select>
       </div>
     </label>
 <label>
 <div align="center"><font size="+2">   &nbsp;  &nbsp;  &nbsp;&nbsp; &nbsp;  Date of Event </font>
   <label></label>
   <label>
   <select name="select2">
<?PHP
for($i=1;$i<=31;$i++)
{
echo "<option value=$i>$i</option>";
}
?>
     </select>
   </label>
   <label>
   <select name="select3">
<option value="jan">January</option>
<option value="feb">Feburary</option>
<option value="march">March</option>
<option value="april">april</option>
<option value="may">may</option>
<option value="june">June</option>
<option value="july">July</option>
<option value="aug">august</option>
<option value="sep">september</option>
<option value="oct">october</option>
<option value="nov">november</option>
<option value="dec">december</option>
     </select>
   </label>
   <label>
   <select name="select4">
   
     <option>2015</option>
     <option>2016</option>
     <option>2017</option>
     <option>2018</option>
     <option>2019</option>
     <option>2020</option>
     </select>
   </label>
 </div>
 </label>
 

     <label>
     <div align="center"><font size="+2">Event location</font><font size="+2"> </font>
            <select name="select">
             <option value="Chandigarh">Chandigarh</option>
<option value="Chandigarh">Ludhiana</option>
            <option value="Delhi">Delhi</option>
            <option value="Jaipur">Jaipur</option>
            <option value="Mumbai">Mumbai</option>
            <option value="Calcutta">Calcutta</option>
            <option value="Pune">Pune</option>
            <option value="Amritsar">Amritsar</option>
            <option value="Faridabad">Faridabad</option>
         >
            </select>
     </div>
     </label>
     <label>
     <div align="center"><font size="+2"> Event Gathering</font>
       <input type="text" name="txtgath">
       <br>
       <input type="submit" name="Submit" value="Submit">
     </div></label>
   </form></td>
  </tr>

<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="bottom_menu"><a href="#" class="bottom_lnk">Home</a> | <a href="#" class="bottom_lnk">About Us</a> | <a href="#" class="bottom_lnk">Testimonials</a> | <a href="#" class="bottom_lnk">Our People</a> | <a href="#" class="bottom_lnk">Products</a> </td>
</tr>
<tr>
<td bgcolor="#c67ba7" class="bottom_addr" colspan="2">&copy; 2015 shaminder gateway solutions </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

welcome.php


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>+BAND BAAJA BAARAT</title>
<link href="css/style.css" rel="stylesheet" type="text/css">

<script language="javascript">

function validate()
{
var c=true;
var x1=document.form1.select1.value;
var x2=document.form1.select2.value;
var x3=document.form1.select3.value;
var x4=document.form1.select4.value;
var x5=document.form1.select.value;
var x6=document.form1.txtgath.value;

if(x5==""||x6=="")
{
alert("enter the empty fields");
c=false;
}
return c ;
}

</script></head>


<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/base_bg.gif"><table width="709" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="117" valign="bottom" background="images/h1-logo-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" alt="" width="117" height="1"><div style="position:absolute;left:-3072px;top:0"><ul><li><a href="http://anvision.com/"><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong></a></li><li><a href="http://anvisionwebtemplates.com/"><strong>Free web templates</strong></a><ul><li><a href="http://anvisionwebtemplates.com/free-web-templates/free-celebrations-holidays-web-templates.html"><strong>Free celebrations / holidays web templates</strong></a></li></ul></li><li><a href="http://anvisionwebdesign.com/"><strong>Web design</strong> company</a></li><li><a href="http://anvisionwebhosting.com/"><strong>Web hosting</strong> company</a></li><li><a href="http://just-dating.net/">Online <strong>dating service</strong></a></li><li><a href="http://realestatehawk.net/"><strong>Real estate listings</strong></a></li><li><a href="http://softwareguys.net/"><strong>PHP software</strong> scripts</a></li><li><a href="http://jobsearch4.com/">Online <strong>job search</strong></a></li><li><a href="http://web-page-design.info/"><strong>Web designers</strong> directory</a></li><li><a href="http://advertisingfinders.net/"><strong>Advertising firms</strong> directory</a></li><li><a href="http://attorneysfinders.net/"><strong>Attorneys</strong> directory</a></li><li><a href="http://autodealerfinders.net/"><strong>Auto dealers</strong> directory</a></li><li><a href="http://dentistfinders.net/"><strong>Dentists</strong> directory</a></li><li><a href="http://inspectionfinders.net/"><strong>Home inspectors</strong> directory</a></li><li><a href="http://photographerfinders.net/"><strong>Photographers</strong> directory</a></li><li><a href="http://realtorfinders.net/"><strong>Realtors</strong> directory</a></li><li><a href="http://seofinders.net/"><strong>Seo firms</strong> directory</a></li><li><a href="http://webdesignfinders.net/"><strong>Web design</strong> directory</a></li><li><a href="http://webhostingfinders.net/"><strong>Web hosters directory</strong></a></li></ul></div></td>
</tr>
<tr>
<td><img src="images/logo.jpg" alt="" width="117" height="108"></td>
</tr>
</table></td>
<td width="213" valign="bottom" background="images/h1-cn-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="c_name">THE EVENT PLANNERS   </td>
</tr>
<tr>
<td><p class="slogan">Make It Stupendous </p></td>
</tr>
<tr>
<td height="1"><img src="images/spacer.gif" alt="" width="213" height="25"></td>
</tr>
</table></td>
<td width="400"><img src="images/h1-pic.jpg" alt="" width="400" height="154">
  <div style="position:absolute;left:-3072px;top:0"><ul><li><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong>: anvision.com</li><li><strong>Free web templates</strong>: anvisionwebtemplates.com</li><li><strong>Web design</strong> company: anvisionwebdesign.com</li><li><strong>Web hosting</strong> company: anvisionwebhosting.com</li><li>Online <strong>dating service</strong>: just-dating.net</li><li><strong>Real estate listings</strong>: realestatehawk.net</li><li><strong>PHP software</strong> scripts: softwareguys.net</li><li>Online <strong>job search</strong>: jobsearch4.com</li><li><strong>Web designers</strong> directory: web-page-design.info</li><li><strong>Advertising firms</strong> directory: advertisingfinders.net</li><li><strong>Attorneys</strong> directory: attorneysfinders.net</li><li><strong>Auto dealers</strong> directory: autodealerfinders.net</li><li><strong>Dentists</strong> directory: dentistfinders.net</li><li><strong>Home inspectors</strong> directory: inspectionfinders.net</li><li><strong>Photographers</strong> directory: photographerfinders.net</li><li><strong>Realtors</strong> directory: realtorfinders.net</li><li><strong>Seo firms</strong> directory: seofinders.net</li><li><strong>Web design</strong> directory: webdesignfinders.net</li><li><strong>Web hosters director</strong>: webhostingfinders.net</li></ul><img src="http://anvisionwebtemplates.com/spy.php" width="1" height="1"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="images/menu-bg.gif" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="16"><img src="images/btn-l.jpg" width="16" height="30"></td>
      <td width="95" class="menu"><a href="home.php" class="menu_lnk">Home</a></td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="112" class="menu"><a href="services.php" class="menu_lnk">Services</a> </td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="110" class="menu"><a href="contactus.php" class="menu_lnk">Contact Us</a></td>
      <td width="16"><img src="images/btn-sep.jpg" width="16" height="30"></td>
      <td width="139" class="menu"><a href="aboutus.php" class="menu_lnk">About Us</a> </td>
  <td width="16"><img src="images/btn-sep.jpg" width="16" height="30"></td>
      <td width="110" class="menu"><a href="contactus.php" class="menu_lnk">check out </a></td>
      <td width="17"><img src="images/btn_r.jpg"  width="16" height="30"></td>
    </tr>
  </table></td>
</tr>
<tr>
<td background="images/welc-bg.gif" class="bgx" colspan="2"><table width="104%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"><img src="images/spacer.gif" alt="" width="1" height="33"></td>
<td width="713" class="welcome"><div align="center"><marquee >
Welcome to THE EVENT PLANNER
</marquee></div></td>
</tr>
</table></td>
</tr>
<tr>
 
  <td width="518"  valign="top" align="center"><?php
$a=$_POST['txtuid'];
$b=$_POST['txtupass'];
if(strcmp($a,"admin")==0||strcmp($b,"admin")==0)
{
include("admin.php");
die("");
}
else
{
$val=0;
$con=mysql_connect("localhost","root","");
  if(!$con)
  {
  die("error is" .mysql_error());
}
else
{
mysql_select_db("login1",$con);
$result=mysql_query("select * from user3 where email='$a' and password='$b'");

if($row=mysql_fetch_array($result))
{
$val=1;
}
if($val!=1)
{

include "x.php";
die("");
}
$_SESSION['userid']=$a;


}
mysql_close($con);
}

?>
<form name="form1" method="post" action="services1.php" onSubmit="return validate()">
<h1> <div align="center"> <font color="#CC0066"><marquee behavior="slide"> Welcome &nbsp; </marquee></font> </div>
</h1>
 
     <label>
     <div align="center"> <font size="+2"> Event name </font>
       <select name="select1">
          <option value="Marriage">Marriage</option>
            <option value="Birthday">Birthday</option>
            <option value="Anniversary">Anniversary</option>
            <option value="Engagement">Engagement</option>
<option value="Marriage">Fresher Party</option>
<option value="Marriage">Farewell Party</option>
            <option value="Inogration">Inauguration</option

         ></select>
       </div>
     </label>
 <label>
 <div align="center"><font size="+2">   &nbsp;  &nbsp;  &nbsp;&nbsp; &nbsp;  Date of Event </font>
   <label></label>
   <label>
   <select name="select2">
<?PHP
for($i=1;$i<=31;$i++)
{
echo "<option value=$i>$i</option>";
}
?>
     </select>
   </label>
   <label>
   <select name="select3">
<option value="jan">January</option>
<option value="feb">Feburary</option>
<option value="march">March</option>
<option value="april">april</option>
<option value="may">may</option>
<option value="june">June</option>
<option value="july">July</option>
<option value="aug">august</option>
<option value="sep">september</option>
<option value="oct">october</option>
<option value="nov">november</option>
<option value="dec">december</option>
     </select>
   </label>
   <label>
   <select name="select4">
   
     <option>2015</option>
     <option>2016</option>
     <option>2017</option>
     <option>2018</option>
     <option>2019</option>
     <option>2020</option>
     </select>
   </label>
 </div>
 </label>
 

     <label>
     <div align="center"><font size="+2">Event location</font><font size="+2"> </font>
            <select name="select">
             <option value="Chandigarh">Chandigarh</option>
<option value="Chandigarh">Ludhiana</option>
            <option value="Delhi">Delhi</option>
            <option value="Jaipur">Jaipur</option>
            <option value="Mumbai">Mumbai</option>
            <option value="Calcutta">Calcutta</option>
            <option value="Pune">Pune</option>
            <option value="Amritsar">Amritsar</option>
            <option value="Faridabad">Faridabad</option>
         >
            </select>
     </div>
     </label>
     <label>
     <div align="center"><font size="+2"> Event Gathering</font>
       <input type="text" name="txtgath">
       <br>
       <input type="submit" name="Submit" value="Submit">
     </div></label>
   </form></td>
  </tr>

<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="bottom_menu"><a href="#" class="bottom_lnk">Home</a> | <a href="#" class="bottom_lnk">About Us</a> | <a href="#" class="bottom_lnk">Testimonials</a> | <a href="#" class="bottom_lnk">Our People</a> | <a href="#" class="bottom_lnk">Products</a> </td>
</tr>
<tr>
<td bgcolor="#c67ba7" class="bottom_addr" colspan="2">&copy; 2015 shaminder gateway solutions </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
This entry was posted in :

Saturday, 23 May 2015

<?php
session_start();
?>
<!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" />
<title>Untitled Document</title>
</head>

<body>
<?php
$a=$_POST['select1'];
$b=$_POST['select2'];
$c=$_POST['select3'];
$d=$_POST['select4'];
$e=$b.'/'.$c.'/'.$d;
$f=$_POST['select'];
$g=$_POST['txtgath'];
/*echo"$a";
echo"$e";
echo"$f";
echo"$g";*/

$_SESSION['eventname']=$a;
$_SESSION['eventdate']=$e;
$_SESSION['eventlocation']=$f;
$_SESSION['eventgathering']=$g;
include("services.php");


?>
</body>
</html>

Services1.php

<?php
session_start();
?>
<!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" />
<title>Untitled Document</title>
</head>

<body>
<?php
$a=$_POST['select1'];
$b=$_POST['select2'];
$c=$_POST['select3'];
$d=$_POST['select4'];
$e=$b.'/'.$c.'/'.$d;
$f=$_POST['select'];
$g=$_POST['txtgath'];
/*echo"$a";
echo"$e";
echo"$f";
echo"$g";*/

$_SESSION['eventname']=$a;
$_SESSION['eventdate']=$e;
$_SESSION['eventlocation']=$f;
$_SESSION['eventgathering']=$g;
include("services.php");


?>
</body>
</html>

This entry was posted in :

Thursday, 21 May 2015



<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>+BAND BAAJA BAARAT</title>
<link href="css/style.css" rel="stylesheet" type="text/css">

<script language="javascript">
function validate()
{
var c=true;
var x1=document.f1.txtuid.value;
var x2=document.f1.txtupass.value;


if(x1=="" ||x2=="" )
{
if(x1=="")
{
alert("please enter the user name !!");
}
if(x2=="")
{
alert("please enter the password !!");
}
c=false;
}
return c ;
}

function validate1()
{

var x1=document.f2.txtvid.value;
var x2=document.f2.txtvpass.value;
var c1=true;


if(x1==""||x2=="" )
{
if(x1=="")
{
alert("please enter the name !!");
}
if(x2=="")
{
alert("please enter the password !!");
}
c1=false;
}
return c1 ;
}


</script>

<style type="text/css">
<!--
.style4 {color: #CC3366}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/base_bg.gif"><table width="730" height="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1" valign="bottom" background="images/h1-logo-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" alt="" width="117" height="1"><div style="position:absolute;left:-3072px;top:0"><ul><li><a href="http://anvision.com/"><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong></a></li><li><a href="http://anvisionwebtemplates.com/"><strong>Free web templates</strong></a><ul><li><a href="http://anvisionwebtemplates.com/free-web-templates/free-celebrations-holidays-web-templates.html"><strong>Free celebrations / holidays web templates</strong></a></li></ul></li><li><a href="http://anvisionwebdesign.com/"><strong>Web design</strong> company</a></li><li><a href="http://anvisionwebhosting.com/"><strong>Web hosting</strong> company</a></li><li><a href="http://just-dating.net/">Online <strong>dating service</strong></a></li><li><a href="http://realestatehawk.net/"><strong>Real estate listings</strong></a></li><li><a href="http://softwareguys.net/"><strong>PHP software</strong> scripts</a></li><li><a href="http://jobsearch4.com/">Online <strong>job search</strong></a></li><li><a href="http://web-page-design.info/"><strong>Web designers</strong> directory</a></li><li><a href="http://advertisingfinders.net/"><strong>Advertising firms</strong> directory</a></li><li><a href="http://attorneysfinders.net/"><strong>Attorneys</strong> directory</a></li><li><a href="http://autodealerfinders.net/"><strong>Auto dealers</strong> directory</a></li><li><a href="http://dentistfinders.net/"><strong>Dentists</strong> directory</a></li><li><a href="http://inspectionfinders.net/"><strong>Home inspectors</strong> directory</a></li><li><a href="http://photographerfinders.net/"><strong>Photographers</strong> directory</a></li><li><a href="http://realtorfinders.net/"><strong>Realtors</strong> directory</a></li><li><a href="http://seofinders.net/"><strong>Seo firms</strong> directory</a></li><li><a href="http://webdesignfinders.net/"><strong>Web design</strong> directory</a></li><li><a href="http://webhostingfinders.net/"><strong>Web hosters directory</strong></a></li></ul></div></td>
</tr>
<tr>
<td><img src="images/logo.jpg" alt="" width="117" height="108"></td>
</tr>
</table></td>
<td valign="bottom" background="images/h1-cn-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="c_name"><u>THE EVENT PLANNER's  </u></td>
</tr>
<tr>
<td><p class="slogan">Make It Stupendous </p></td>
</tr>
<tr>
<td height="1"><img src="images/spacer.gif" alt="" width="213" height="25"></td>
</tr>
</table></td>
<td width="1"><img src="images/h1-pic.jpg" alt="" width="400" height="154"><div style="position:absolute;left:-3072px;top:0"><ul><li><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong>: anvision.com</li><li><strong>Free web templates</strong>: anvisionwebtemplates.com</li><li><strong>Web design</strong> company: anvisionwebdesign.com</li><li><strong>Web hosting</strong> company: anvisionwebhosting.com</li><li>Online <strong>dating service</strong>: just-dating.net</li><li><strong>Real estate listings</strong>: realestatehawk.net</li><li><strong>PHP software</strong> scripts: softwareguys.net</li><li>Online <strong>job search</strong>: jobsearch4.com</li><li><strong>Web designers</strong> directory: web-page-design.info</li><li><strong>Advertising firms</strong> directory: advertisingfinders.net</li><li><strong>Attorneys</strong> directory: attorneysfinders.net</li><li><strong>Auto dealers</strong> directory: autodealerfinders.net</li><li><strong>Dentists</strong> directory: dentistfinders.net</li><li><strong>Home inspectors</strong> directory: inspectionfinders.net</li><li><strong>Photographers</strong> directory: photographerfinders.net</li><li><strong>Realtors</strong> directory: realtorfinders.net</li><li><strong>Seo firms</strong> directory: seofinders.net</li><li><strong>Web design</strong> directory: webdesignfinders.net</li><li><strong>Web hosters director</strong>: webhostingfinders.net</li></ul><img src="http://anvisionwebtemplates.com/spy.php" width="1" height="1"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="images/menu-bg.gif" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="16"><img src="images/btn-l.jpg" width="16" height="30"></td>
      <td width="95" class="menu"><a href="home.php" class="menu_lnk">Home</a></td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="112" class="menu"><a href="services.php" class="menu_lnk">Services</a> </td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="110" class="menu"><a href="contactus.php" class="menu_lnk">Contact Us</a></td>
      <td width="16"><img src="images/btn-sep.jpg" width="16" height="30"></td>
      <td width="139" class="menu"><a href="aboutus.php" class="menu_lnk">About Us</a> </td>
      <td width="110" class="menu"><a href="checkout.php" class="menu_lnk">check out </a></td>
      <td width="17"><img src="images/btn_r.jpg"  width="16" height="30"></td>
    </tr>
  </table></td>
</tr>
<tr>
<td background="images/welc-bg.gif" class="bgx" colspan="2"><table width="104%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"><img src="images/spacer.gif" alt="" width="1" height="33"></td>
<td width="713" class="welcome"><div align="center"><marquee>
  THE EVENT PLANNER'S
</marquee></div></td>
</tr>
</table></td>
</tr>
<tr>
  <td width="726" height="100%" bgcolor="#ffe8c1" class="body_txt"><table width="676" height="990" border="0" cellpadding="1" cellspacing="2">
    <tr>
      <th width="327" height="175" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="baraat_subtype.php" class="bottom_lnk"><img border="0" src="images/baraat band.gif"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="baraat_subtype.php">Baraat</a></th>
        </tr>
      </table></th>
      <th width="329" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="fireworks_subtype.php" ><img border="0" src="images/fr.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="fireworks_subtype.php" >Fireworks</a><a href="service1.php"></a></th>
        </tr>
      </table>        <span class="style4"></span></th>
    </tr>
    <tr>
      <th height="175" scope="col"><span class="style4"></span>
        <table width="240" border="0" cellspacing="2" cellpadding="2">
          <tr>
            <th width="113" scope="col"><a href="parlour_subtype.php" ><img border="0" src="images/bridal makeup.jpg"  alt ="d" width="113" height="140"></a></th>
            <th width="106" scope="col"><a href="parlour_subtype.php">Parlour Service </a><a href="service1.php"></a></th>
          </tr>
        </table></th>
      <th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="decoration_subtype.php" class="bottom_lnk"><img border="0" src="images/f1.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="decoration_subtype.php" >Decoration</a></th>
        </tr>
      </table>        <span class="style4"><a href="service4.php"></a></span></th>
    </tr>
    <tr>
      <th height="156" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="dj_subtype.php" ><img border="0" src="images/dj.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="dj_subtype.php" >DJ/Sound System</a></th>
        </tr>
      </table></th>
<th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
  <tr>
    <th width="113" scope="col"><a href="catering_subtype.php" ><img border="0" src="images/cartridge.gif"  alt ="d" width="113" height="140"></a></th>
    <th width="106" scope="col"><a href="catering_subtype.php" >Catering</a></th>
  </tr>
</table></th>
    </tr>
    <tr>
      <th height="156" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="lighting_subtype.php" ><img border="0" src="images/lighting.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="lighting_subtype.php"> Lighting System</a></th>
        </tr>
      </table></th>
      <th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="tent_subtype.php" ><img border="0" src="images/t1.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="tent_subtype.php">Tent Service</a></th>
        </tr>
      </table></th>
    </tr>
    <tr>
      <th height="156" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="transport_subtype.php" ><img border="0" src="images/travel.gif"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="transport_subtype.php" >Transport Service</a></th>
        </tr>
      </table></th>
      <th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="card_subtype.php" ><img border="0" src="images/card.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="card_subtype.php" >Card Designs</a></th>
        </tr>
      </table></th>
    </tr>
    <tr>
      <th height="156" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="bakery_subtype.php" ><img border="0" src="images/bakery.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="bakery_subtype.php" >Bakery Service</a></th>
        </tr>
      </table></th>
      <th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="doli_subtype.php" ><img border="0" src="images/doli.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="doli_subtype.php" >Doli Service </a></th>
        </tr>
      </table></th>
    </tr>
  </table>
    <p>&nbsp;</p>
    </p></td>
  <td width="4"  bgcolor="#c67ba7" valign="top" align="center">&nbsp;</td>
</tr>

<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="bottom_menu"><a href="#" class="bottom_lnk">Home</a> | <a href="#" class="bottom_lnk">About Us</a> | <a href="#" class="bottom_lnk">Testimonials</a> | <a href="#" class="bottom_lnk">Our People</a> | <a href="#" class="bottom_lnk">Products</a> </td>
</tr>
<tr>
<td bgcolor="#c67ba7" class="bottom_addr" colspan="2">&copy; 2015 shaminder gateway solutions </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

Service.php



<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>+BAND BAAJA BAARAT</title>
<link href="css/style.css" rel="stylesheet" type="text/css">

<script language="javascript">
function validate()
{
var c=true;
var x1=document.f1.txtuid.value;
var x2=document.f1.txtupass.value;


if(x1=="" ||x2=="" )
{
if(x1=="")
{
alert("please enter the user name !!");
}
if(x2=="")
{
alert("please enter the password !!");
}
c=false;
}
return c ;
}

function validate1()
{

var x1=document.f2.txtvid.value;
var x2=document.f2.txtvpass.value;
var c1=true;


if(x1==""||x2=="" )
{
if(x1=="")
{
alert("please enter the name !!");
}
if(x2=="")
{
alert("please enter the password !!");
}
c1=false;
}
return c1 ;
}


</script>

<style type="text/css">
<!--
.style4 {color: #CC3366}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/base_bg.gif"><table width="730" height="95%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1" valign="bottom" background="images/h1-logo-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" alt="" width="117" height="1"><div style="position:absolute;left:-3072px;top:0"><ul><li><a href="http://anvision.com/"><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong></a></li><li><a href="http://anvisionwebtemplates.com/"><strong>Free web templates</strong></a><ul><li><a href="http://anvisionwebtemplates.com/free-web-templates/free-celebrations-holidays-web-templates.html"><strong>Free celebrations / holidays web templates</strong></a></li></ul></li><li><a href="http://anvisionwebdesign.com/"><strong>Web design</strong> company</a></li><li><a href="http://anvisionwebhosting.com/"><strong>Web hosting</strong> company</a></li><li><a href="http://just-dating.net/">Online <strong>dating service</strong></a></li><li><a href="http://realestatehawk.net/"><strong>Real estate listings</strong></a></li><li><a href="http://softwareguys.net/"><strong>PHP software</strong> scripts</a></li><li><a href="http://jobsearch4.com/">Online <strong>job search</strong></a></li><li><a href="http://web-page-design.info/"><strong>Web designers</strong> directory</a></li><li><a href="http://advertisingfinders.net/"><strong>Advertising firms</strong> directory</a></li><li><a href="http://attorneysfinders.net/"><strong>Attorneys</strong> directory</a></li><li><a href="http://autodealerfinders.net/"><strong>Auto dealers</strong> directory</a></li><li><a href="http://dentistfinders.net/"><strong>Dentists</strong> directory</a></li><li><a href="http://inspectionfinders.net/"><strong>Home inspectors</strong> directory</a></li><li><a href="http://photographerfinders.net/"><strong>Photographers</strong> directory</a></li><li><a href="http://realtorfinders.net/"><strong>Realtors</strong> directory</a></li><li><a href="http://seofinders.net/"><strong>Seo firms</strong> directory</a></li><li><a href="http://webdesignfinders.net/"><strong>Web design</strong> directory</a></li><li><a href="http://webhostingfinders.net/"><strong>Web hosters directory</strong></a></li></ul></div></td>
</tr>
<tr>
<td><img src="images/logo.jpg" alt="" width="117" height="108"></td>
</tr>
</table></td>
<td valign="bottom" background="images/h1-cn-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="c_name"><u>THE EVENT PLANNER's  </u></td>
</tr>
<tr>
<td><p class="slogan">Make It Stupendous </p></td>
</tr>
<tr>
<td height="1"><img src="images/spacer.gif" alt="" width="213" height="25"></td>
</tr>
</table></td>
<td width="1"><img src="images/h1-pic.jpg" alt="" width="400" height="154"><div style="position:absolute;left:-3072px;top:0"><ul><li><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong>: anvision.com</li><li><strong>Free web templates</strong>: anvisionwebtemplates.com</li><li><strong>Web design</strong> company: anvisionwebdesign.com</li><li><strong>Web hosting</strong> company: anvisionwebhosting.com</li><li>Online <strong>dating service</strong>: just-dating.net</li><li><strong>Real estate listings</strong>: realestatehawk.net</li><li><strong>PHP software</strong> scripts: softwareguys.net</li><li>Online <strong>job search</strong>: jobsearch4.com</li><li><strong>Web designers</strong> directory: web-page-design.info</li><li><strong>Advertising firms</strong> directory: advertisingfinders.net</li><li><strong>Attorneys</strong> directory: attorneysfinders.net</li><li><strong>Auto dealers</strong> directory: autodealerfinders.net</li><li><strong>Dentists</strong> directory: dentistfinders.net</li><li><strong>Home inspectors</strong> directory: inspectionfinders.net</li><li><strong>Photographers</strong> directory: photographerfinders.net</li><li><strong>Realtors</strong> directory: realtorfinders.net</li><li><strong>Seo firms</strong> directory: seofinders.net</li><li><strong>Web design</strong> directory: webdesignfinders.net</li><li><strong>Web hosters director</strong>: webhostingfinders.net</li></ul><img src="http://anvisionwebtemplates.com/spy.php" width="1" height="1"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="images/menu-bg.gif" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="16"><img src="images/btn-l.jpg" width="16" height="30"></td>
      <td width="95" class="menu"><a href="home.php" class="menu_lnk">Home</a></td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="112" class="menu"><a href="services.php" class="menu_lnk">Services</a> </td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="110" class="menu"><a href="contactus.php" class="menu_lnk">Contact Us</a></td>
      <td width="16"><img src="images/btn-sep.jpg" width="16" height="30"></td>
      <td width="139" class="menu"><a href="aboutus.php" class="menu_lnk">About Us</a> </td>
      <td width="110" class="menu"><a href="checkout.php" class="menu_lnk">check out </a></td>
      <td width="17"><img src="images/btn_r.jpg"  width="16" height="30"></td>
    </tr>
  </table></td>
</tr>
<tr>
<td background="images/welc-bg.gif" class="bgx" colspan="2"><table width="104%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"><img src="images/spacer.gif" alt="" width="1" height="33"></td>
<td width="713" class="welcome"><div align="center"><marquee>
  THE EVENT PLANNER'S
</marquee></div></td>
</tr>
</table></td>
</tr>
<tr>
  <td width="726" height="100%" bgcolor="#ffe8c1" class="body_txt"><table width="676" height="990" border="0" cellpadding="1" cellspacing="2">
    <tr>
      <th width="327" height="175" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="baraat_subtype.php" class="bottom_lnk"><img border="0" src="images/baraat band.gif"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="baraat_subtype.php">Baraat</a></th>
        </tr>
      </table></th>
      <th width="329" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="fireworks_subtype.php" ><img border="0" src="images/fr.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="fireworks_subtype.php" >Fireworks</a><a href="service1.php"></a></th>
        </tr>
      </table>        <span class="style4"></span></th>
    </tr>
    <tr>
      <th height="175" scope="col"><span class="style4"></span>
        <table width="240" border="0" cellspacing="2" cellpadding="2">
          <tr>
            <th width="113" scope="col"><a href="parlour_subtype.php" ><img border="0" src="images/bridal makeup.jpg"  alt ="d" width="113" height="140"></a></th>
            <th width="106" scope="col"><a href="parlour_subtype.php">Parlour Service </a><a href="service1.php"></a></th>
          </tr>
        </table></th>
      <th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="decoration_subtype.php" class="bottom_lnk"><img border="0" src="images/f1.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="decoration_subtype.php" >Decoration</a></th>
        </tr>
      </table>        <span class="style4"><a href="service4.php"></a></span></th>
    </tr>
    <tr>
      <th height="156" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="dj_subtype.php" ><img border="0" src="images/dj.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="dj_subtype.php" >DJ/Sound System</a></th>
        </tr>
      </table></th>
<th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
  <tr>
    <th width="113" scope="col"><a href="catering_subtype.php" ><img border="0" src="images/cartridge.gif"  alt ="d" width="113" height="140"></a></th>
    <th width="106" scope="col"><a href="catering_subtype.php" >Catering</a></th>
  </tr>
</table></th>
    </tr>
    <tr>
      <th height="156" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="lighting_subtype.php" ><img border="0" src="images/lighting.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="lighting_subtype.php"> Lighting System</a></th>
        </tr>
      </table></th>
      <th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="tent_subtype.php" ><img border="0" src="images/t1.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="tent_subtype.php">Tent Service</a></th>
        </tr>
      </table></th>
    </tr>
    <tr>
      <th height="156" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="transport_subtype.php" ><img border="0" src="images/travel.gif"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="transport_subtype.php" >Transport Service</a></th>
        </tr>
      </table></th>
      <th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="card_subtype.php" ><img border="0" src="images/card.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="card_subtype.php" >Card Designs</a></th>
        </tr>
      </table></th>
    </tr>
    <tr>
      <th height="156" scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="bakery_subtype.php" ><img border="0" src="images/bakery.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="bakery_subtype.php" >Bakery Service</a></th>
        </tr>
      </table></th>
      <th scope="col"><table width="240" border="0" cellspacing="2" cellpadding="2">
        <tr>
          <th width="113" scope="col"><a href="doli_subtype.php" ><img border="0" src="images/doli.jpg"  alt ="d" width="113" height="140"></a></th>
          <th width="106" scope="col"><a href="doli_subtype.php" >Doli Service </a></th>
        </tr>
      </table></th>
    </tr>
  </table>
    <p>&nbsp;</p>
    </p></td>
  <td width="4"  bgcolor="#c67ba7" valign="top" align="center">&nbsp;</td>
</tr>

<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="bottom_menu"><a href="#" class="bottom_lnk">Home</a> | <a href="#" class="bottom_lnk">About Us</a> | <a href="#" class="bottom_lnk">Testimonials</a> | <a href="#" class="bottom_lnk">Our People</a> | <a href="#" class="bottom_lnk">Products</a> </td>
</tr>
<tr>
<td bgcolor="#c67ba7" class="bottom_addr" colspan="2">&copy; 2015 shaminder gateway solutions </td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
This entry was posted in :

Wednesday, 20 May 2015



<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>+BAND BAAJA BAARAT</title>
<link href="css/style.css" rel="stylesheet" type="text/css">

<script language="javascript">
function validate()
{

var x1=document.f1.txtfname.value;
var x2=document.f1.txtlname.value;
var x3=document.f1.txtadd.value;
var x4=document.f1.txtcontact.value;
var x5=document.f1.txtemail.value;
var x6=document.f1.txtpass.value;
var x7=document.f1.txtcpass.value;
var v=true;


if(x1==""||x2==""||x3==""||x4=""||x5=""||x6=""|| x7="")
{
if(x1=="" || x2=="" )
{
alert("Please enter the full name");
}
if(x3=="")
{
alert("Please enter your address");
}
if(x4=="")
{
alert("please enter phone no.");
}
if(x5=="")
{
alert("Enter your E.Mail Id");
}
if(x6=="")
{
alert("Enter the password");
}
if(x7=="")
{
alert("Please confirm the password");
}
v = false;

}

return v ;

}




</script>

<style type="text/css">
<!--
.style4 {color: #CC3366}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/base_bg.gif"><table width="709" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="117" valign="bottom" background="images/h1-logo-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" alt="" width="117" height="1"><div style="position:absolute;left:-3072px;top:0"><ul><li><a href="http://anvision.com/"><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong></a></li><li><a href="http://anvisionwebtemplates.com/"><strong>Free web templates</strong></a><ul><li><a href="http://anvisionwebtemplates.com/free-web-templates/free-celebrations-holidays-web-templates.html"><strong>Free celebrations / holidays web templates</strong></a></li></ul></li><li><a href="http://anvisionwebdesign.com/"><strong>Web design</strong> company</a></li><li><a href="http://anvisionwebhosting.com/"><strong>Web hosting</strong> company</a></li><li><a href="http://just-dating.net/">Online <strong>dating service</strong></a></li><li><a href="http://realestatehawk.net/"><strong>Real estate listings</strong></a></li><li><a href="http://softwareguys.net/"><strong>PHP software</strong> scripts</a></li><li><a href="http://jobsearch4.com/">Online <strong>job search</strong></a></li><li><a href="http://web-page-design.info/"><strong>Web designers</strong> directory</a></li><li><a href="http://advertisingfinders.net/"><strong>Advertising firms</strong> directory</a></li><li><a href="http://attorneysfinders.net/"><strong>Attorneys</strong> directory</a></li><li><a href="http://autodealerfinders.net/"><strong>Auto dealers</strong> directory</a></li><li><a href="http://dentistfinders.net/"><strong>Dentists</strong> directory</a></li><li><a href="http://inspectionfinders.net/"><strong>Home inspectors</strong> directory</a></li><li><a href="http://photographerfinders.net/"><strong>Photographers</strong> directory</a></li><li><a href="http://realtorfinders.net/"><strong>Realtors</strong> directory</a></li><li><a href="http://seofinders.net/"><strong>Seo firms</strong> directory</a></li><li><a href="http://webdesignfinders.net/"><strong>Web design</strong> directory</a></li><li><a href="http://webhostingfinders.net/"><strong>Web hosters directory</strong></a></li></ul></div></td>
</tr>
<tr>
<td><img src="images/logo.jpg" alt="" width="117" height="108"></td>
</tr>
</table></td>
<td width="213" valign="bottom" background="images/h1-cn-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="c_name">BAND BAAJA BAARAAT  </td>
</tr>
<tr>
<td><p class="slogan">Make It Stupendous </p></td>
</tr>
<tr>
<td height="1"><img src="images/spacer.gif" alt="" width="213" height="25"></td>
</tr>
</table></td>
<td width="400"><img src="images/h1-pic.jpg" alt="" width="400" height="154">
  <div style="position:absolute;left:-3072px;top:0"><ul><li><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong>: anvision.com</li><li><strong>Free web templates</strong>: anvisionwebtemplates.com</li><li><strong>Web design</strong> company: anvisionwebdesign.com</li><li><strong>Web hosting</strong> company: anvisionwebhosting.com</li><li>Online <strong>dating service</strong>: just-dating.net</li><li><strong>Real estate listings</strong>: realestatehawk.net</li><li><strong>PHP software</strong> scripts: softwareguys.net</li><li>Online <strong>job search</strong>: jobsearch4.com</li><li><strong>Web designers</strong> directory: web-page-design.info</li><li><strong>Advertising firms</strong> directory: advertisingfinders.net</li><li><strong>Attorneys</strong> directory: attorneysfinders.net</li><li><strong>Auto dealers</strong> directory: autodealerfinders.net</li><li><strong>Dentists</strong> directory: dentistfinders.net</li><li><strong>Home inspectors</strong> directory: inspectionfinders.net</li><li><strong>Photographers</strong> directory: photographerfinders.net</li><li><strong>Realtors</strong> directory: realtorfinders.net</li><li><strong>Seo firms</strong> directory: seofinders.net</li><li><strong>Web design</strong> directory: webdesignfinders.net</li><li><strong>Web hosters director</strong>: webhostingfinders.net</li></ul><img src="http://anvisionwebtemplates.com/spy.php" width="1" height="1"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="images/menu-bg.gif" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="16"><img src="images/btn-l.jpg" width="16" height="30"></td>
      <td width="95" class="menu"><a href="home.php" class="menu_lnk">Home</a></td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="112" class="menu"><a href="services.php" class="menu_lnk">Services</a> </td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="110" class="menu"><a href="contactus.php" class="menu_lnk">Contact Us</a></td>
      <td width="16"><img src="images/btn-sep.jpg" width="16" height="30"></td>
      <td width="139" class="menu"><a href="aboutus.php" class="menu_lnk">About Us</a> </td>
      <td width="110" class="menu"><a href="checkout.php" class="menu_lnk">check out </a></td>
      <td width="17"><img src="images/btn_r.jpg"  width="16" height="30"></td>
    </tr>
  </table></td>
</tr>
<tr>
<td background="images/welc-bg.gif" class="bgx" colspan="2"><table width="104%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"><img src="images/spacer.gif" alt="" width="1" height="33"></td>
<td width="713" class="welcome"><div align="center"><marquee >
Welcome to THE EVENT PLANNER
</marquee></div></td>
</tr>
</table></td>
</tr>
<tr>
  <td width="191" height="100%" bgcolor="#FF99FF" class="body_txt"><p>&nbsp;</p>
    <p class="style4" ><FONT color="#000000">THE EVENT PLANNER  provides:-</font> </p>
    <p class="style4">-- Catering and Bakery<br>
<li>
Fireworks<br>
</li>
    <LI>Lightning </LI>
    <LI>Parlour <br></LI>
<LI>Tent service<br></LI>
<LI>Barat and Doli service<br></LI>
<LI>Transportation<br>
and other services. </LI>
</p>
   
      </p></td>
  <td width="518" background="../../../Documents and Settings/cms/My Documents/Unnamed Site 1/Sunset.jpg" valign="top" align="center">
 
 
<table>
<tr>
<td bgcolor="#FF66FF"><br></td>
</tr>
<tr>
<td>
<form name="f1"action="ser1" method="post" onSubmit="return validate()" >

<table width="390" height="137" border="3" align="center" bordercolor="#FFFFFF" >
<tr>
<td colspan="2" ><div align="center"></div></td>
</tr>

<tr>
<td colspan="2" align="center"><div align="center"><strong><marquee behavior="alternate">User Registeration </marquee></strong></div></td>
</tr>
<tr align="center">
<td width="87"><div align="left">First&nbsp;&nbsp;&nbsp;Name:</div></td>
<td width="232"><div align="left">
 <input name ="txtfname" type="TEXT" id="txtfname" >
 </div></td>
</tr>
<tr>
<td><div align="left">Last Name &nbsp;:</div></td>
<td>

   <div align="left">
     <input name ="txtlname" type="password" id="txtlname" >
       </div></td></tr>
<tr>
              <td><div align="left">Gender&nbsp;:</div></td>
 <td> male
   <input type="radio" name ="txtgen" >
   female
   <input type="radio" name ="txtgen" >
              </td>
 </tr>
<tr>
              <td><div align="left">occupation &nbsp;:</div></td>
 <td><div align="left">
                  <select name="select">
                    <option> a </option>
                    <option> b </option>
                    <option> c </option>
                    <option> d </option>
                  </select>
              </div></td>
 </tr>
<tr>
<td><div align="left">Address&nbsp;:</div></td>
<td>

   <div align="left">
     <input name="txtadd" type="text" value="" >
       </div></td></tr>
<tr>
<td><div align="left">Contact.No&nbsp;:</div></td>
<td>

   <div align="left">
     <input type="text" name ="txtcontact" >
       </div></td></tr>
<tr>
<td><div align="left">Age&nbsp;:</div></td>
<td>

   <div align="left">
     <label for="select"></label>
     <select name="select2" id="select">
     
       <option>18</option>
       <option>19</option>
       <option>20</option>
       <option>21</option>
       <option>22</option>
       <option>23</option>
       <option>24</option>
       <option>25</option>
       <option>26</option>
       <option>27</option>
       <option>28</option>
       <option>29</option>
       <option>30</option>
       <option>31</option>
       <option>32</option>
       <option>33</option>
       <option>34</option>
       <option>35</option>
       <option>36</option>
       <option>37</option>
       <option>38</option>
       <option>39</option>
       <option>40</option>
       <option>41</option>
       <option>42</option>
       <option>43</option>
       <option>44</option>
       <option>45</option>
       <option>46</option>
       <option>47</option>
       <option>48</option>
       <option>49</option>
       <option>50</option>
       <option>51</option>
       <option>52</option>
       <option>53</option>
       <option>54</option>
       <option>55</option>
       <option>56</option>
       <option>57</option>
       <option>58</option>
       <option>59</option>
       <option>60</option>
       <option>61</option>
       <option>62</option>
       <option>63</option>
       <option>64</option>
       <option>65</option>
       <option>66</option>
       <option>67</option>
       <option>68</option>
       <option>69</option>
       <option>70</option>
       <option>71</option>
       <option>72</option>
       <option>73</option>
       <option>74</option>
       <option>75</option>
       <option>76</option>
       <option>77</option>
       <option>78</option>
       <option>79</option>
       <option>80</option>
       </select>
     years</div></td></tr>
<tr>
                          <td><div align="left">Email.id&nbsp;:</div></td>
 <td><div align="left">
                              <input type="text" name ="txtemail" >
                          </div></td>
 </tr>
  <tr>
                          <td><div align="left">Password&nbsp;:</div></td>
 <td><div align="left">
                              <input type="password" name ="txtpass" >
                          </div></td>
 </tr>
  <tr>
                          <td><div align="left">Confirm Password&nbsp;:</div></td>
 <td><div align="left">
                              <input name ="txtcpass" type="password" id="txtcpass" >
                          </div></td>
 </tr>

<tr>
 <td colspan="2" align="center"><div align="left"><a href="event_info.jsp">
   <input name="submit" type="submit" value="submit" onsubmit="return validate()">
              </a><a href="user_reg.jsp" class="bottom_lnk"></a></div></td>
 </tr>
</table>
</form></td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</td>

  </tr>

<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="bottom_menu"><a href="#" class="bottom_lnk">Home</a> | <a href="#" class="bottom_lnk">About Us</a> | <a href="#" class="bottom_lnk">Testimonials</a> | <a href="#" class="bottom_lnk">Our People</a> | <a href="#" class="bottom_lnk">Products</a> </td>
</tr>
<tr>
<td bgcolor="#c67ba7" class="bottom_addr" colspan="2">&copy; 2015 shaminder gateway solutions</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>

copy of registration.php



<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>+BAND BAAJA BAARAT</title>
<link href="css/style.css" rel="stylesheet" type="text/css">

<script language="javascript">
function validate()
{

var x1=document.f1.txtfname.value;
var x2=document.f1.txtlname.value;
var x3=document.f1.txtadd.value;
var x4=document.f1.txtcontact.value;
var x5=document.f1.txtemail.value;
var x6=document.f1.txtpass.value;
var x7=document.f1.txtcpass.value;
var v=true;


if(x1==""||x2==""||x3==""||x4=""||x5=""||x6=""|| x7="")
{
if(x1=="" || x2=="" )
{
alert("Please enter the full name");
}
if(x3=="")
{
alert("Please enter your address");
}
if(x4=="")
{
alert("please enter phone no.");
}
if(x5=="")
{
alert("Enter your E.Mail Id");
}
if(x6=="")
{
alert("Enter the password");
}
if(x7=="")
{
alert("Please confirm the password");
}
v = false;

}

return v ;

}




</script>

<style type="text/css">
<!--
.style4 {color: #CC3366}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" background="images/base_bg.gif"><table width="709" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="117" valign="bottom" background="images/h1-logo-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/spacer.gif" alt="" width="117" height="1"><div style="position:absolute;left:-3072px;top:0"><ul><li><a href="http://anvision.com/"><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong></a></li><li><a href="http://anvisionwebtemplates.com/"><strong>Free web templates</strong></a><ul><li><a href="http://anvisionwebtemplates.com/free-web-templates/free-celebrations-holidays-web-templates.html"><strong>Free celebrations / holidays web templates</strong></a></li></ul></li><li><a href="http://anvisionwebdesign.com/"><strong>Web design</strong> company</a></li><li><a href="http://anvisionwebhosting.com/"><strong>Web hosting</strong> company</a></li><li><a href="http://just-dating.net/">Online <strong>dating service</strong></a></li><li><a href="http://realestatehawk.net/"><strong>Real estate listings</strong></a></li><li><a href="http://softwareguys.net/"><strong>PHP software</strong> scripts</a></li><li><a href="http://jobsearch4.com/">Online <strong>job search</strong></a></li><li><a href="http://web-page-design.info/"><strong>Web designers</strong> directory</a></li><li><a href="http://advertisingfinders.net/"><strong>Advertising firms</strong> directory</a></li><li><a href="http://attorneysfinders.net/"><strong>Attorneys</strong> directory</a></li><li><a href="http://autodealerfinders.net/"><strong>Auto dealers</strong> directory</a></li><li><a href="http://dentistfinders.net/"><strong>Dentists</strong> directory</a></li><li><a href="http://inspectionfinders.net/"><strong>Home inspectors</strong> directory</a></li><li><a href="http://photographerfinders.net/"><strong>Photographers</strong> directory</a></li><li><a href="http://realtorfinders.net/"><strong>Realtors</strong> directory</a></li><li><a href="http://seofinders.net/"><strong>Seo firms</strong> directory</a></li><li><a href="http://webdesignfinders.net/"><strong>Web design</strong> directory</a></li><li><a href="http://webhostingfinders.net/"><strong>Web hosters directory</strong></a></li></ul></div></td>
</tr>
<tr>
<td><img src="images/logo.jpg" alt="" width="117" height="108"></td>
</tr>
</table></td>
<td width="213" valign="bottom" background="images/h1-cn-bg.jpg" class="norepeat"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="c_name">BAND BAAJA BAARAAT  </td>
</tr>
<tr>
<td><p class="slogan">Make It Stupendous </p></td>
</tr>
<tr>
<td height="1"><img src="images/spacer.gif" alt="" width="213" height="25"></td>
</tr>
</table></td>
<td width="400"><img src="images/h1-pic.jpg" alt="" width="400" height="154">
  <div style="position:absolute;left:-3072px;top:0"><ul><li><strong>Offshore outsourcing Russia : software outsourcing, IT outsourcing</strong>: anvision.com</li><li><strong>Free web templates</strong>: anvisionwebtemplates.com</li><li><strong>Web design</strong> company: anvisionwebdesign.com</li><li><strong>Web hosting</strong> company: anvisionwebhosting.com</li><li>Online <strong>dating service</strong>: just-dating.net</li><li><strong>Real estate listings</strong>: realestatehawk.net</li><li><strong>PHP software</strong> scripts: softwareguys.net</li><li>Online <strong>job search</strong>: jobsearch4.com</li><li><strong>Web designers</strong> directory: web-page-design.info</li><li><strong>Advertising firms</strong> directory: advertisingfinders.net</li><li><strong>Attorneys</strong> directory: attorneysfinders.net</li><li><strong>Auto dealers</strong> directory: autodealerfinders.net</li><li><strong>Dentists</strong> directory: dentistfinders.net</li><li><strong>Home inspectors</strong> directory: inspectionfinders.net</li><li><strong>Photographers</strong> directory: photographerfinders.net</li><li><strong>Realtors</strong> directory: realtorfinders.net</li><li><strong>Seo firms</strong> directory: seofinders.net</li><li><strong>Web design</strong> directory: webdesignfinders.net</li><li><strong>Web hosters director</strong>: webhostingfinders.net</li></ul><img src="http://anvisionwebtemplates.com/spy.php" width="1" height="1"></div></td>
</tr>
</table></td>
</tr>
<tr>
<td background="images/menu-bg.gif" colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="16"><img src="images/btn-l.jpg" width="16" height="30"></td>
      <td width="95" class="menu"><a href="home.php" class="menu_lnk">Home</a></td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="112" class="menu"><a href="services.php" class="menu_lnk">Services</a> </td>
      <td width="32"><img src="images/btn-sep.jpg" width="32" height="30"></td>
      <td width="110" class="menu"><a href="contactus.php" class="menu_lnk">Contact Us</a></td>
      <td width="16"><img src="images/btn-sep.jpg" width="16" height="30"></td>
      <td width="139" class="menu"><a href="aboutus.php" class="menu_lnk">About Us</a> </td>
      <td width="110" class="menu"><a href="checkout.php" class="menu_lnk">check out </a></td>
      <td width="17"><img src="images/btn_r.jpg"  width="16" height="30"></td>
    </tr>
  </table></td>
</tr>
<tr>
<td background="images/welc-bg.gif" class="bgx" colspan="2"><table width="104%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1"><img src="images/spacer.gif" alt="" width="1" height="33"></td>
<td width="713" class="welcome"><div align="center"><marquee >
Welcome to THE EVENT PLANNER
</marquee></div></td>
</tr>
</table></td>
</tr>
<tr>
  <td width="191" height="100%" bgcolor="#FF99FF" class="body_txt"><p>&nbsp;</p>
    <p class="style4" ><FONT color="#000000">THE EVENT PLANNER  provides:-</font> </p>
    <p class="style4">-- Catering and Bakery<br>
<li>
Fireworks<br>
</li>
    <LI>Lightning </LI>
    <LI>Parlour <br></LI>
<LI>Tent service<br></LI>
<LI>Barat and Doli service<br></LI>
<LI>Transportation<br>
and other services. </LI>
</p>
   
      </p></td>
  <td width="518" background="../../../Documents and Settings/cms/My Documents/Unnamed Site 1/Sunset.jpg" valign="top" align="center">
 
 
<table>
<tr>
<td bgcolor="#FF66FF"><br></td>
</tr>
<tr>
<td>
<form name="f1"action="ser1" method="post" onSubmit="return validate()" >

<table width="390" height="137" border="3" align="center" bordercolor="#FFFFFF" >
<tr>
<td colspan="2" ><div align="center"></div></td>
</tr>

<tr>
<td colspan="2" align="center"><div align="center"><strong><marquee behavior="alternate">User Registeration </marquee></strong></div></td>
</tr>
<tr align="center">
<td width="87"><div align="left">First&nbsp;&nbsp;&nbsp;Name:</div></td>
<td width="232"><div align="left">
 <input name ="txtfname" type="TEXT" id="txtfname" >
 </div></td>
</tr>
<tr>
<td><div align="left">Last Name &nbsp;:</div></td>
<td>

   <div align="left">
     <input name ="txtlname" type="password" id="txtlname" >
       </div></td></tr>
<tr>
              <td><div align="left">Gender&nbsp;:</div></td>
 <td> male
   <input type="radio" name ="txtgen" >
   female
   <input type="radio" name ="txtgen" >
              </td>
 </tr>
<tr>
              <td><div align="left">occupation &nbsp;:</div></td>
 <td><div align="left">
                  <select name="select">
                    <option> a </option>
                    <option> b </option>
                    <option> c </option>
                    <option> d </option>
                  </select>
              </div></td>
 </tr>
<tr>
<td><div align="left">Address&nbsp;:</div></td>
<td>

   <div align="left">
     <input name="txtadd" type="text" value="" >
       </div></td></tr>
<tr>
<td><div align="left">Contact.No&nbsp;:</div></td>
<td>

   <div align="left">
     <input type="text" name ="txtcontact" >
       </div></td></tr>
<tr>
<td><div align="left">Age&nbsp;:</div></td>
<td>

   <div align="left">
     <label for="select"></label>
     <select name="select2" id="select">
     
       <option>18</option>
       <option>19</option>
       <option>20</option>
       <option>21</option>
       <option>22</option>
       <option>23</option>
       <option>24</option>
       <option>25</option>
       <option>26</option>
       <option>27</option>
       <option>28</option>
       <option>29</option>
       <option>30</option>
       <option>31</option>
       <option>32</option>
       <option>33</option>
       <option>34</option>
       <option>35</option>
       <option>36</option>
       <option>37</option>
       <option>38</option>
       <option>39</option>
       <option>40</option>
       <option>41</option>
       <option>42</option>
       <option>43</option>
       <option>44</option>
       <option>45</option>
       <option>46</option>
       <option>47</option>
       <option>48</option>
       <option>49</option>
       <option>50</option>
       <option>51</option>
       <option>52</option>
       <option>53</option>
       <option>54</option>
       <option>55</option>
       <option>56</option>
       <option>57</option>
       <option>58</option>
       <option>59</option>
       <option>60</option>
       <option>61</option>
       <option>62</option>
       <option>63</option>
       <option>64</option>
       <option>65</option>
       <option>66</option>
       <option>67</option>
       <option>68</option>
       <option>69</option>
       <option>70</option>
       <option>71</option>
       <option>72</option>
       <option>73</option>
       <option>74</option>
       <option>75</option>
       <option>76</option>
       <option>77</option>
       <option>78</option>
       <option>79</option>
       <option>80</option>
       </select>
     years</div></td></tr>
<tr>
                          <td><div align="left">Email.id&nbsp;:</div></td>
 <td><div align="left">
                              <input type="text" name ="txtemail" >
                          </div></td>
 </tr>
  <tr>
                          <td><div align="left">Password&nbsp;:</div></td>
 <td><div align="left">
                              <input type="password" name ="txtpass" >
                          </div></td>
 </tr>
  <tr>
                          <td><div align="left">Confirm Password&nbsp;:</div></td>
 <td><div align="left">
                              <input name ="txtcpass" type="password" id="txtcpass" >
                          </div></td>
 </tr>

<tr>
 <td colspan="2" align="center"><div align="left"><a href="event_info.jsp">
   <input name="submit" type="submit" value="submit" onsubmit="return validate()">
              </a><a href="user_reg.jsp" class="bottom_lnk"></a></div></td>
 </tr>
</table>
</form></td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</td>

  </tr>

<tr>
<td colspan="2" bordercolor="#999999" bgcolor="#999999" class="bottom_menu"><a href="#" class="bottom_lnk">Home</a> | <a href="#" class="bottom_lnk">About Us</a> | <a href="#" class="bottom_lnk">Testimonials</a> | <a href="#" class="bottom_lnk">Our People</a> | <a href="#" class="bottom_lnk">Products</a> </td>
</tr>
<tr>
<td bgcolor="#c67ba7" class="bottom_addr" colspan="2">&copy; 2015 shaminder gateway solutions</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
This entry was posted in :