943,648 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 3080
  • PHP RSS
Feb 10th, 2004
0

DLL not woking - Please help me

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
sowmya_ganesh is offline Offline
1 posts
since Feb 2004
Feb 22nd, 2004
0

Re: DLL not woking - Please help me

Change
PHP Syntax (Toggle Plain Text)
  1. php_sxlt.dll
to
PHP Syntax (Toggle Plain Text)
  1. extensions/php_sxlt.dll
Team Colleague
Reputation Points: 53
Solved Threads: 5
PHP/vBulletin Guru
Gary King is offline Offline
360 posts
since Nov 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: PHP Cookbook
Next Thread in PHP Forum Timeline: Not allowed to reply a post





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC