SlideShare a Scribd company logo
WEB DEVELOPMENT
PHP
PRESENTATORS
MD. AL-MAMUN SARKAR
PHP
Forms
$_GET vs $_POST
1
2
Forms
Text
Select
1
2
Radio3
checkbox4
Form
<form action="welcome.php" method="post">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>
Filtering
$name = $email = "";
if ($_SERVER["REQUEST_METHOD"] == "POST") {
$name = test_input($_POST["name"]);
$email = test_input($_POST["email"]);
}
function input($data) {
$data = trim($data);
$data = stripslashes($data);
$data = htmlspecialchars($data);
return $data;
}
QUESTION
?
THANK
YOU

More Related Content

What's hot (20)

PDF
Blog Hacks 2011
Yusuke Wada
 
PPTX
8. Php MongoDB stergerea unui document
Razvan Raducanu, PhD
 
PDF
PowerCMS X
純生 野田
 
PDF
次世代版 PowerCMS 開発プロジェクトのご紹介
純生 野田
 
PDF
PHP and Rich Internet Applications
elliando dias
 
PPTX
15. CodeIgniter editarea inregistrarilor
Razvan Raducanu, PhD
 
PPTX
7. Php MongoDB editarea unui document
Razvan Raducanu, PhD
 
PDF
TDC2015 Porto Alegre - Automate everything with Phing !
Matheus Marabesi
 
PPTX
6. Php MongoDB adaugarea unui document
Razvan Raducanu, PhD
 
PPTX
5. Php MongoDB vederea unui singur document
Razvan Raducanu, PhD
 
PDF
DEV Čtvrtkon #76 - Fluent Interface
Ctvrtkoncz
 
PDF
Pemrograman Web 9 - Input Form DB dan Session
Nur Fadli Utomo
 
PDF
Introduzione JQuery
orestJump
 
PDF
Pemrograman Web 8 - MySQL
Nur Fadli Utomo
 
PDF
PHP an intro -1
Kanchilug
 
PDF
C A S Sample Php
JH Lee
 
PDF
Laravel the right way
Matheus Marabesi
 
TXT
Xmpp prebind
Syed Arshad
 
PDF
SULTHAN's - PHP MySQL programs
SULTHAN BASHA
 
DOC
Ex[1].3 php db connectivity
Mouli Chandira
 
Blog Hacks 2011
Yusuke Wada
 
8. Php MongoDB stergerea unui document
Razvan Raducanu, PhD
 
PowerCMS X
純生 野田
 
次世代版 PowerCMS 開発プロジェクトのご紹介
純生 野田
 
PHP and Rich Internet Applications
elliando dias
 
15. CodeIgniter editarea inregistrarilor
Razvan Raducanu, PhD
 
7. Php MongoDB editarea unui document
Razvan Raducanu, PhD
 
TDC2015 Porto Alegre - Automate everything with Phing !
Matheus Marabesi
 
6. Php MongoDB adaugarea unui document
Razvan Raducanu, PhD
 
5. Php MongoDB vederea unui singur document
Razvan Raducanu, PhD
 
DEV Čtvrtkon #76 - Fluent Interface
Ctvrtkoncz
 
Pemrograman Web 9 - Input Form DB dan Session
Nur Fadli Utomo
 
Introduzione JQuery
orestJump
 
Pemrograman Web 8 - MySQL
Nur Fadli Utomo
 
PHP an intro -1
Kanchilug
 
C A S Sample Php
JH Lee
 
Laravel the right way
Matheus Marabesi
 
Xmpp prebind
Syed Arshad
 
SULTHAN's - PHP MySQL programs
SULTHAN BASHA
 
Ex[1].3 php db connectivity
Mouli Chandira
 

More from Al-Mamun Sarkar (20)

PPTX
01 Introductions to System Design
Al-Mamun Sarkar
 
PPTX
Introduction to machine learning
Al-Mamun Sarkar
 
PPTX
Software Development Life Cycle (SDLC)
Al-Mamun Sarkar
 
PPTX
Understanding Wordpress Plugn and Theme users' behavior
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 3 - SQL Aggregate Functions, Join
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 2 - SQL select, insert, update and delete
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 1
Al-Mamun Sarkar
 
PPTX
PHP Lecture 5 - Date time, Include, session
Al-Mamun Sarkar
 
PPTX
PHP Lecture 3 - Functions
Al-Mamun Sarkar
 
PPTX
PHP Lecture 2 - Conditional Statement, Loop
Al-Mamun Sarkar
 
PPTX
PHP Lecture 1 - String, Constants, Arrays, Operators
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 20 - Bootstrap Dropdown, Button group, Input grou...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 18 - Boostrap, Gatting started, grid system, tables
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 11 - CSS3, Border radius, Box shadow
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 10 - Floating, Align, navigation bar, Image galle...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 9 - Border, Padding and Margin, Display
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 7 - Basic Css
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 6 - HTML form and form validation
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 5 - iframe, Color, Enities and symbols, Audio and...
Al-Mamun Sarkar
 
01 Introductions to System Design
Al-Mamun Sarkar
 
Introduction to machine learning
Al-Mamun Sarkar
 
Software Development Life Cycle (SDLC)
Al-Mamun Sarkar
 
Understanding Wordpress Plugn and Theme users' behavior
Al-Mamun Sarkar
 
Database Management - Lecture 3 - SQL Aggregate Functions, Join
Al-Mamun Sarkar
 
Database Management - Lecture 2 - SQL select, insert, update and delete
Al-Mamun Sarkar
 
Database Management - Lecture 1
Al-Mamun Sarkar
 
PHP Lecture 5 - Date time, Include, session
Al-Mamun Sarkar
 
PHP Lecture 3 - Functions
Al-Mamun Sarkar
 
PHP Lecture 2 - Conditional Statement, Loop
Al-Mamun Sarkar
 
PHP Lecture 1 - String, Constants, Arrays, Operators
Al-Mamun Sarkar
 
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Al-Mamun Sarkar
 
Web Design Course - Lecture 20 - Bootstrap Dropdown, Button group, Input grou...
Al-Mamun Sarkar
 
Web Design Course - Lecture 18 - Boostrap, Gatting started, grid system, tables
Al-Mamun Sarkar
 
Web Design Course - Lecture 11 - CSS3, Border radius, Box shadow
Al-Mamun Sarkar
 
Web Design Course - Lecture 10 - Floating, Align, navigation bar, Image galle...
Al-Mamun Sarkar
 
Web Design Course - Lecture 9 - Border, Padding and Margin, Display
Al-Mamun Sarkar
 
Web Design Course - Lecture 7 - Basic Css
Al-Mamun Sarkar
 
Web Design Course - Lecture 6 - HTML form and form validation
Al-Mamun Sarkar
 
Web Design Course - Lecture 5 - iframe, Color, Enities and symbols, Audio and...
Al-Mamun Sarkar
 
Ad

Recently uploaded (20)

PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
PDF
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
PDF
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PDF
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PDF
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
PPTX
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PDF
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
PDF
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
Wondershare PDFelement Pro Crack for MacOS New Version Latest 2025
bashirkhan333g
 
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
Milwaukee Marketo User Group - Summer Road Trip: Mapping and Personalizing Yo...
bbedford2
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Ad

PHP Lecture 4 - Working with form, GET and Post Methods