SlideShare a Scribd company logo
6
Most read
11
Most read
12
Most read
Get method and post method
Disclaimer: This presentation is prepared by trainees of
baabtra as a part of mentoring program. This is not official
document of baabtra –Mentoring Partner
Baabtra-Mentoring Partner is the mentoring division of baabte System Technologies Pvt .
Ltd
Week Target Achieved
1 40 28
2
3
Typing Speed
Jobs Applied
# Company Designation Applied Date Current Status
1
2
3
GET METHOD AND POST
METHOD
SARBAZALI.N
sarbazalin@gmail.com
www.facebook.com/Sarbaz
ali.sarbaz
twitter.com/sarbaz_ali
in.linkedin.com/in/
9037896770
GET method
• GET Method is less secure because information sent
from a form with the GET method is visible to every
one.
• The GET Method has limits on the amount of
information to send because URL lengths are limited.
• The browser appends the data to the URL.
• The GET method can’t be used to send binary data,like
images or Word documents,to the server
• In the GET method page and encoded information are
separated by the question mark (?) sign.
• First of all we create a PHP file which is called by
the Html page later.
<html>
<body bgcolor="pink">
Welcome <?php echo $_GET["name"];?>.<br/>
You are <?php echo $_GET["class"];?> Qualified !!!
</body>
</html>
Example of GET method
• The above file is saved with the “get.php” name,which is called by
the HTML page later.
<html>
<body bgcolor="pink">
<table>
<form action=“get.php" method="get">
<tr>
<td>Name:<input type="text" name="name"/></td></tr>
<tr><td>Class :<input type="text" name="class"/></td></tr></table>
<input type="submit" value="Submit"/>
</form>
</body>
</html>
GET Method
• You will put the URL in te web browser like as:
http://localhost/FolderName/get.html.
• Now you will fill txt like as name and class.When you click on
the submit button then you will see your browser URL.
GET &POST Method
• Using the GET and POST methods , the
browser client can send data to the web
server.
• PHP the GET and POST methods are used to
retrieve information from forms , such as user
input.
• These methods are used data handling forms.
POST Method
• POST Method is Secure because information sent
from a form with the POST method is invisible to
every one.
• The POST Method has no limits on the amount of
information to send because URL lengths are
unlimited.
• The browser doesn’t append the data to the URL.
• The POST method can be used to send binary
data,like images or Word documents,to the
server
• First of all we create a PHP file which is called by
the Html page later.
<html>
<body bgcolor="pink">
Welcome <?php echo $_POST["name"];?>.<br/>
You are <?php echo $_POST["class"];?> Qualified !!!
</body>
</html>
• The above file is saved with the “post.php” name,which is called by
the HTML page later.
<html>
<body bgcolor="pink">
<table>
<form action="post.php" method="post">
<tr>
<td>Name:<input type="text" name="name"/></td></tr>
<tr><td>Class :<input type="text" name="class"/></td></tr></table>
<input type="submit" value="Submit"/>
</form>
</body>
</html>
POST Method
• You will put the URL in te web browser like as:
http://localhost/FolderName/get.html.
• Now you will fill txt like as name and class.When you click on
the submit button then you will see your browser URL.
If this presentation helped you, please visit our
page facebook.com/baabtra and like it.
Thanks in advance.
www.baabtra.com | www.massbaab.com |www.baabte.com
Contact Us
Emarald Mall (Big Bazar Building)
Mavoor Road, Kozhikode,
Kerala, India.
Ph: + 91 – 495 40 25 550
NC Complex, Near Bus Stand
Mukkam, Kozhikode,
Kerala, India.
Ph: + 91 – 495 40 25 550
Start up Village
Eranakulam,
Kerala, India.
Email: info@baabtra.com

More Related Content

PPT
Javascript
PPTX
HTTP request and response
ODP
Introduction of Html/css/js
PPT
Oops concepts in php
PPTX
JavaScript Basic
PDF
Php introduction
PPT
Php with MYSQL Database
PPT
Javascript
HTTP request and response
Introduction of Html/css/js
Oops concepts in php
JavaScript Basic
Php introduction
Php with MYSQL Database

What's hot (20)

