•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 397,868 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,464 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 2318 | Replies: 1
![]() |
•
•
Join Date: Feb 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
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
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
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb PHP Marketplace
Similar Threads
- Loader.EXE and IEDLL.EXE errors (Web Browsers)
- DLL equivalent to xerces.jar (Java)
- ToolBar>dll (Web Browsers)
- Missing system32\hal.dll (Windows NT / 2000 / XP / 2003)
- Kernel32.dll (Windows 9x / Me)
- vb6 executables w/ dll's (Visual Basic 4 / 5 / 6)
Other Threads in the PHP Forum
- Previous Thread: PHP Cookbook
- Next Thread: Not allowed to reply a post


Linear Mode