logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: PHP scripts not detecting blank screen
Author
mkshaji



Joined: 19 Aug 2006
Posts: 3
Location: india

PostPosted: Sat 19 Aug '06 8:22    Post subject: PHP scripts not detecting blank screen Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Sat 19 Aug '06 11:38    Post subject: Reply with quote

What do you see, when you open source code in the browser?
Back to top
mkshaji



Joined: 19 Aug 2006
Posts: 3
Location: india

PostPosted: Sat 19 Aug '06 14:29    Post subject: Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Sat 19 Aug '06 16:21    Post subject: Reply with quote

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

PostPosted: Sat 19 Aug '06 19:59    Post subject: Reply with quote

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


Reply to topic   Topic: PHP scripts not detecting blank screen View previous topic :: View next topic
Post new topic   Forum Index -> Apache