SlideShare a Scribd company logo
Image Upload
in PHP MySql
By ishaq Shinwari
File Upload










<?php
$connection=mysql_connect('localhost','root','');
$db=mysql_select_db('bcs');
$upload_image_name = $_FILES['upload_image']['name'];
$upload_image_type = $_FILES['upload_image']['type'];
$upload_image_tmp_name = $_FILES['upload_image']['tmp_name'];
$upload_image_size = $_FILES['upload_image']['size'];
$upload_image_error = $_FILES['upload_image']['error '];



$folder = './images/';



$upload = move_uploaded_file($upload_image_tmp_name
, $folder.$upload_image_name);



$insert = mysql_query(" INSERT INTO person SET FirstName = '$upload_image_name'; "
, $connection);
?>













<html>
<head>
</head>
<body>
<form name = "upload" method = "post" action = '' enctype
= "multipart/form-data">
<input type = "file" name = "upload_image" />
<input type = "submit" name = "submit" value = "upload">
</form>
</body>
</html>

More Related Content

PPTX
Uploading a file with php
Muhamad Al Imran
 
ODP
Php File Upload
Hiroaki Kawai
 
PPTX
File Uploading in PHP
Idrees Hussain
 
PPT
File Upload
webhostingguy
 
PPTX
File upload php
sana mateen
 
PPTX
File upload for the 21st century
Jiří Pudil
 
PPT
05 File Handling Upload Mysql
Geshan Manandhar
 
PPTX
Php file upload, cookies & session
Jamshid Hashimi
 
Uploading a file with php
Muhamad Al Imran
 
Php File Upload
Hiroaki Kawai
 
File Uploading in PHP
Idrees Hussain
 
File Upload
webhostingguy
 
File upload php
sana mateen
 
File upload for the 21st century
Jiří Pudil
 
05 File Handling Upload Mysql
Geshan Manandhar
 
Php file upload, cookies & session
Jamshid Hashimi
 

What's hot (20)

PDF
RSS Application Using Dom
abdullah roomi
 
PPT
PHP and MySQL PHP Written as a set of CGI binaries in C in ...
webhostingguy
 
PPTX
Php basics
Egerton University
 
PPTX
My_sql_with_php
Ishaq Shinwari
 
PPTX
PHP Lecture 6 - Php file uploading
Al-Mamun Sarkar
 
PPTX
PHP Hypertext Preprocessor
adeel990
 
PDF
Web Development Course: PHP lecture 4
Gheyath M. Othman
 
PPT
Wordpress install setup
Mohammed Nayeem
 
PPT
17 sessions
Abhijit Gaikwad
 
PDF
Web Development Course: PHP lecture 3
Gheyath M. Othman
 
PDF
Clase 15 FOS
hydras_cs
 
PPT
PHP and MySQL
webhostingguy
 
PPTX
Php talk
Jamil Ramsey
 
PPTX
PHP Lecture 4 - Working with form, GET and Post Methods
Al-Mamun Sarkar
 
PPT
php $_GET / $_POST / $_SESSION
tumetr1
 
ODP
Database Connection With Mysql
Harit Kothari
 
ODT
Php
ksujitha
 
PPTX
Database Management - Lecture 4 - PHP and Mysql
Al-Mamun Sarkar
 
PPTX
Cake PHP 3 Presentaion
glslarmenta
 
RSS Application Using Dom
abdullah roomi
 
PHP and MySQL PHP Written as a set of CGI binaries in C in ...
webhostingguy
 
Php basics
Egerton University
 
My_sql_with_php
Ishaq Shinwari
 
PHP Lecture 6 - Php file uploading
Al-Mamun Sarkar
 
PHP Hypertext Preprocessor
adeel990
 
Web Development Course: PHP lecture 4
Gheyath M. Othman
 
Wordpress install setup
Mohammed Nayeem
 
17 sessions
Abhijit Gaikwad
 
Web Development Course: PHP lecture 3
Gheyath M. Othman
 
Clase 15 FOS
hydras_cs
 
PHP and MySQL
webhostingguy
 
Php talk
Jamil Ramsey
 
PHP Lecture 4 - Working with form, GET and Post Methods
Al-Mamun Sarkar
 
php $_GET / $_POST / $_SESSION
tumetr1
 
Database Connection With Mysql
Harit Kothari
 
Database Management - Lecture 4 - PHP and Mysql
Al-Mamun Sarkar
 
Cake PHP 3 Presentaion
glslarmenta
 
Ad

Similar to Image upload in php MySql (20)

PPTX
15. CodeIgniter editarea inregistrarilor
Razvan Raducanu, PhD
 
PDF
WordPress Plugin & Theme Security - WordCamp Melbourne - February 2011
John Ford
 
