• (3 Pages)
  • +
  • 1
  • 2
  • 3

Uploading Images with PHP Build the next Flickr! (DICr???) Rate Topic: ***** 4 Votes

#31 azizmuda  Icon User is offline

  • New D.I.C Head

Reputation: -4
  • View blog
  • Posts: 33
  • Joined: 14-February 11

Posted 17 March 2011 - 08:22 PM

hai..i try to but why the data not insert into my database??
Was This Post Helpful? 0
  • +
  • -

#32 Kkarinisme  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 58
  • Joined: 07-February 09

Posted 21 March 2011 - 04:02 AM

In a class I took on PHP, we were taught to create a blob record for the image in our database and then use that to create a thumbprint. I see that your method would significantly reduce database size and probably time to open a webpage.

But, I wonder if you could list pros and cons for the two ways to handle images. I am right now creating a webpage using images in a storefront and think I should change my method and use yours but am wondering why I was taught the other method and if there are downsides to your method.
Was This Post Helpful? 0
  • +
  • -

#33 jagadish_c  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 28
  • Joined: 10-January 11

Posted 29 March 2011 - 10:12 PM

Hi all. This tutorial have been useful for newbies like me. Now it has been easy to upload and fetch the images from database while executing on localhost. But I am having the problem with uploading the image when I am executing program on server. can anybody help me with this?
Was This Post Helpful? 0
  • +
  • -

#34 menukadevinda  Icon User is offline

  • D.I.C Regular

Reputation: -7
  • View blog
  • Posts: 415
  • Joined: 14-April 11

Posted 27 September 2011 - 02:07 AM

$image = $_FILES['image'];

$image['name'] = mysql_real_escape_string($image['name']);

problem is, it is clear we can pass data to image varibale but how do we passe $image['name'] to mysql_real_escape_string instead of $image variable.

can anybody explain this?

thx
Was This Post Helpful? 0
  • +
  • -

#35 javafreak  Icon User is offline

  • D.I.C Head
  • member icon

Reputation: 11
  • View blog
  • Posts: 94
  • Joined: 21-September 09

Posted 27 September 2011 - 02:55 AM

please show me tutorial to upload on server lol
Was This Post Helpful? -1
  • +
  • -

#36 yusf22  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 28-September 11

Posted 28 September 2011 - 06:53 PM

Really easy one for beginner like me, thank you!
Was This Post Helpful? 0
  • +
  • -

#37 EnvXOwner  Icon User is offline

  • Bringing Sexy Back
  • member icon

Reputation: 340
  • View blog
  • Posts: 2,270
  • Joined: 10-August 09

Posted 11 December 2011 - 10:49 AM

Lovely tutorial. I may use the concepts that you provide with Codeigniter :P
Was This Post Helpful? 0
  • +
  • -

  • (3 Pages)
  • +
  • 1
  • 2
  • 3