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: 7371 Location: 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: 7371 Location: 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 |
|