Posted by Ivαn Sαnchez Ortega on 02/28/06 22:59
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
julian_m wrote:
> include("http://IP_of_my_site/inc.php");
>
> to
>
> include($_SERVER['DOCUMENT_ROOT']."/my_site/inc.php");
[...]
> Anyone could give me some hints?
Use relative paths. And never ever include anything starting with http://
(or https://, or ftp://, for that matter).
include('inc.php');
include('./inc.php');
- --
- ----------------------------------
IvΓ‘n SΓ‘nchez Ortega -i-punto-sanchez--arroba-mirame-punto-net
FΓ³rmula del condΓ³n: No-metil-lacolina-oxi-metil-metila-con-gomina.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFEBLmz3jcQ2mg3Pc8RAu6lAJ96DeWHAs3GDjOqy7XFfgGnVQZpFACggDf0
K64neZtGRl5h6vPovRKi/JA=
=R0rM
-----END PGP SIGNATURE-----
Navigation:
[Reply to this message]
|