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

what is serialization in java?
Serialization means to convert an object into stream (flow of bytes) so that it can travel on network.
Ganesan
i am a student of 11th class and i want to make my future in C++ is this possible i am take arts inn 11th class
Definitely.. but you should be flexible moving to java/ other languages as well.. requirement/ demand keep changing in software. i can do the needful.. with 18+ yrs exp in working on live projects...
Rajneesh
Php-mysql Course Fees?
Hi Piyush, standard fees only for php-mysql would be around 8k but you should learn any one CMS and Framework then it would strengthen your profile. Which may cost you more than 15k approximately.
Piyush
how much time does it take to learn c language from basic to advance range
3 month and also depend in your skill to learning power...
Nithin
Is it possible to write big safe programs in C++?
yes. C++ is generally used to write system software. For example windows operating system are writeen in C++. Most of the operating system, device driver and antivirus programs are written by using C++.
Sapna
0 0
6

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

Ask a Question

Related Lessons

Importance Of Function Prototype In C
Function prototype tells compiler about number of parameters function takes, data-types of parameters and return type of function. By using this information, compiler cross checks function parameters and...

File Handling in Python - Basic Concept
File (Flat) Handling in Python Types of files in python: 1: Text file: Stores data in the form of characters. Customarily used to store text/string data. 2: Binary file: Stores data in the form of bytes....

Two lists using Loops - Python Program 1
To generate a list of all possible combinations of two lists using loops, you can use nested loops to iterate through both lists and create a new list that contains all the combinations. list1 = list2...

How To Connect To Server Using PHP?
It is very easy to connect to server using PHP and MYSQL. PHP is a very friendly Programming Language that any one can learn who know the basics of the Front End Development. PHP is a programming Language...

Do You Know How Is Size Of Structure Defined?
Size of the structure is defined based on multiplies of bigger data type member in the structure. Example: If a structure contains integer, char, short data type, then size of the Structure will be multiples...

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