| | |
DLL not woking - Please help me
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Feb 2004
Posts: 1
Reputation:
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
Change to
PHP Syntax (Toggle Plain Text)
php_sxlt.dll
PHP Syntax (Toggle Plain Text)
extensions/php_sxlt.dll
![]() |
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)
- Kernel32.dll (Windows 95 / 98 / 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
| Thread Tools | Search this Thread |
301 ajax apache api array autosuggest beginner binary broken cakephp checkbox class cms code compression cron curl data database date display dynamic echo email eregi error execution file files folder foreach form forms function functions google href htaccess html httppost image include insert integration ip java javascript joomla library limit link links login loop mail md5 menu mlm multiple mysql mysql_real_escape_string oop paypal pdf php problem query radio random recursion regex remote script search searchbox server session sessions sms soap source space sql syntax system table tutorial update upload url validator variable video volume votedown web website xml youtube zend





