Re: [PHP] image problem

2005-03-24 Thread Tom Rogers
Hi, Friday, March 25, 2005, 3:27:41 AM, you wrote: WS> Hello, WS> I really can't figure this out. Can someone help please. I've wasted hours WS> already with this one. WS> I'm trying to print image to a web page using fpassthru. Here's the code: WS> $name = path/to/the/image/folder/img1.jpeg; W

[PHP] image problem

2005-03-24 Thread William Stokes
Hello, I really can't figure this out. Can someone help please. I've wasted hours already with this one. I'm trying to print image to a web page using fpassthru. Here's the code: $name = path/to/the/image/folder/img1.jpeg; $fp = fopen($name, 'rb'); // send the right headers header("Content-

Re: [PHP] Image Problem

2004-06-28 Thread Red Wingate
Read: The best database to store images in is the Filesystem because thats what it's for :-) Raditha Dissanayake wrote: Monil Chheda wrote: Hi, I store images in DB properly... no issues using the Storing an image directly in the database certainly isnt' the proper way of doing it :-) The com

Re: [PHP] Image Problem

2004-06-28 Thread Curt Zirzow
* Thus wrote Monil Chheda: > Hi, > > I store images in DB properly... no issues using the > following code > > > > I get an Img with a cross (broken)... > > Whats the error? its funny, you're error is one click from finding out what it is, view the source of that image and find it you wil

Re: [PHP] Image Problem

2004-06-28 Thread raditha dissanayake
Monil Chheda wrote: Hi, I store images in DB properly... no issues using the Storing an image directly in the database certainly isnt' the proper way of doing it :-) The common practice is just to store the path to the image name in the database. -- Raditha Dissanayake. --

Re: [PHP] Image Problem

2004-06-28 Thread Binay
CTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 28, 2004 1:24 AM Subject: [PHP] Image Problem > Hi, > > I store images in DB properly... no issues using the > following code > > > // store.php3 - by Florian Dittmer <[EMAIL PROTECTED]> > // Example php

[PHP] Image Problem

2004-06-28 Thread Monil Chheda
Hi, I store images in DB properly... no issues using the following code // Example php script to demonstrate the storing of binary files into // an sql database. More information can be found at http://www.phpbuilder.com/ ?> Store binary data into SQL Database This file has the following

Re: [PHP] Image problem

2002-10-09 Thread Owen Prime
> From: "Donahue Ben" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 09, 2002 1:00 PM > Subject: [PHP] Image problem > > >> I upload an image. Once I upload this image using the >> is_uploaded_file function, then writing

Re: [PHP] Image problem

2002-10-09 Thread David Erickson
er("Pragma: no-cache"); // HTTP/1.0 - Original Message - From: "Donahue Ben" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 1:00 PM Subject: [PHP] Image problem > I upload an image. Once I upload this imag

[PHP] Image problem

2002-10-09 Thread Donahue Ben
I upload an image. Once I upload this image using the is_uploaded_file function, then writing this image file using the copy function. Everything seems to work fine. When i try to update (that is uploading a new file and saving it with the same name as the first file created) it shows the first

Re: [PHP] Image Problem

2002-10-08 Thread Jason Wong
On Tuesday 08 October 2002 20:08, Mark Colvin wrote: > I have just upgraded php from 4.0.6 to 4.2.3. Everything works OK apart > from the line below - > > echo ''; > > The thumbnail.php script uses php functions imagecreate, > imagecreatefromjpeg, imagecopyresized. The script created a thumbnail O

[PHP] Image Problem

2002-10-08 Thread Mark Colvin
I have just upgraded php from 4.0.6 to 4.2.3. Everything works OK apart from the line below - echo ''; The thumbnail.php script uses php functions imagecreate, imagecreatefromjpeg, imagecopyresized. The script created a thumbnail OK before the upgrade and now I get no image. Is this because php

[PHP] Image problem

2001-12-07 Thread Peter Lalka
Hi. I've instaled and cofigured php4 on WinNT with Apache Web server. I can't use any fuction of Image manipulation, 'cause I get this error message: ImageGif: No GIF support in this PHP build In phpinfo() is listed that: gd lib.> enabled, zlib lib.> enabled. What do I still miss there? Peter.

[PHP] image problem

2001-09-04 Thread nate
I'm not sure if this is a problem with my php coding or html or the server or what, but I made a simple photo album that just basically lets users add a pic of themselves through a form and it records the url of their pic in a sql db and then i just display it on a page. Now the problem is only

RE: [PHP] Image problem

2001-05-15 Thread Michael O'Neal
On Tue, 15 May 2001 10:23:39 -0700, "Jerry Lake" <[EMAIL PROTECTED]> wrote: >This is how I fixed that same issue >in the head of my page > >if (ereg ("new", $PHP_SELF)) { > $header = " $title = "www.website.com - What's New"; } >elseif (ereg ("products", $PHP_SELF)) { > $header

RE: [PHP] Image problem

2001-05-15 Thread Jerry Lake
line - http://www.pacifier.com -Original Message- From: Michael O'Neal [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 10:14 AM To: php Subject: [PHP] Image problem Hi, I'm still pretty new to PHP, and would like help on a solution for a problem I have. I have a web

[PHP] Image problem

2001-05-15 Thread Michael O'Neal
Hi, I'm still pretty new to PHP, and would like help on a solution for a problem I have. I have a website that has 6 different sections. (about, news, buying, selling, community, and relocation) Each of the sections has it's own subfolder in the root directory of the website. (/about, /new

Re: [PHP] Image problem

2001-01-20 Thread Richard Lynch
> Can anyone tell me how to display both jpg and gif images. Basically, > what i've got is: > > > Now, I know I probably need slashes in there and I played around with it > but no luck. Where do I put them? TIP: Use "View Source" in your browser to see what the IMG tag looks like. I suspect y

[PHP] Image problem

2001-01-19 Thread Mike Yuen
Can anyone tell me how to display both jpg and gif images. Basically, what i've got is: Now, I know I probably need slashes in there and I played around with it but no luck. Where do I put them? Thanks, Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P