Ask a Question related to Dreamweaver AppDev, Design and Development.
-
orange22 #1
Problem Viewing index.php page
Hi
I am trying to view my index.php page which sits on my testing server
(apache), when I click f12, the page opens up in the browser but it is empty!
At the bottom left hand corner of the screen it also says "Done". Again (
this is not my day by the way) confused as to why the page's content does not
appear?
Any Ideas about what could have happened here?
Many thanks
david
orange22 Guest
-
Trouble loading administrator/index.cfm page--i am askedto save the page
Please help....i've been stuck for days on this problem... Basically, I installed coldfusion and at the end of the installation, it told me that... -
wierd error when viewing a page
love the program, came across something odd though: just ran into this problem today, when i try to upload my page via ftp itll cut out my... -
How to place a Name in a index page after login page
Hello everyone. I just started to learning ColdFusion and I was wondering when someone registers and they place their first and last name and... -
Web Photo Album 2.2.6 index page problem
Every thing is working good making and checking the album on my PC, but when I publish it to the web , in the index page I cannot see the tumbnail,... -
Viewing what an index marker is
In PageMaker we were able to select the marker in the text editor and view the index entry connected to the marker. However, I can't seem to do this... -
Joe Makowiec #2
Re: Problem Viewing index.php page
On 27 Apr 2005 in macromedia.dreamweaver.appdev, orange22 wrote:
Look at the code/source view in the browser; is it this:> I am trying to view my index.php page which sits on my testing
> server
> (apache), when I click f12, the page opens up in the browser but it
> is empty! At the bottom left hand corner of the screen it also says
> "Done". Again ( this is not my day by the way) confused as to why
> the page's content does not appear?
>
> Any Ideas about what could have happened here?
<html><body></body></html>
?
Also, the standard test: does a phpinfo page show?[1]
If so, then it's probably something small and picky, like failing to
terminate a line with a semicolon. Unfortunately, the only way I know of
offhand is to go through your code line by line until you find out where
the problem is.
[1] Copy the following:
<?php
phpinfo();
?>
into a text file called, say, phpinfo.php; upload it to the server and
surf to it.
--
Joe Makowiec
[url]http://makowiec.net/[/url]
Email: [url]http://makowiec.net/email.php[/url]
Joe Makowiec Guest



Reply With Quote

