
04/11/2005, 17:27
|
 | | | Fecha de Ingreso: agosto-2001 Ubicación: Kenolandia
Mensajes: 1.061
Antigüedad: 23 años, 6 meses Puntos: 3 | |
Código:
<?php
$CardPath = "C:\lugarDondeTuWebServerBuscaArchivos\directorioDondeEstanLosArchivos\";
include "$CardPath"."phpCards.Config.php";
include "$CardPath"."lang/"."$CardLanguageFile";
?>
Estimo que algo así. |