PPTX
HTML iframe
PPT
PHP variables
PDF
JavaScript - Chapter 12 - Document Object Model
PPTX
HTML Forms
PPT
Php forms
PPSX
Sessions and cookies
PPT
Css Ppt
PPTX
PHP FUNCTIONS
PPT
Html basics
PPTX
Css backgrounds
PPTX
Html forms
PPT
PHP - Introduction to Object Oriented Programming with PHP
PPT
Bootstrap Components Quick Overview
PPTX
Presentation of bootstrap
PPTX
Html5 and-css3-overview
PPTX
Css pseudo-classes
PPT
Introduction to JavaScript (1).ppt
PPTX
Javascript 101
PPTX
Php.ppt
HTML iframe
PHP variables
JavaScript - Chapter 12 - Document Object Model
HTML Forms
Php forms
Sessions and cookies
Css Ppt
PHP FUNCTIONS
Html basics
Css backgrounds
Html forms
PHP - Introduction to Object Oriented Programming with PHP
Bootstrap Components Quick Overview
Presentation of bootstrap
Html5 and-css3-overview
Css pseudo-classes
Introduction to JavaScript (1).ppt
Javascript 101
Php.ppt
Ad

Viewers also liked (9)

PPT
Get_vs_Post
PPT
4. Centos Administration
PPTX
Post Method Era
PPTX
Mysql workbench 5
PDF
Deep Dive Into How To Monitor MySQL or MariaDB Galera Cluster / Percona XtraD...
PDF
The post methods era pdf
PPTX
Post method pedagogy
PPT
MySql slides (ppt)
PPTX
The post method era
Get_vs_Post
4. Centos Administration
Post Method Era
Mysql workbench 5
Deep Dive Into How To Monitor MySQL or MariaDB Galera Cluster / Percona XtraD...
The post methods era pdf
Post method pedagogy
MySql slides (ppt)
The post method era
Ad

Similar to Get method and post method (20)

PDF
GET and POST in PHP
PPTX
5. Formshcfsjhfajkjsfjsjfjksafjsfjkjfhjsafjsajkgfjskafkjas.pptx
PPTX
Session and cookies ,get and post methods
PPTX
Session,cookies and get and post methods
PDF
web2_lec6.pdf
PDF
Making web forms using php
PPTX
PPT-Presentation-of-Online-Examination-System.pptx
PPTX
A179178417_21_2025_PHP Get and Post.pptx
PDF
ONLINE APTITUDE TEST MANAGEMENT SYSTEM PROJECT REPORT.
PPTX
Get and post,session and cookie
PPTX
Session and cookies,get and post
PPTX
Dev traning 2016 intro to the web
PPTX
SCWCD : The web client model
PPTX
Web Application Development using PHP Chapter 5
PPTX
SCWCD : The web client model : CHAP : 1
PPTX
gdsc-html-ppt.pptx
PPTX
Moinppt.pptx abcsjkdjahahahajajajajahaajaj
PPTX
final presentation SJVN IN 6TH SEMESTER.pptx
PPTX
2-Chapter Edit.pptx debret tabour university
PPTX
PHP Forms PHP 05
GET and POST in PHP
5. Formshcfsjhfajkjsfjsjfjksafjsfjkjfhjsafjsajkgfjskafkjas.pptx
Session and cookies ,get and post methods
Session,cookies and get and post methods
web2_lec6.pdf
Making web forms using php
PPT-Presentation-of-Online-Examination-System.pptx
A179178417_21_2025_PHP Get and Post.pptx
ONLINE APTITUDE TEST MANAGEMENT SYSTEM PROJECT REPORT.
Get and post,session and cookie
Session and cookies,get and post
Dev traning 2016 intro to the web
SCWCD : The web client model
Web Application Development using PHP Chapter 5
SCWCD : The web client model : CHAP : 1
gdsc-html-ppt.pptx
Moinppt.pptx abcsjkdjahahahajajajajahaajaj
final presentation SJVN IN 6TH SEMESTER.pptx
2-Chapter Edit.pptx debret tabour university
PHP Forms PHP 05

More from baabtra.com - No. 1 supplier of quality freshers (20)

