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
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-
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
* 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
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.
--
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
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
> 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
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
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
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
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
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.
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
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
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
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
> 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
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
19 matches
Mail list logo