problems with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bbragaPT
Forum Newbie
Posts: 1
Joined: Wed Mar 12, 2008 1:40 pm

problems with php

Post by bbragaPT »

Hi folks.... i have a little and wierd problem with php.
please check http://www.ramalar.com/gestor/get-imob- ... sticas.php
now do a few refreshs and see what happens...

Does anyone know why i get different outputs?


the php code for that file is only

<?
echo ini_set("include_path",":$_SERVER[DOCUMENT_ROOT]/gestor/includes/XML");
echo ini_get("include_path");
?>


Does anyone has a clue of what is going on...?

Best regards and thank's in advance
Bruno
Post Reply