GD in Windows, Now works

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I think, you have not been able to use the GD for windows. The
document says to remove the remarks in php.ini and make the line
like:

;extensions=php_gd2.dll to: "extensions=php_gd2.dll" without
quotes. Even the books of PHP say so. But that was never true!
in Windows. Here is a pretty solution which I discovered myself
some "months" :-( after being interested to make dynamic images
with php.

Keep the php.ini remakr the line: ;extensions=php_gd2.dll as it
is. Just before you start your php script, write:

<?php
  dl('extensions/php_gd2.dll');

  // Your image functions here onwards.

  // create image
  // show image
 // destroy it.

// Got the Point (.)?
?>

Thank you.
I write these informations to you in order to receive some
useful notes, tips and tricks from you.

=====
Bimal Poudel
(Information Management)
Kathmandu, Nepal

http://fakenepal.tripod.com


		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

PHP Data object relational mapping generator - http://www.meta-language.net/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-objects/

<*> To unsubscribe from this group, send an email to:
    php-objects-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux