DLL not woking - Please help me

Reply

Join Date: Feb 2004
Posts: 1
Reputation: sowmya_ganesh is an unknown quantity at this point 
Solved Threads: 0
sowmya_ganesh sowmya_ganesh is offline Offline
Newbie Poster

DLL not woking - Please help me

 
0
  #1
Feb 10th, 2004
Hai all

am using new version on PHP,Apache

now i want to work with XSLT so i removed ; for php_sxlt.dll in php.ini file

i use a code

<?php
$xh = xslt_create();
$result= xslt_process($xh, "solarsystem.xml", "solarsystem.xsl");
if ($result) {
print $result;
}
else {
print "Sorry, $_GET[filename]could not be transformed by short.xsl into";
print " $_GET[filename] the reason is that " . xslt_error($xh) . " and the ";
print "error code is " . xslt_errno($xh);
}
xslt_free($xh);
?>

when i run the program its telling that dll is not found but in specified folder
C:\php\extensions
dll is available

what will be the problem pls guide me
thanks you
Reply With Quote Quick reply to this message  
Join Date: Nov 2003
Posts: 360
Reputation: Gary King will become famous soon enough Gary King will become famous soon enough 
Solved Threads: 5
Team Colleague
Gary King's Avatar
Gary King Gary King is offline Offline
PHP/vBulletin Guru

Re: DLL not woking - Please help me

 
0
  #2
Feb 22nd, 2004
Change
  1. php_sxlt.dll
to
  1. extensions/php_sxlt.dll
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC