View previous topic :: View next topic |
Author |
Message |
carmondrake -
Joined: 07 Jun 2005 Posts: 10
|
Posted: Mon Jul 11, 2005 10:15 pm Post subject: dynamic image creation????? |
|
|
Yo, PHP People ;) How do i get my php to allow dynamic image generation i need to create on the fly thumbnails for an image gallery on me abyssWS.exe
Havent found the solution on my google quirys so thought id bother u gies
Platform Windows2kPRO
Oh & another thing how do i get my abyss server to show that it uses PHP in the meta taggs that it sends to users & scripts when they query it?
Host: [LINK]http://carmon.dyndns.org[/LINK]
TY~~ _________________ http://carmon.dyndns.org |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Tue Jul 12, 2005 3:25 pm Post subject: Re: dynamic image creation????? |
|
|
carmondrake wrote: | Yo, PHP People ;) How do i get my php to allow dynamic image generation i need to create on the fly thumbnails for an image gallery on me abyssWS.exe
Havent found the solution on my google quirys so thought id bother u gies
Platform Windows2kPRO
|
Search this forum for php_gd2 . This is the name of the image manipulation extension in PHP.
Quote: |
Oh & another thing how do i get my abyss server to show that it uses PHP in the meta taggs that it sends to users & scripts when they query it?
Host: [LINK]http://carmon.dyndns.org[/LINK]
TY~~ |
When a PHP script is processed, a header is added to inform that this a PHP output (but it can be removed by altering your PHP configuration in php.ini). Other files that are not processed by PHP do not have this header since PHP is not invoked before they are sent back to the visitor. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
carmondrake -
Joined: 07 Jun 2005 Posts: 10
|
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Thu Jul 21, 2005 2:24 pm Post subject: Re: Thanks! |
|
|
!!!!
There are 29 topics in our forum related to php_gd2. At least 2 or 3 come with PHP code that you can try immediately, and about 10 of them explain how to setup PHP GD2 extension... _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|