Mon Mar 31, 2008 7:09 pm |
Replies: 15 |
Views: 26228 |
|
 |
Hello,
I add the next line dl('..\..\..\..\..\..\Inetpub\vhosts\jalconsulting.com.mx\httpdocs\siase\phpexpress-php-5.2.dll'), however, it send next warning
Warning: dl() [function.dl]: Temporary m ...
|
Tue Mar 11, 2008 11:31 am |
Replies: 15 |
Views: 26228 |
|
 |
My code is:
if (!extension_loaded('NuSphere PhpExpress')) {
dl('phpexpress-php-5.2.dll');
}
it don't works and it send me this error message
\directorios de extensiones => C:\Program Fil ...
|
Tue Mar 11, 2008 11:07 am |
Replies: 15 |
Views: 26228 |
|
 |
my code was:
if (!extension_loaded('NuSphere PhpExpress')) {
dl('phpexpress-php-5.2.dll');
}
but, it don't works, what am i?
|
Mon Mar 10, 2008 11:51 am |
Replies: 15 |
Views: 26228 |
|
 |
thanks a lot, however, my hosting provider has Windows server and IIS, your solution works in linux server, but it don't works in Windows server
|
Sun Mar 09, 2008 4:51 pm |
Replies: 15 |
Views: 26228 |
|
 |
The problem that my supplier of Hosting does not want to install the PHPExpress and that better Zend uses, however, my code I have it encoder with Nu-coder and my sources are missing, my supplier of h ...
|
Thu Mar 06, 2008 8:07 pm |
Replies: 15 |
Views: 26228 |
|
 |
El problema que mi proveedor de Hosting no quiere instalar el PHPExpress y que mejor use Zend, sin embargo mi código lo tengo encriptado con Nu-coder y mis fuentes los perdi, mi proveedor de hosting, ...
|