473,396 Members | 1,786 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

i cant see uploaded image name in mysql database table.

simply when i try this code in my php editor images was successfully uploaded in folder but not show image name in mysql database table.

html file code:
Expand|Select|Wrap|Line Numbers
  1. <form  action="move_fupload.php" method="post" enctype="multipart/form-data">
  2. User File1<input type="file" name="ufile" />
  3. <input type="submit" />
  4. </form>

php file code :
Expand|Select|Wrap|Line Numbers
  1. <?php
  2. $tmp_name=$_FILES["pimg"]["tmp_name"];
  3. $name=$_FILES["pimg"]["name"];
  4.  
  5. move_uploaded_file($tmp_name,"http://example.com/images/".$name);
  6. ?>

please suggest where i mak a mistake in this code.
Sep 1 '13 #1
2 1392
Dormilich
8,658 Expert Mod 8TB
your names don’t match. in the form you have ufile but in the script it’s pimg.
Sep 2 '13 #2
Expand|Select|Wrap|Line Numbers
  1. User File1<input type="file" name="ufile" />
  2.  
check the name of your file upload field. And use the correct name for the get temp_name.
Sep 2 '13 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: samui | last post by:
I'm trying to get a php page to show data from a MySQL database. But the problem that I have is I don't know where to start. I'm very new at PHP and I'm constantly told by others that it's very...
8
by: hemashiki | last post by:
hi i need help..how can i store image in mysql database and i want to retrive that image can anyone suggest plz
2
by: SarangMaskikar | last post by:
hi how to save tif image in mysql database in vb.net plz guide me Sarang.
1
by: mahendravishwa | last post by:
Hi, I want to change DateTime format in MySQL Database Table in dd/MM/yyyy format. Its possible so please provide guidance. Thanks
2
by: gm000 | last post by:
hi i m using radiobuttonlist with images like this <asp:RadioButtonList ID="rbtnthumb1" runat="server"> <asp:ListItem Value ="News_icon.jpg"> <img...
2
by: yusufjammy | last post by:
How to insert image in mysql database via php and how to retrieve in php ?
4
by: baked | last post by:
Hi, I am using an html form to put a text into a Mysql database table. Using PHP V5 When I recover and display only one space between each word is seen irrespective of how many I add. The...
4
by: k1d0 | last post by:
Hello all, im very newbie in asp code and now im having a project which needed to use ASP code, as for now i get the upload code from freaspupload website while it only upload to folder and im not...
1
by: Gunasegar | last post by:
I need to retrieve an image from mysql database, where it is already stored as longblob format pls help me
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.