How can I display image through php programming? It has to be stored in a specific folder in my system.

Asked by Last Modified  

7 Answers

Follow 0
Answer

Please enter your answer

Sorry no idea.
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

In your front end code ie HTML code write the following script img src=$dir .\.$file alt=$file style="width:100px;height:150px" where $dir => directory $file ==> image filename
Comments

Coaching

Easy way... 1. Put the images on any directory (apache must have permission to read the file). 2. create another script to read the image file.
Comments

c,c++,vb,vb.net,php.joomal,basic,all computer subjects

yes it can be stored $error) { if ($error == UPLOAD_ERR_OK) { $tmp_name = $_FILES; $name = $_FILES; move_uploaded_file($tmp_name, "$uploads_dir/$name"); } } ?> Note: move_uploaded_file() is both safe mode and open_basedir aware. However, restrictions are...
read more
yes it can be stored $error) { if ($error == UPLOAD_ERR_OK) { $tmp_name = $_FILES["pictures"]["tmp_name"][$key]; $name = $_FILES["pictures"]["name"][$key]; move_uploaded_file($tmp_name, "$uploads_dir/$name"); } } ?> Note: move_uploaded_file() is both safe mode and open_basedir aware. However, restrictions are placed only on the destination path as to allow the moving of uploaded files in which filename may conflict with such restrictions. move_uploaded_file() ensures the safety of this operation by allowing only those files uploaded through PHP to be moved. read less
Comments

Angularjs Trainer

Using Glob function in PHP
Comments

Trainer

There are two options. 1) either store in mysql 2)store in folder
Comments

IT Professional Trainer working with a reputed Institute. Headquarters: Hyderabad

According to me, for that you have to Upload the Images through PHP code and your Images will be stored in a specific folder in your System , the URL will be stored in the Database Table. Now by using the code for searching a record related with the Image. You can easily find and display it on a Web...
Comments

View 5 more Answers

Related Questions

When is a "switch" statement better than multiple "if" statements?
switch statement is generally best to use when you have more than two conditional expressions based on a single variable of numeric type. For instance, rather than the code if (x == 1) printf(“x...
Shalu
What is the best python institute
All institutes are best, but you should check with the instructor, how will teach and guide you
Dinesh
Is C/C++ language is still important in 2019?
Of course, C language is only the heart of any processor or controller.Because of complexity in C peoples are looking to work on High-level languages like JAVA etc.
Tejas
0 0
7
What is #line used for?
# is a preprocessor directive. so it is used in the c program by two way. 1. such as #include stdio.h In this line to read all the library function of stdio.h before processing the program. 2. # define...
Pradeep

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Decorator Advanced ( Passing Parameter )
Hope you read our previous note about the basic concept of python-decorators, if not, please read first Let see what are the possible ways to utilise the decorators in real time.Well, here we are going...

Why is the Hadoop essential?
Capacity to store and process large measures of any information, rapidly. With information volumes and assortments always expanding, particularly from web-based life and the Internet of Things (IoT), that...

C, Cpp, Java, Python, Javascript Programming Languages
Learning C is as good as Learning a Natural Language(such as English, Hindi, Telugu, Tamil etc) We use Natural Languages to communicate with humans whereas we use Programming Languages such as C, Cpp,...
V

Vamshi

0 0
0

Bigdata hadoop training institute in pune
BigData What is BigData Characterstics of BigData Problems with BigData Handling BigData • Distributed Systems Introduction to Distributed Systems Problems with Existing Distributed...

Polymorphism and Virtual Functions
Polymorphism and Virtual Functions Compile Time Polymorphism or Early Binding or Static Binding An object is bound to its function call at compile time. Implemented using overloaded functions and...

Recommended Articles

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Information technology consultancy or Information technology consulting is a specialized field in which one can set their focus on providing advisory services to business firms on finding ways to use innovations in information technology to further their business and meet the objectives of the business. Not only does...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for Programming Languages Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you