Hello community!
I am successfully using mysql connections and operations in more than one
php file.
But when I want to use this in an included (required("head er.inc.php")) php
file but nothing happens except an error on
mysql_select.
Has mysql problems from included files or what could be the problem?
with kind regards
Wolfgang L.
I am successfully using mysql connections and operations in more than one
php file.
But when I want to use this in an included (required("head er.inc.php")) php
file but nothing happens except an error on
mysql_select.
Has mysql problems from included files or what could be the problem?
with kind regards
Wolfgang L.
Comment