SlideShare a Scribd company logo
Tutorials
Tuesday, 20 June 2017
HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL
HOW TO UPLOAD AND DISPLAY IMAGEHOW TO UPLOAD AND DISPLAY IMAGEHOW TO UPLOAD AND DISPLAY IMAGE ………
HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL
SOURCE CODE
<?php
//Start connection to the localhost server
$conn = mysqli_connect("localhost", "root", "");
if ($conn) {
echo "<br />connected to server......";
} else {
die("Failed to connect ". mysqli_connect_error());
}
//Select Database
$selectalreadycreateddatabase = mysqli_select_db($conn, "uploaddisplay");
if ($selectalreadycreateddatabase) {
echo "<br /> Existing database selected successfully";
} else {
echo "<br /> Selected Database Not Found";
$createNewDb = "CREATE DATABASE IF NOT EXISTS `uploaddisplay`";
if (mysqli_query($conn, $createNewDb)) {
echo "<br />New Database Created Successfullly";
$selectCreatedDatabase = mysqli_select_db($conn, "uploaddisplay");
if ($selectCreatedDatabase) {
echo "<br />Created Database Selected Successfullly";
// Creating new table
$sqlcreatetable = "
CREATE TABLE IF NOT EXISTS `updis` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
";
if (mysqli_query($conn, $sqlcreatetable)) {
echo "<br />New table Created";
} else {
echo "<br /> Unable to create new table.";
}
}
} else {
echo "<br />Unable to create database";
}
}
//If submit button is clicked
if(isset($_POST['fileuploadsubmit'])) {
$fileupload = $_FILES['fileupload']['name'];
$fileuploadTMP = $_FILES['fileupload']['tmp_name'];
//This is the folder where images will be saved.
$folder = "images/";
move_uploaded_file($fileuploadTMP, $folder.$fileupload);
//Insert image details into `updis` table
$sql = "INSERT INTO `updis`(`name`) VALUES ('$fileupload')";
$qry = mysqli_query($conn, $sql);
if ($qry) {
echo "<br />uploaded";
}
}
Search
Search This Blog
Home
Maurice Muteti
View my complete profile
About Me
Report
Abuse
► 2019 (13)
► 2018 (1)
▼ 2017 (121)
Blog Archive
More Create Blog Sign In
//Select all data from `updis` table
$select = " SELECT * FROM `updis` " ;
$query = mysqli_query($conn, $select) ;
while($row = mysqli_fetch_array($query)) {
$image = $row['name'];
//Display image from the database
echo '<img src="images/'.$image.'" height="150" width="150" >';
}
//close connection
if (mysqli_close($conn)) {
echo "<br />Connection closed.........";
}
?>
<!DOCTYPE html>
<html>
<body>
<form method="post" action="" enctype="multipart/form-data">
<input type="file" name="fileupload" />
<input type="submit" name="fileuploadsubmit" value="Upload" />
</form>
</body>
</html>
Video - https://www.youtube.com/watch?v=wvoUS_PUXMg
► December (1)
► November (14)
► October (1)
► September (4)
► August (1)
► July (55)
▼ June (25)
HOW TO UPLOAD AND
DISPLAY IMAGE PHP
HTML SQL
PHP ASSOCIATIVE
ARRAYS TUTORIAL
PHP INDEXED ARRAYS
TUTORIAL
LOGIN LOGOUT
REGISTER PHP HTML
CSS TUTORIAL
SESSIO...
UPLOAD AND INSERT
IMAGE INTO THE
DATABASE HTML
SQL...
HOW TO DOWNLOAD
AND INSTALL UNITY
ANDROID
PROGRAMMING
TUTORIAL - HOW TO
DOWNLOAD AND...
PHP AND MYSQL HOW
TO DELETE DATA
FROM DATABASE
How to download and
Install Open
Broadcaster Softw...
JAVA AND MYSQL
TUTORIAL UPDATE
DATA IN DATABASE
JAVA AND MYSQL
TUTORIAL DELETE
DATA FROM
DATABASE
PHP AND MYSQL
TUTORIAL UPDATE
DATA IN DATABASE
VB NET AND MYSQL
TUTORIAL DELETE
DATA FROM
DATABAS...
C SHARP AND MYSQL
TUTORIAL DELETE
DATA FROM DATABA...
C SHARP AND MYSQL
TUTORIAL UPDATE
DATA INDATABASE
VB NET AND MYSQL
TUTORIAL UPDATE
DATA IN DATABASE ...
PHP AND MYSQL
TUTORIAL INSERT
DATA INTO DATABASE
VB NET AND MYSQL
TUTORIAL INSERT
DATA INTO
DATABAS...
C SHARP AND MYSQL
TUTORIAL INSERT
DATA INTO DATABA...
JAVA AND MYSQL
TUTORIAL INSERT
DATA INTO DATABASE
PYTHON TUTORIAL FOR
BEGINNERS STEP BY
STEP INSTA...
PHP AND MYSQL
TUTORIAL POPULATE
HTML TABLE WITH ...
VB NET AND MYSQL
TUTORIAL DISPLAY
DATABASE DATA ON...
Newer Post Older PostHome
Subscribe to: Post Comments (Atom)
at June 20, 2017
Enter your comment...
Comment as: Google Accoun
PublishPublish PreviewPreview
No comments:
Post a Comment
How To upload BLOB Image To Mysql Database Using PHP <?php //This code shows how to save image im mysql database using php, s...
How To upload BLOB Image To Mysql Database Using PHP, SQL And HTML
C SHARP AND MYSQL
TUTORIAL - C#
DISPLAY DATABASE
D...
JAVA AND MYSQL
TUTORIAL POPULATE
JTABLE WITH DAT...
► May (2)
► April (7)
► January (11)
► 2016 (25)
UPLOAD AND INSERT IMAGE INTO THE DATABASE HTML SQL PHP
Upload And Insert Image Into Mysql Database Using Php Html This is the location of the project. Its in htdocs folder found in
Xampp C:...
HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL
HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL SOURCE CODE <?php //Start connection to the localhost server
$conn = mysqli_connect...
How To Download And Install Truecaller Caller ID Dialer On Android Devi...
Truecaller helps in identifying spam calls and blocking them. Blocking of annoying calls is set up by the user. You can block both
calls a...
Awesome Inc. theme. Powered by Blogger.
Ad

