--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> ;extension_dir="c:\php\extensions" > ;extension=php-4.3.2_isis.dll > ;[isis] > ;isis.default_dir=c:\isis\data > ;isis.default_database=buku Remove ";" character from beginning of the line. So it will be: extension_dir="c:\php\extensions" extension=php-4.3.2_isis.dll [isis] isis.default_dir=c:\isis\data isis.default_database=buku If you put ";" character in the beginning of the line, it will be read by PHP as a comment, so it won't be interpreted by PHP engine. Hendro Wicaksono igloo developer http://www.geocities.com/igloo_opensource/ ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/C1XolB/TM --------------------------------------------------------------------~-> -- Towards cyber libraries to support information society in Indonesia. Joining ICS-isis by sending mailto:[EMAIL PROTECTED] Visit ICS-Portal at http://digilib.binus.ac.id/ics/index.php Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ics-isis/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
