|
Posted by Schraalhans Keukenmeester on 03/29/07 18:30
strawberry wrote:
> On Mar 29, 6:44 pm, "strawberry" <zac.ca...@gmail.com> wrote:
>> On Mar 29, 5:01 pm, "J.O. Aho" <u...@example.net> wrote:
>>
>>
>>
>>
>>
>>> strawberry wrote:
>>>> 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?
>>> If you are using CGI, then $_SERVER[] won't work, if you use ISS you may note
>>> have full functionality in $_SERVER[].
>>> As you don't tell anything about the web server, we can't be sure on what goes
>>> wrong.
>>> --
>>> //Aho
>> It's just a recent xampp installation on a windows xp machine - so an
>> apache web server.- Hide quoted text -
>>
>> - Show quoted text -
>
>
Apart from your odd choice of quoting characters and lines, it could
help if you ran a test script with the get_defined_vars() function to
see what is or isn't available in your particular setup.
See the php manual pages for details if you need more directions. If the
output makes no sense to you, you could post it here.
Rgds
Sh.
Navigation:
[Reply to this message]
|