Recommended

[Coscup 2012] JavascriptMVC
[Coscup 2012] JavascriptMVC
Alive Kuo
 
WordPress Kitchen 2014 - Александр Стриха: Кеширование в WordPress
WordPress Kitchen 2014 - Александр Стриха: Кеширование в WordPress
WordCamp Kyiv
 
Coding for php with mysql
Coding for php with mysql
Rajamanickam Gomathijayam
 
Php talk
Php talk
Jamil Ramsey
 
Security and Mobility - WordCamp Porto 2016
Security and Mobility - WordCamp Porto 2016
Marcel Schmitz
 
Responsive Design with WordPress (WCPHX)
Responsive Design with WordPress (WCPHX)
Joe Casabona
 
Latihan form login
Latihan form login
Edy Sinaga
 
Processing and Processing.js
Processing and Processing.js
jeresig
 
The Dean wants to Make this WordPress Site Responsive
The Dean wants to Make this WordPress Site Responsive
Joe Casabona
 
WCCHS: Responsive Design with WordPress
WCCHS: Responsive Design with WordPress
Joe Casabona
 
TICT #11
TICT #11
azman_awan9
 
次世代版 PowerCMS 開発プロジェクトのご紹介
次世代版 PowerCMS 開発プロジェクトのご紹介
純生 野田
 
PowerCMS X
PowerCMS X
純生 野田
 
Yuihacku iitd-sumana
Yuihacku iitd-sumana
Sumana Hariharan
 
Diving into php
Diving into php
Dan Phiffer
 
TICT #13
TICT #13
azman_awan9
 
Karan chanana
Karan chanana
karan chanana
 
Introduction to jQuery - Barcamp London 9
Introduction to jQuery - Barcamp London 9
Jack Franklin
 
Php
Php
anilcoolz881234
 
