Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 2nd, 2007, 12:00 AM
Friend of Wrox
 
Join Date: Oct 2007
Posts: 130
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via AIM to urtrivedi
Default Php page doest not display anything

I am executing following php page which is neither showing html output nor php output it is just showing blank white page, thats it. Other sample php pages are working fine. I am using apache server. Can anyone help me.

<html>
<head>
<title>Hello<title>
</head>

<body>
      <?php
           echo "This is php message";
      ?>
      <br>
      This is html message
</body>
</html>

urt
__________________
urt

Help yourself by helping someone.
 
Old November 2nd, 2007, 01:53 PM
Authorized User
 
Join Date: Sep 2007
Posts: 56
Thanks: 0
Thanked 1 Time in 1 Post
Default

What is your extenstion on this page (is it php or html)?
Can you provide a link to it?

http://mynameissteve.com
 
Old November 9th, 2007, 02:38 AM
Registered User
 
Join Date: Nov 2007
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to asanga
Default

this works fine. i save it as "phptest.php" and runs on apache server it gave the correct out put

Asanga Amarawansa
[email protected]
http://www.needmatch.biz





Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Caption HtmlInputFile but it doest not upl. Israr HTML Code Clinic 1 April 25th, 2008 04:08 AM
passing value from Php to PHP page baby PHP How-To 3 March 31st, 2005 02:13 AM
mysql timestamp to php display lbunnell PHP Databases 2 January 20th, 2005 05:55 PM
display return value of prompt box to php page godhsf80 PHP How-To 3 December 1st, 2003 01:02 PM
date mysql to php display Geeman PHP Databases 4 September 1st, 2003 08:13 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.