Hi Matt,

    | I've searched google, but can't find a central 
    | repository/list of PHP modules (IMAP/GD/SWF etc.).


Not sure what you were looking for. PHP does not exactly follow the Perl
concept of module as the modules are built-in to PHP as functions. Check
here for a huge list of supported functionality:
http://www.php.net/manual/en/funcref.php. To answer the examples you
mentioned: 

   o  IMAP, POP3 and NNTP functions
      http://www.php.net/manual/en/ref.imap.php

   o GD FUNCTIONS
      http://www.php.net/manual/en/ref.image.php

   o SWF (Not sure what you are after, but take a look at MING )
      http://ming.sourceforge.net/


If you are interested in classes additional to the core PHP functions
(for instance, OO DB class, caching class etc), then perhaps PEAR is
what you are after: http://pear.php.net/manual/en/introduction.php

Other than this if you need anything specific, feel free to holler. 

Hope I helped,
Shanx


Shashank Tripathi 
www.shanx.com | www.sniptools.com 




____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to