与 PHP 和 Perl 使用 MySQL 数据库
与 PHP 和 Perl 使用 MySQL 数据库
YUCHENG HU
 
LAMP_TRAINING_SESSION_8
LAMP_TRAINING_SESSION_8
umapst
 
Php (1)
Php (1)
pinalsadiwala
 
jQuery (BostonPHP)
jQuery (BostonPHP)
jeresig
 
Ch5(ms access with php)
Ch5(ms access with php)
Chhom Karath
 
JavaScript 1.5 to 2.0 (TomTom)
JavaScript 1.5 to 2.0 (TomTom)
jeresig
 
Pemrograman Web 8 - MySQL
Pemrograman Web 8 - MySQL
Nur Fadli Utomo
 
Building a theming system with React - Matteo Ronchi - Codemotion Amsterdam 2017
Building a theming system with React - Matteo Ronchi - Codemotion Amsterdam 2017
Codemotion
 
Borrados
Borrados
orlanodavidescobar
 
PHP DATABASE MANAGEMENT.pptx
PHP DATABASE MANAGEMENT.pptx
CynthiaKendi1
 
Intro to Php Security
Intro to Php Security
Dave Ross
 

More Related Content

What's hot (20)

The Dean wants to Make this WordPress Site Responsive
The Dean wants to Make this WordPress Site Responsive
Joe Casabona
 
WCCHS: Responsive Design with WordPress
WCCHS: Responsive Design with WordPress
Joe Casabona
 
TICT #11
TICT #11
azman_awan9
 
次世代版 PowerCMS 開発プロジェクトのご紹介
次世代版 PowerCMS 開発プロジェクトのご紹介
純生 野田
 
PowerCMS X
PowerCMS X
純生 野田
 
Yuihacku iitd-sumana
Yuihacku iitd-sumana
Sumana Hariharan
 
Diving into php
Diving into php
Dan Phiffer
 
TICT #13
TICT #13
azman_awan9
 
Karan chanana
Karan chanana
karan chanana
 
Introduction to jQuery - Barcamp London 9
Introduction to jQuery - Barcamp London 9
Jack Franklin
 
Php
Php
anilcoolz881234
 
与 PHP 和 Perl 使用 MySQL 数据库
与 PHP 和 Perl 使用 MySQL 数据库
YUCHENG HU
 
LAMP_TRAINING_SESSION_8
LAMP_TRAINING_SESSION_8
umapst
 
Php (1)
Php (1)
pinalsadiwala
 
jQuery (BostonPHP)
jQuery (BostonPHP)
jeresig
 
Ch5(ms access with php)
Ch5(ms access with php)
Chhom Karath
 
JavaScript 1.5 to 2.0 (TomTom)
JavaScript 1.5 to 2.0 (TomTom)
jeresig
 
Pemrograman Web 8 - MySQL
Pemrograman Web 8 - MySQL
Nur Fadli Utomo
 
Building a theming system with React - Matteo Ronchi - Codemotion Amsterdam 2017
Building a theming system with React - Matteo Ronchi - Codemotion Amsterdam 2017
Codemotion
 
Borrados
Borrados
orlanodavidescobar
 
The Dean wants to Make this WordPress Site Responsive
The Dean wants to Make this WordPress Site Responsive
Joe Casabona
 
WCCHS: Responsive Design with WordPress
WCCHS: Responsive Design with WordPress
Joe Casabona
 
次世代版 PowerCMS 開発プロジェクトのご紹介
次世代版 PowerCMS 開発プロジェクトのご紹介
純生 野田
 
Introduction to jQuery - Barcamp London 9
Introduction to jQuery - Barcamp London 9
Jack Franklin
 
与 PHP 和 Perl 使用 MySQL 数据库
与 PHP 和 Perl 使用 MySQL 数据库
YUCHENG HU
 
LAMP_TRAINING_SESSION_8
LAMP_TRAINING_SESSION_8
umapst
 
jQuery (BostonPHP)
jQuery (BostonPHP)
jeresig
 
Ch5(ms access with php)
Ch5(ms access with php)
Chhom Karath
 
