Re: Unable to access phppgadmin from localhost

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/30/22 07:58, SAJESH PC wrote:
Hi,
When We try to access phppgadmin from localhost the following php code is displayed. What may be the reason for this? Kindly clarify.

http://127.0.0.1/phppgadmin/

printHeader('', null, true); $rtl = (strcasecmp($lang['applangdir'], 'rtl') == 0); $cols = $rtl ? '*,'.$conf['left_width'] : $conf['left_width'].',*'; $mainframe = '' ?> printFooter(false); ?>


regards,
P C SAJESH
PGT COMPUTER SCIENCE
KV MALAPPURAM

This looks like the http server not being configured to run PHP. That is what happens when httpd doesn't know what to do with  "<?php" tag. Have you attempted to execute  something like this:

<?php
phpinfo();
?>

What do you get if you try something like that?

-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux