Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/11/2005, 17:24
Avatar de izar
izar
 
Fecha de Ingreso: enero-2004
Mensajes: 519
Antigüedad: 20 años, 2 meses
Puntos: 1
Pregunta Configuracion script

<?php
$CardPath = "/usr/home/snipe.net/html/phpCards1.3/";
include "$CardPath"."phpCards.Config.php";
include "$CardPath"."lang/"."$CardLanguageFile";
?>

Estoy intentando configurar un script PHP y en las instrucciones de instalacion dice "you must change the very first variable ($CardPath)
to match the file path of your own server."
Donde Tiene que apuntar la variable $Cardpath??? podriais poner un ejemplo???


gracias