PPTX
Agile methodology and scrum development
PDF
Acquiring new skills what you should know
PDF
Baabtra.com programming at school
PDF
99LMS for Enterprises - LMS that you will love
PPTX
Chapter 6 database normalisation
PPTX
Chapter 5 transactions and dcl statements
PPTX
Chapter 4 functions, views, indexing
PPTX
PPTX
Chapter 2 grouping,scalar and aggergate functions,joins inner join,outer join
PPTX
Chapter 1 introduction to sql server
PPTX
Chapter 1 introduction to sql server
Agile methodology and scrum development
Acquiring new skills what you should know
Baabtra.com programming at school
99LMS for Enterprises - LMS that you will love
Chapter 6 database normalisation
Chapter 5 transactions and dcl statements
Chapter 4 functions, views, indexing
Chapter 2 grouping,scalar and aggergate functions,joins inner join,outer join
Chapter 1 introduction to sql server
Chapter 1 introduction to sql server

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
Teaching material agriculture food technology
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Getting Started with Data Integration: FME Form 101
PPTX
Machine Learning_overview_presentation.pptx
PDF
Encapsulation theory and applications.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Machine learning based COVID-19 study performance prediction
A Presentation on Artificial Intelligence
MIND Revenue Release Quarter 2 2025 Press Release
Digital-Transformation-Roadmap-for-Companies.pptx
Network Security Unit 5.pdf for BCA BBA.
Per capita expenditure prediction using model stacking based on satellite ima...
Teaching material agriculture food technology
SOPHOS-XG Firewall Administrator PPT.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
A comparative analysis of optical character recognition models for extracting...
Encapsulation_ Review paper, used for researhc scholars
Getting Started with Data Integration: FME Form 101
Machine Learning_overview_presentation.pptx
Encapsulation theory and applications.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Group 1 Presentation -Planning and Decision Making .pptx
Univ-Connecticut-ChatGPT-Presentaion.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Machine learning based COVID-19 study performance prediction

Get method and post method

  • 2. Disclaimer: This presentation is prepared by trainees of baabtra as a part of mentoring program. This is not official document of baabtra –Mentoring Partner Baabtra-Mentoring Partner is the mentoring division of baabte System Technologies Pvt . Ltd
  • 3. Week Target Achieved 1 40 28 2 3 Typing Speed
  • 4. Jobs Applied # Company Designation Applied Date Current Status 1 2 3
  • 5. GET METHOD AND POST METHOD SARBAZALI.N [email protected] www.facebook.com/Sarbaz ali.sarbaz twitter.com/sarbaz_ali in.linkedin.com/in/ 9037896770
  • 6. GET method • GET Method is less secure because information sent from a form with the GET method is visible to every one. • The GET Method has limits on the amount of information to send because URL lengths are limited. • The browser appends the data to the URL. • The GET method can’t be used to send binary data,like images or Word documents,to the server • In the GET method page and encoded information are separated by the question mark (?) sign.
  • 7. • First of all we create a PHP file which is called by the Html page later. <html> <body bgcolor="pink"> Welcome <?php echo $_GET["name"];?>.<br/> You are <?php echo $_GET["class"];?> Qualified !!! </body> </html>
  • 8. Example of GET method • The above file is saved with the “get.php” name,which is called by the HTML page later. <html> <body bgcolor="pink"> <table> <form action=“get.php" method="get"> <tr> <td>Name:<input type="text" name="name"/></td></tr> <tr><td>Class :<input type="text" name="class"/></td></tr></table> <input type="submit" value="Submit"/> </form> </body> </html>
  • 9. GET Method • You will put the URL in te web browser like as: http://localhost/FolderName/get.html.
  • 10. • Now you will fill txt like as name and class.When you click on the submit button then you will see your browser URL.
  • 11. GET &POST Method • Using the GET and POST methods , the browser client can send data to the web server. • PHP the GET and POST methods are used to retrieve information from forms , such as user input. • These methods are used data handling forms.
  • 12. POST Method • POST Method is Secure because information sent from a form with the POST method is invisible to every one. • The POST Method has no limits on the amount of information to send because URL lengths are unlimited. • The browser doesn’t append the data to the URL. • The POST method can be used to send binary data,like images or Word documents,to the server
  • 13. • First of all we create a PHP file which is called by the Html page later. <html> <body bgcolor="pink"> Welcome <?php echo $_POST["name"];?>.<br/> You are <?php echo $_POST["class"];?> Qualified !!! </body> </html>
  • 14. • The above file is saved with the “post.php” name,which is called by the HTML page later. <html> <body bgcolor="pink"> <table> <form action="post.php" method="post"> <tr> <td>Name:<input type="text" name="name"/></td></tr> <tr><td>Class :<input type="text" name="class"/></td></tr></table> <input type="submit" value="Submit"/> </form> </body> </html>
  • 15. POST Method • You will put the URL in te web browser like as: http://localhost/FolderName/get.html.
  • 16. • Now you will fill txt like as name and class.When you click on the submit button then you will see your browser URL.
  • 17. If this presentation helped you, please visit our page facebook.com/baabtra and like it. Thanks in advance. www.baabtra.com | www.massbaab.com |www.baabte.com
  • 18. Contact Us Emarald Mall (Big Bazar Building) Mavoor Road, Kozhikode, Kerala, India. Ph: + 91 – 495 40 25 550 NC Complex, Near Bus Stand Mukkam, Kozhikode, Kerala, India. Ph: + 91 – 495 40 25 550 Start up Village Eranakulam, Kerala, India. Email: [email protected]