PHP Installation
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Installation

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old May 4th, 2006, 02:09 AM
goobuzzamo goobuzzamo is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Manila, Philippines
Posts: 27 goobuzzamo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to goobuzzamo
pictures

DO I need to download or install? to somewhat php can display image from mysql database

Reply With Quote
  #2  
Old May 4th, 2006, 11:52 PM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,721 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 26 m 5 sec
Reputation Power: 6
RE: pictures

? What? Please clarify your question.

Reply With Quote
  #3  
Old May 6th, 2006, 07:44 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
RE: pictures

I am working on uploading my images. I have done it uploading on mysqldb it works can insert it on mysqldb. But the thing is I can't view this on ahtml page when I am retrieving it.....

Can I also ignite a ftp and a form to upload a image?

Reply With Quote
  #4  
Old May 7th, 2006, 09:29 PM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,721 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 26 m 5 sec
Reputation Power: 6
RE: pictures

Are you trying to build a basic Photo Gallery type of thing? If so there is a tutorial here for it. The writter has also rewritten the code so if you just want that - go here.

Reply With Quote
  #5  
Old May 8th, 2006, 04:12 AM
goobuzzamo goobuzzamo is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Manila, Philippines
Posts: 27 goobuzzamo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to goobuzzamo
RE: pictures

I am doing a very simple picture gallery.....

I put pictures in mysql database
using a longblob....

I just need to output the image on a page that's it....

Can you help me my codefriend with the use of your own code please.... thanks I am really stuck I already done many tutorials but it seems not working on apache

Reply With Quote
  #6  
Old May 8th, 2006, 04:58 AM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,721 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 26 m 5 sec
Reputation Power: 6
RE: pictures

first off generally speaking you shouldn't have an image in the DB - just the path to the image.. but anyway... make sure your DB column is a BINARY field. After that I need to know what the error is and what the code that generated it looks like. and I do not write the code - you do. I simply direct you where to look and what to look at to learn... You do the coding.

Reply With Quote
  #7  
Old May 9th, 2006, 12:11 AM
goobuzzamo goobuzzamo is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Manila, Philippines
Posts: 27 goobuzzamo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to goobuzzamo
RE: pictures

Why it is not a good thing to put images on mysqldb?

Reply With Quote
  #8  
Old May 9th, 2006, 01:45 AM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,721 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 26 m 5 sec
Reputation Power: 6
RE: pictures

it tends to be slower then simply getting the file from the directories.

Reply With Quote
  #9  
Old May 9th, 2006, 05:38 AM
goobuzzamo goobuzzamo is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Manila, Philippines
Posts: 27 goobuzzamo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to goobuzzamo
RE: pictures

Do i need a "PHP compiled with the support for the GD library"

because when I run phpinfo.php on my localhost I havn't see GD Support there

If needed where I can find it and how I can install it...

Thanks

Reply With Quote
  #10  
Old May 9th, 2006, 06:07 AM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,721 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 26 m 5 sec
Reputation Power: 6
RE: pictures

GD is only if you plan to manipulate the images.

Reply With Quote
  #11  
Old May 9th, 2006, 07:02 AM
goobuzzamo goobuzzamo is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: Manila, Philippines
Posts: 27 goobuzzamo User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to goobuzzamo
RE: pictures

Do you know a site explains much simplier uploading and retrieving an image using php...

Also,
Do you know where I can download a fully functional php application that can upload and retrieve an image

I'm really stuck in here...

Reply With Quote
  #12  
Old May 9th, 2006, 09:07 PM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,721 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 26 m 5 sec
Reputation Power: 6
RE: pictures

Google is your friend for both your questions. Other then that - for a premade check sourceforge and freshmeat.

I don't mind helping - but please do a little research on your own before asking. Many of these questions could have been answered if you simply went looking for an answer. That would have saved your time as well as mine.

Spoon feeding isn't normally encouraged so this thread is resolved.

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Installation > pictures


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway