[PHP-WIN] Image linking help in PHP

2010-07-04 Thread nagendra prasad
Hi All, I have a database of MP3 and I want to link the download tab with an image so that when user clicks on the image the download should start. I have full path of MP3 in my database, I just want to link the same image with every song. I don't want to upload the image to mysql database. I hope

RE: [PHP-WIN] image cache

2004-11-24 Thread Mike
Here's a little trick that works for me $cur_time = time(); print ""; Since each time you load the page the image name will be different (since $cur_time will always change) the browser thinks the files are always different since the name changes - and thus you force a reload of the image. I do

[PHP-WIN] image cache

2004-11-24 Thread Bobo Wieland
i have an image upload script that uses fixed image names... when i update an image, that image will be replaced at the server using the same name as the old image... now, my browser doesn't check for the new image but checkes it cache instead and ofcourse finds the old image... how can i fix th

[PHP-WIN] Image display problem

2004-07-30 Thread Schalk Neethling
Can someone see why the following is happening? I have the following code in my PHP page: After rendering the page in a browser the code produced by this block is as follows: ../media/ads/001.jpgSpring 2004 ../media/ads/002.jpgS

[PHP-WIN] image question

2003-03-10 Thread Anthony Ritter
I'm looking for a php tutorial or script which can open and read an existing .jpg or .png from another URL. Next, the script then modifies that image by - say - cropping off the bottom by 20px or resizing it by 50%. Lastly, could this modified file then be renamed on ones server? Many thanks, To

[PHP-WIN] Image Creation Error

2003-01-16 Thread Ed
I'm running PHP 4.3 and W2k with IIS 5.0. I have enabled php_gd and it does show up when I do a phpinfo. The php_gd.dll is in the winnt/system32 directory and it's in the extensions directory (I've also tried it in almost every other directory too) and I get this error message: Fatal error: Cal

[PHP-WIN] image archieve

2002-09-03 Thread kivanc urgancioglu
Hi Friends, I had to write php scripts in windows for intranet..The server for php will be apache server.The project is about searching image and text files in the server on LAN and copy them to a directory in a PC on LAN and insert the names of those files into mysql db.My problem:how can I inse

[PHP-WIN] Image creationm (again)

2002-04-25 Thread Brian McGarvie
I've also been having trouble with using GD, the extension is loaded correctly, however when I execute my code the image in IE (not tried it in anything else yet) is blank... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Image generation question

2002-04-24 Thread Matt Babineau
http://www.illuminatistudios.com -Original Message- From: Matt Babineau [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:05 PM To: 'Php-Win (E-mail)' Subject: RE: [PHP-WIN] Image generation question I found the DLL but I do not have an 'extensions' folder. Where should I crea

RE: [PHP-WIN] Image generation question

2002-04-24 Thread Matt Babineau
lluminatistudios.com -Original Message- From: Richard Black [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 12:27 PM To: Matt Babineau; 'Php-Win (E-mail)' Subject: RE: [PHP-WIN] Image generation question If its not in your extensions folder, you should be able to dow

RE: [PHP-WIN] Image generation question

2002-04-24 Thread Matt Babineau
-Original Message- From: Richard Black [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 12:27 PM To: Matt Babineau; 'Php-Win (E-mail)' Subject: RE: [PHP-WIN] Image generation question If its not in your extensions folder, you should be able to download it from php.ne

RE: [PHP-WIN] R: [PHP-WIN] Image generation question

2002-04-24 Thread Matt Babineau
ECTED]] Sent: Wednesday, April 24, 2002 12:23 PM To: Matt Babineau; 'Php-Win (E-mail)' Subject: [PHP-WIN] R: [PHP-WIN] Image generation question Do you have enabled the GD extension ? Darvin > -Messaggio originale- > Da: Matt Babineau [mailto:[EMAIL PROTECTED]] > Invi

RE: [PHP-WIN] Image generation question

2002-04-24 Thread Richard Black
-mail)' Subject: RE: [PHP-WIN] Image generation question I don't think so, where can I get this? I found a GD library but it needs to be compiled or something and I don't know how to do that. Matt Babineau Freelance Internet Developer e: [EMAIL PROTECTED] p: 603.943.4237 w: ht

[PHP-WIN] R: [PHP-WIN] Image generation question

2002-04-24 Thread Darvin Andrioli
Do you have enabled the GD extension ? Darvin > -Messaggio originale- > Da: Matt Babineau [mailto:[EMAIL PROTECTED]] > Inviato: mercoledi 24 aprile 2002 18.02 > A: 'Php-Win (E-mail)' > Oggetto: [PHP-WIN] Image generation question > > > I have been tr

RE: [PHP-WIN] Image generation question

