Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: PHP scripts not detecting blank screen |
|
Author |
|
mkshaji
Joined: 19 Aug 2006 Posts: 3 Location: india
|
Posted: Sat 19 Aug '06 8:22 Post subject: PHP scripts not detecting blank screen |
|
|
dear friends,
iam getting the following problem on windows xp/apache2.2.2 and PHP.5
"Windows: I have installed PHP, but when I try to access a PHP script file via my browser, I get a blank screen."
pls help me
regards
shaji
|
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7402 Location: EU, Germany, Next to Hamburg
|
Posted: Sat 19 Aug '06 11:38 Post subject: |
|
|
What do you see, when you open source code in the browser? |
|
Back to top |
|
mkshaji
Joined: 19 Aug 2006 Posts: 3 Location: india
|
Posted: Sat 19 Aug '06 14:29 Post subject: |
|
|
James Blond wrote: | What do you see, when you open source code in the browser? |
it showing the source code i written
phpinfo()
kindly help me
regards
shaji |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7402 Location: EU, Germany, Next to Hamburg
|
Posted: Sat 19 Aug '06 16:21 Post subject: |
|
|
So PHP is not parsing the page! Did you save the file as your.php?
Windows normaly don't show the file extensions from known files. Make sure that you the extension is correct.
Secondly Did you beginn the script with <? or <?php |
|
Back to top |
|
mkshaji
Joined: 19 Aug 2006 Posts: 3 Location: india
|
Posted: Sat 19 Aug '06 19:59 Post subject: |
|
|
James Blond wrote: | So PHP is not parsing the page! Did you save the file as your.php?
Windows normaly don't show the file extensions from known files. Make sure that you the extension is correct.
Secondly Did you beginn the script with <? or <?php |
hi friend , thanks for reply, actually i made syntax mistake.
i wrote like this- <?phpinfo() ?>.
thank u so much
have a nice day
shaji |
|
Back to top |
|
|
|
|
|
|