PDF
Getting to The Loop - London Wordpress Meetup July 28th
Chris Adams
 
PPTX
21. CodeIgniter search
Razvan Raducanu, PhD
 
PDF
Add edit delete in Codeigniter in PHP
Vineet Kumar Saini
 
PPTX
20. CodeIgniter edit images
Razvan Raducanu, PhD
 
PPTX
User registration and login using stored procedure in php
PHPGurukul Blog
 
PDF
You're Doing it Wrong - WordCamp Orlando
Chris Scott
 
PDF
How to Create Login and Registration API in PHP.pdf
Appweb Coders
 
PDF
Security Bootcamp 2013 lap trinh web an toan
Security Bootcamp
 
PDF
Security Bootcamp 2013 - Lap trinh web an toan
Security Bootcamp
 
PDF
HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL
mauricemuteti2015
 
PDF
Dependency Injection
Rifat Nabi
 
PPT
Mysocial databasequeries
Program in Interdisciplinary Computing
 
PPT
Mysocial databasequeries
Program in Interdisciplinary Computing
 
KEY
Drupal as a web framework
Adam Kalsey
 
PDF
You Don't Know Query (WordCamp Netherlands 2012)
andrewnacin
 
PDF
WordPress Kitchen 2014 - Александр Стриха: Кеширование в WordPress
WordCamp Kyiv
 
DOCX
logic321
logic321
 
PPTX
HirshHorn theme: how I created it
Paul Bearne
 
15. CodeIgniter editarea inregistrarilor
Razvan Raducanu, PhD
 
WordPress Plugin & Theme Security - WordCamp Melbourne - February 2011
John Ford
 
Getting to The Loop - London Wordpress Meetup July 28th
Chris Adams
 
21. CodeIgniter search
Razvan Raducanu, PhD
 
Add edit delete in Codeigniter in PHP
Vineet Kumar Saini
 
20. CodeIgniter edit images
Razvan Raducanu, PhD
 
User registration and login using stored procedure in php
PHPGurukul Blog
 
You're Doing it Wrong - WordCamp Orlando
Chris Scott
 
How to Create Login and Registration API in PHP.pdf
Appweb Coders
 
Security Bootcamp 2013 lap trinh web an toan
Security Bootcamp
 
Security Bootcamp 2013 - Lap trinh web an toan
Security Bootcamp
 
HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL
mauricemuteti2015
 
Dependency Injection
Rifat Nabi
 
Mysocial databasequeries
Program in Interdisciplinary Computing
 
Mysocial databasequeries
Program in Interdisciplinary Computing
 
Drupal as a web framework
Adam Kalsey
 
You Don't Know Query (WordCamp Netherlands 2012)
andrewnacin
 
WordPress Kitchen 2014 - Александр Стриха: Кеширование в WordPress
WordCamp Kyiv
 
logic321
logic321
 
HirshHorn theme: how I created it
Paul Bearne
 
Ad

Recently uploaded (20)

PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PDF
UTS Health Student Promotional Representative_Position Description.pdf
Faculty of Health, University of Technology Sydney
 
PPTX
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PDF
PG-BPSDMP 2 TAHUN 2025PG-BPSDMP 2 TAHUN 2025.pdf
AshifaRamadhani
 
PDF
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
PPTX
CARE OF UNCONSCIOUS PATIENTS .pptx
AneetaSharma15
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
RAKESH SAJJAN
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PDF
3.The-Rise-of-the-Marathas.pdfppt/pdf/8th class social science Exploring Soci...
Sandeep Swamy
 
PPTX
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
PPTX
Strengthening open access through collaboration: building connections with OP...
Jisc
 
PPTX
Congenital Hypothyroidism pptx
AneetaSharma15
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
UTS Health Student Promotional Representative_Position Description.pdf
Faculty of Health, University of Technology Sydney
 
Information Texts_Infographic on Forgetting Curve.pptx
Tata Sevilla
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PG-BPSDMP 2 TAHUN 2025PG-BPSDMP 2 TAHUN 2025.pdf
AshifaRamadhani
 
The Picture of Dorian Gray summary and depiction
opaliyahemel
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
CARE OF UNCONSCIOUS PATIENTS .pptx
AneetaSharma15
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
Nursing Management of Patients with Disorders of Ear, Nose, and Throat (ENT) ...
RAKESH SAJJAN
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
3.The-Rise-of-the-Marathas.pdfppt/pdf/8th class social science Exploring Soci...
Sandeep Swamy
 
How to Manage Leads in Odoo 18 CRM - Odoo Slides
Celine George
 
Strengthening open access through collaboration: building connections with OP...
Jisc
 
Congenital Hypothyroidism pptx
AneetaSharma15
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 

Image upload in php MySql