Posted by strawberry on 03/29/07 15:07
I recently moved a mysql database and its associated php scripts from
one machine to another.
Now, however, although no errors are displayed, some aspects of the
php interface no longer work properly.
I suspect the problem is connected with my use of $PHP_SELF within
some of the pages.
I replaced "$PHP_SELF" with "$_SERVER['PHP_SELF']" which (I think) is
more widely supported but the problem still persists. Is there some
aspect of my php configuration that I should look at with respect to
this kind of problem?
Sorry to be so vague. Any help appreciated.
Navigation:
[Reply to this message]
|