2002-04-24 Thread Matt Babineau
m: Richard Black [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 12:12 PM To: Matt Babineau; 'Php-Win (E-mail)' Subject: RE: [PHP-WIN] Image generation question Do you have the php_gd.dll extension?? And if so, is it listed as an extension which is listed in your php.ini fi

RE: [PHP-WIN] Image generation question

2002-04-24 Thread Richard Black
Do you have the php_gd.dll extension?? And if so, is it listed as an extension which is listed in your php.ini file??? -Original Message- From: Matt Babineau [mailto:[EMAIL PROTECTED]] Sent: 24 April 2002 17:02 To: 'Php-Win (E-mail)' Subject: [PHP-WIN] Image generation questio

[PHP-WIN] Image generation question

2002-04-24 Thread Matt Babineau
I have been trying to generate images dynamicall but I keep getting this message. Fatal error: Call to undefined function: imagecreatefrompng() in D:\wwwroot\counter\img.php on line 5 Here is my code: Matt Babineau Freelance Internet Developer e: [EMAIL PROTE

RE: [PHP-WIN] Image Magick on Windows NT?

2001-12-28 Thread Curt Strite
IM the same way you would in *inx but you just use the windows style path such as C:\whatever\directory\im.exe or D:\whatever\other\directory\im.exe -----Original Message- From: Damiano Ferrari [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 27, 2001 2:08 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] I

Re: [PHP-WIN] Image Magick on Windows NT?

2001-12-28 Thread Damiano Ferrari
Frank, Thanks for the help. In first place, I didn't even know if I could use Image Magick on Windows, I will look for the binaries, as I only found the source code so far and I don't have a C compiler handy right now. I also downloaded the php_gd.dll from your site. Just a curiosity: it is 420K

Re: [PHP-WIN] Image Magick on Windows NT?

2001-12-27 Thread Frank M. Kromann
ImageMagic works fine on Window. You can download the binaries from one of the mirror sites. I have a web page (http://kromann.info/php4.php) where you can download php binaries based on the latest cvs version. There you can find php_gd.dll with both GD1 and GD2. I have not tested it but I thi

Re: [PHP-WIN] Image Magick on Windows NT?

2001-12-27 Thread Rasmus Lerdorf
You need to use GD2. GD1 dithers down to 8-bit colour. There should be a GD.DLL based on GD2 floating around out there somewhere. -Rasmus On Thu, 27 Dec 2001, Damiano Ferrari wrote: > I wrote a script that will create a thumbnail page for all the pictures in a > given directory. The thumbnai

[PHP-WIN] Image Magick on Windows NT?

2001-12-27 Thread Damiano Ferrari
I wrote a script that will create a thumbnail page for all the pictures in a given directory. The thumbnails are created with the GD libraries and while it all works, the result is.. well, very low quality, the .jpg images actually look like .gif. Is there any way I can use Image Magick on Windows

[PHP-WIN] Image upload on IIS

2001-09-26 Thread Josh Seward
I am getting a promition denied error when trying to uplaod a file. To my understanding the image should upload when the submit button in pressed. I have nothing in my temp dir? If I upload from a shared folder though I get no errors and the copy function returns true even though no files are b

RE: [PHP-WIN] Image Functions

2001-08-19 Thread Angie Tollerson
The point is that information should be as accurate as possible. You stated that a DLL needed to be located at an certain location. That is simply not ture at all. Cheers, Anders >-Original Message- >From: Angie Tollerson [mailto:[EMAIL PROTECTED]] >Sent: Friday, August 17, 2

RE: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
Right Anders, you could simply set the access path in environmental variables for windows itself. But for newbies just installing the easiest thing to tell them is to put it either in system folder or php folder, php folder being the better choice. Angie Tollerson Alliance Technologies Web Pro

RE: [PHP-WIN] Image Functions

2001-08-17 Thread Svensson, B.A.T.
>The extension dll's do need to stay in the extension folder >with the right .ini line as you stated. I'm talking about the >system needed dll's that come in the DLL folder. Those are >From an functional point of view, it really doesn't matter were a DLL is located, as long as it located in

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
No Al, that's a different set of dll's you're talking about. The extension dll's do need to stay in the extension folder with the right .ini line as you stated. I'm talking about the system needed dll's that come in the DLL folder. Those are the ones you are told to move around, but you shou

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Al
I'd recommend you leave them in the "extension" directory, which is where the installer places them, and just indicate in your INI file where that directory is: extension_dir = "d:\php\extension\" That'll keep the \php directory uncluttered, and you'll know exactly where all your extension files

[PHP-WIN] image with php

2001-08-17 Thread Fai
Does any body know how to make images in the webpage cannot be directly accessed by its complete link with PHP except storing them in the database (it means that people cannot use some software such as website extractor to get all the image from your site)? -- PHP Windows Mailing List (http://

Re: [PHP-WIN] Image Functions

2001-08-17 Thread Angie Tollerson
Augusto, You simply need to download the windows 32binary package of php from www.php.net 's download page. Unpack it in a php folder and follow the install.txt directions for implementing on your windows computer. When you are all setup, make sure you remove the ; (uncomment) from the line i

[PHP-WIN] Image Functions

2001-08-17 Thread Augusto Cesar Castoldi
Hi. i'm using the last version of GD (supports JPEG and PNG) on Solaris 8 unix, but I need to use this functions on Windows. How can I do that? regards, Augusto _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.c

[PHP-WIN] image

2001-04-25 Thread oifik
Hello, I have a little problem when I try to use function to draw as image_create() I receive the message call to undefined function and inhe php.ini I've found nothing. Can you help me? Thanks P.S : Sorry for my english -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,