5
How to create a simple form in PHP? As we know that each and every website requires a lot of functionalities. One of the major needs in a website is the contact form or the inquiry form. Here in this post we have explained very simply by which we can create a simple form in pHp. What are fundamental necessities?? The fundamental necessity to run any script of html and php is only a notebook and any browser. In any case, in the event that we need to make it function we likewise require a server for e.g. wampp. With the help of html and php we can make such a large number of WebPages as html is utilized for planning and designing whereas php is utilized to add the functionality to that page. Firstly we should observe on what is html?? HTML is a markup language for portraying web archives i.e. website pages. HTML remains for Hyper Text Markup Language. A markup dialect is an arrangement of markup tags. Html labels are utilized to portray html documents. Each tag is utilized to depict diverse substance. Html labels come in sets like <html> and </html> The first tag in pair is the start tag , the second tag is the end tag . The end tag is same as begin tag however with a slash before the name.

PHP Web Development Services

Embed Size (px)

DESCRIPTION

Are you looking for company providing php web development services.You are at the right place. Creative Dreamrz is the best PHP web development company in India. Kindly visit creativedreamrz.com\n - PowerPoint PPT Presentation

Citation preview

Page 1: PHP Web Development Services

How to create a simple form in PHP?

As we know that each and every website requires a lot of functionalities. One of

the major needs in a website is the contact form or the inquiry form. Here in this

post we have explained very simply by which we can create a simple form in pHp.

What are fundamental necessities??

The fundamental necessity to run any script of html and php is only a notebook and

any browser. In any case, in the event that we need to make it function we likewise

require a server for e.g. wampp. With the help of html and php we can make such a

large number of WebPages as html is utilized for planning and designing whereas

php is utilized to add the functionality to that page.

Firstly we should observe on what is html??

• HTML is a markup language for portraying web archives i.e. website pages.

• HTML remains for Hyper Text Markup Language.

• A markup dialect is an arrangement of markup tags. Html labels are utilized

to portray html documents. Each tag is utilized to depict diverse substance.

• Html labels come in sets like <html> and </html>

• The first tag in pair is the start tag , the second tag is the end tag .

• The end tag is same as begin tag however with a slash before the name.

Page 2: PHP Web Development Services

<! DOCTYPE html> in this we characterize the doctype i.e. document type to be

html.

Presently let’s observe on what is PHP??

PHP

is hypertext pre-processor .

Can create element page content.

Can make, open, read, compose, erase, and close documents on the server.

can gather structure information and recover structure information .

can send and get cookies .

can add, erase, change information in your database.

can be utilized to control client-access

can encode information i.e. information is secure in this structure like or

passwords

We compose php code in php labels i.e. <?php ?>

With PHP we are not constrained to yield HTML. Anybody can yield pictures,

PDF documents, and even flash movies. You can likewise yield any content, for

example, XHTML and XML.

How to make form??

Beginning with making a structure simply open notebook make another record and

spare it with form.php or form.html.In the event that you save document with

form.php than php functionality will run however in the event that we save it with

.html augmentation then it will just show plan in yield. So save it with .php

extension.

Page 3: PHP Web Development Services

Label begins first will end in last. So don't get confound in it. Beginning with code

:

<! DOCTYPE html>

<Html>

<Head>

<Title>Form</Title>

</Head>

<Body>

<h1> </h1>

<p> </p>

</Body>

</Html>

The content in the middle of <html> and </html> portrays an entire HTML

archive

The content in the middle of <head> and </head> gives data about the

report

The content in the middle of <title> and </title> gives a title to the record

The content in the middle of <body> and </body> depicts the obvious page

content

The content in the middle of <h1> and </h1> portrays a heading

The content in the middle of <p> and </p> portrays a passage

This is fundamental outline of html to begin any page. In this essential

configuration we can make anything with the assistance of labels. We can make

structure in two ways with utilizing table and without utilizing table . Firstly we

made it with utilizing table tag .

<table> start table tag

<tr> in table begin a column .this tag is utilized to begin another line

Page 4: PHP Web Development Services

<td> </td> this tag is utilized to make sections in taken line

</tr> row tag will be closed after shutting all td insidethis tr tag

</table> table tag will be shut in the wake of shutting all the tr labels.

For instance

This is the means by which we compose the coding and in next screenshot how the

structure will resemble.

Page 5: PHP Web Development Services

How to include field in the structure??

Simply include another tr with the td to include another line in structure. You can

include ‘n’ no. of lines in the structure.

How to erase field in the structure??

Simply evacuate a tr with the td to expel a line from form.

How to comment to illuminate things??

Remarks are utilized to depict the things and to clear up entangled thing. It won't

show on output screen.

In html we compose comments by using these:

//this is utilized to compose single line comment.

/* */ this is used to compose multiple line comment.

Thank you for reading this post. We hope you are now able to create simple form

in php. Creative Dreamrz is one of the leading php web development company in

India. We provide outstanding php web development services and also provide

industrial training in different technologies. We aim at producing best working

professionals out of amateurs.