JavaScript 1.5 to 2.0 (TomTom)
JavaScript 1.5 to 2.0 (TomTom)
jeresig
 
Pemrograman Web 8 - MySQL
Pemrograman Web 8 - MySQL
Nur Fadli Utomo
 
Building a theming system with React - Matteo Ronchi - Codemotion Amsterdam 2017
Building a theming system with React - Matteo Ronchi - Codemotion Amsterdam 2017
Codemotion
 

Similar to HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL (20)

PHP DATABASE MANAGEMENT.pptx
PHP DATABASE MANAGEMENT.pptx
CynthiaKendi1
 
Intro to Php Security
Intro to Php Security
Dave Ross
 
Flash Widget Tutorial
Flash Widget Tutorial
hussulinux
 
7. PHP and gaghhgashgfsgajhfkhshfasMySQL.pptx
7. PHP and gaghhgashgfsgajhfkhshfasMySQL.pptx
berihun18
 
How to insert json data into my sql using php
How to insert json data into my sql using php
Trà Minh
 
4.3 MySQL + PHP
4.3 MySQL + PHP
Jalpesh Vasa
 
Connecting_to_Database(MySQL)_in_PHP.pptx
Connecting_to_Database(MySQL)_in_PHP.pptx
TempMail233488
 
The things browsers can do! SAE Alumni Convention 2014
The things browsers can do! SAE Alumni Convention 2014
Christian Heilmann
 
Intro to php
Intro to php
Sp Singh
 
Creating a Simple PHP and MySQL-Based Login System
Creating a Simple PHP and MySQL-Based Login System
Azharul Haque Shohan
 
SULTHAN's - PHP MySQL programs
SULTHAN's - PHP MySQL programs
SULTHAN BASHA
 
HirshHorn theme: how I created it
HirshHorn theme: how I created it
Paul Bearne
 
Module 6WEB SERVER AND SERVER SIDE SCRPTING, PART-2Chapte.docx
Module 6WEB SERVER AND SERVER SIDE SCRPTING, PART-2Chapte.docx
moirarandell
 
DIWE - Working with MySQL Databases
DIWE - Working with MySQL Databases
Rasan Samarasinghe
 
Spot the Web Vulnerability
Spot the Web Vulnerability
Miroslav Stampar
 
AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI
colleenfry
 
Create a res tful services api in php.
Create a res tful services api in php.
Adeoye Akintola
 
Mysql & Php
Mysql & Php
Inbal Geffen
 
Synapse india reviews on php and sql
Synapse india reviews on php and sql
saritasingh19866
 
Express Presentation
Express Presentation
aaronheckmann
 
PHP DATABASE MANAGEMENT.pptx
PHP DATABASE MANAGEMENT.pptx
CynthiaKendi1
 
Intro to Php Security
Intro to Php Security
Dave Ross
 
Flash Widget Tutorial
Flash Widget Tutorial
hussulinux
 
7. PHP and gaghhgashgfsgajhfkhshfasMySQL.pptx
7. PHP and gaghhgashgfsgajhfkhshfasMySQL.pptx
berihun18
 
How to insert json data into my sql using php
How to insert json data into my sql using php
Trà Minh
 
Connecting_to_Database(MySQL)_in_PHP.pptx
Connecting_to_Database(MySQL)_in_PHP.pptx
TempMail233488
 
The things browsers can do! SAE Alumni Convention 2014
The things browsers can do! SAE Alumni Convention 2014
Christian Heilmann
 
Intro to php
Intro to php
Sp Singh
 
Creating a Simple PHP and MySQL-Based Login System
Creating a Simple PHP and MySQL-Based Login System
Azharul Haque Shohan
 
SULTHAN's - PHP MySQL programs
SULTHAN's - PHP MySQL programs
SULTHAN BASHA
 
HirshHorn theme: how I created it
HirshHorn theme: how I created it
Paul Bearne
 
Module 6WEB SERVER AND SERVER SIDE SCRPTING, PART-2Chapte.docx
Module 6WEB SERVER AND SERVER SIDE SCRPTING, PART-2Chapte.docx
moirarandell
 
