Page 1 of 1

phpinfo() does not work

PostPosted: 22. June 2005 00:49
by w011117
Can anyone tell me what might be wrong....
Have XAMPP installed.
I start apache by itself thru .bat file (have own MySQL server)
I can run simple php program with "echo" command.
When I put in the phpinfo() call in this program my system wil return whatever browser page I am on the first time. 2nd time it will just hang the browser until I hit "stop".

Is there something special I need to do to get XAMPP to work?

What could this be?

If I am in the wrong post to get an answer, where should I post the question?

Thanks,
TW

Hmmm....

PostPosted: 22. June 2005 01:52
by calvinscy
A checklist, may be it will help....

- Sure the phpinfo() is in a .PHP file?
- Sure this .PHP file is under hotdoc/xampp folder?
- Sure <? and ?> is before and after phpinfo()?

Hope is will solve your problem.....

Sure phpinfo() works on another machine

PostPosted: 23. June 2005 00:35
by w011117
Thanks,

I am sure that the phpinfo() file is working.
I tried it on a machine where everything is working.....

Don't know what to try next?

TW

PostPosted: 29. June 2005 05:13
by alucard01
have you done this:

run the setup_xampp(or sth like that) after extract xampp and before start your web server?

Hope it helps