View previous topic :: View next topic |
Author |
Message |
Chatline -
Joined: 14 Jul 2004 Posts: 39
|
Posted: Sat Jun 25, 2005 8:19 pm Post subject: PHP has gone mad |
|
|
I'm trying to install PHPMYADMIN when I opened it i mistakly forgot to uncheck allways open I think thats why when I do http:/127.0.0.1/phpadmin it comes up with
Quote: | <?php
/* $Id: index.php,v 2.14 2004/10/19 17:23:09 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets core libraries and defines some variables
*/
require_once('./libraries/grab_globals.lib.php');
require_once('./libraries/common.lib.php');
/**
* Includes the ThemeManager ........ |
Like an html page just typed mabey this is the error or it's something else I dont' know can anyone help please?
Thanks _________________ Allways and needing help ;) |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Sun Jun 26, 2005 3:47 am Post subject: |
|
|
If the HTML is just shown in the browser , have you tried the test script to
see if PHP is actually working ? try this script and see if it works. LateR!
Save this as info.php
Code: |
<?php
phpinfo();
?> |
Sincerely , TRUSTpunk |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Jun 26, 2005 12:32 pm Post subject: Re: PHP has gone mad |
|
|
Chatline,
If PHP support correctly installed in Abyss Web Server? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|