DIWE - Working with MySQL Databases
DIWE - Working with MySQL Databases
Rasan Samarasinghe
 
Spot the Web Vulnerability
Spot the Web Vulnerability
Miroslav Stampar
 
AtlasCamp 2013: Modernizing your Plugin UI
AtlasCamp 2013: Modernizing your Plugin UI
colleenfry
 
Create a res tful services api in php.
Create a res tful services api in php.
Adeoye Akintola
 
Synapse india reviews on php and sql
Synapse india reviews on php and sql
saritasingh19866
 
Express Presentation
Express Presentation
aaronheckmann
 
Ad

Recently uploaded (20)

Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
 
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Rajdeep Bavaliya
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
 
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
Nutrition Assessment and Nutrition Education – Unit 4 | B.Sc Nursing 5th Seme...
Nutrition Assessment and Nutrition Education – Unit 4 | B.Sc Nursing 5th Seme...
RAKESH SAJJAN
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
 
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
Hurricane Helene Application Documents Checklists
Hurricane Helene Application Documents Checklists
Mebane Rash
 
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
RAKESH SAJJAN
 
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
 
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Paper 107 | From Watchdog to Lapdog: Ishiguro’s Fiction and the Rise of “Godi...
Rajdeep Bavaliya
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
 
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
Sustainable Innovation with Immersive Learning
Sustainable Innovation with Immersive Learning
Leonel Morgado
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
Nutrition Assessment and Nutrition Education – Unit 4 | B.Sc Nursing 5th Seme...
Nutrition Assessment and Nutrition Education – Unit 4 | B.Sc Nursing 5th Seme...
RAKESH SAJJAN
 
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
Communicable Diseases and National Health Programs – Unit 9 | B.Sc Nursing 5t...
RAKESH SAJJAN
 
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
Non-Communicable Diseases and National Health Programs – Unit 10 | B.Sc Nursi...
RAKESH SAJJAN
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
 
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
 
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
 
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
 
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
 
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreau’s Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
 
Hurricane Helene Application Documents Checklists
Hurricane Helene Application Documents Checklists
Mebane Rash
 
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
Environmental Science, Environmental Health, and Sanitation – Unit 3 | B.Sc N...
RAKESH SAJJAN
 
Ad

HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL

  • 1. Tutorials Tuesday, 20 June 2017 HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL HOW TO UPLOAD AND DISPLAY IMAGEHOW TO UPLOAD AND DISPLAY IMAGEHOW TO UPLOAD AND DISPLAY IMAGE ……… HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL SOURCE CODE <?php //Start connection to the localhost server $conn = mysqli_connect("localhost", "root", ""); if ($conn) { echo "<br />connected to server......"; } else { die("Failed to connect ". mysqli_connect_error()); } //Select Database $selectalreadycreateddatabase = mysqli_select_db($conn, "uploaddisplay"); if ($selectalreadycreateddatabase) { echo "<br /> Existing database selected successfully"; } else { echo "<br /> Selected Database Not Found"; $createNewDb = "CREATE DATABASE IF NOT EXISTS `uploaddisplay`"; if (mysqli_query($conn, $createNewDb)) { echo "<br />New Database Created Successfullly"; $selectCreatedDatabase = mysqli_select_db($conn, "uploaddisplay"); if ($selectCreatedDatabase) { echo "<br />Created Database Selected Successfullly"; // Creating new table $sqlcreatetable = " CREATE TABLE IF NOT EXISTS `updis` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; "; if (mysqli_query($conn, $sqlcreatetable)) { echo "<br />New table Created"; } else { echo "<br /> Unable to create new table."; } } } else { echo "<br />Unable to create database"; } } //If submit button is clicked if(isset($_POST['fileuploadsubmit'])) { $fileupload = $_FILES['fileupload']['name']; $fileuploadTMP = $_FILES['fileupload']['tmp_name']; //This is the folder where images will be saved. $folder = "images/"; move_uploaded_file($fileuploadTMP, $folder.$fileupload); //Insert image details into `updis` table $sql = "INSERT INTO `updis`(`name`) VALUES ('$fileupload')"; $qry = mysqli_query($conn, $sql); if ($qry) { echo "<br />uploaded"; } } Search Search This Blog Home Maurice Muteti View my complete profile About Me Report Abuse ► 2019 (13) ► 2018 (1) ▼ 2017 (121) Blog Archive More Create Blog Sign In
  • 2. //Select all data from `updis` table $select = " SELECT * FROM `updis` " ; $query = mysqli_query($conn, $select) ; while($row = mysqli_fetch_array($query)) { $image = $row['name']; //Display image from the database echo '<img src="images/'.$image.'" height="150" width="150" >'; } //close connection if (mysqli_close($conn)) { echo "<br />Connection closed........."; } ?> <!DOCTYPE html> <html> <body> <form method="post" action="" enctype="multipart/form-data"> <input type="file" name="fileupload" /> <input type="submit" name="fileuploadsubmit" value="Upload" /> </form> </body> </html> Video - https://www.youtube.com/watch?v=wvoUS_PUXMg ► December (1) ► November (14) ► October (1) ► September (4) ► August (1) ► July (55) ▼ June (25) HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL PHP ASSOCIATIVE ARRAYS TUTORIAL PHP INDEXED ARRAYS TUTORIAL LOGIN LOGOUT REGISTER PHP HTML CSS TUTORIAL SESSIO... UPLOAD AND INSERT IMAGE INTO THE DATABASE HTML SQL... HOW TO DOWNLOAD AND INSTALL UNITY ANDROID PROGRAMMING TUTORIAL - HOW TO DOWNLOAD AND... PHP AND MYSQL HOW TO DELETE DATA FROM DATABASE How to download and Install Open Broadcaster Softw... JAVA AND MYSQL TUTORIAL UPDATE DATA IN DATABASE JAVA AND MYSQL TUTORIAL DELETE DATA FROM DATABASE PHP AND MYSQL TUTORIAL UPDATE DATA IN DATABASE VB NET AND MYSQL TUTORIAL DELETE DATA FROM DATABAS... C SHARP AND MYSQL TUTORIAL DELETE DATA FROM DATABA... C SHARP AND MYSQL TUTORIAL UPDATE DATA INDATABASE VB NET AND MYSQL TUTORIAL UPDATE DATA IN DATABASE ... PHP AND MYSQL TUTORIAL INSERT DATA INTO DATABASE VB NET AND MYSQL TUTORIAL INSERT DATA INTO DATABAS... C SHARP AND MYSQL TUTORIAL INSERT DATA INTO DATABA... JAVA AND MYSQL TUTORIAL INSERT DATA INTO DATABASE PYTHON TUTORIAL FOR BEGINNERS STEP BY STEP INSTA... PHP AND MYSQL TUTORIAL POPULATE HTML TABLE WITH ... VB NET AND MYSQL TUTORIAL DISPLAY DATABASE DATA ON...
  • 3. Newer Post Older PostHome Subscribe to: Post Comments (Atom) at June 20, 2017 Enter your comment... Comment as: Google Accoun PublishPublish PreviewPreview No comments: Post a Comment How To upload BLOB Image To Mysql Database Using PHP <?php //This code shows how to save image im mysql database using php, s... How To upload BLOB Image To Mysql Database Using PHP, SQL And HTML C SHARP AND MYSQL TUTORIAL - C# DISPLAY DATABASE D... JAVA AND MYSQL TUTORIAL POPULATE JTABLE WITH DAT... ► May (2) ► April (7) ► January (11) ► 2016 (25)
  • 4. UPLOAD AND INSERT IMAGE INTO THE DATABASE HTML SQL PHP Upload And Insert Image Into Mysql Database Using Php Html This is the location of the project. Its in htdocs folder found in Xampp C:... HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL HOW TO UPLOAD AND DISPLAY IMAGE PHP HTML SQL SOURCE CODE <?php //Start connection to the localhost server $conn = mysqli_connect... How To Download And Install Truecaller Caller ID Dialer On Android Devi... Truecaller helps in identifying spam calls and blocking them. Blocking of annoying calls is set up by the user. You can block both calls a... Awesome Inc. theme. Powered by Blogger.