Hi every one. I'm trying to read a xml file dynamically from mysql database .
There is my actual code:
It only works if the file is a local file or if is an absolute path. Whenever i try to load the $PAD variable from a database is always return an error. Can you guys help me with this???

[code=php]
<?php require_once('. ./../Connections/xml.php'); ?>
<?php
if (!function_exis ts("GetSQLValue String"))...