p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > PHP/MySQL > Beginning PHP
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
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 p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old December 12th, 2004, 10:58 PM
Registered User
Points: 4, Level: 1
Points: 4, Level: 1 Points: 4, Level: 1 Points: 4, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Dec 2004
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Cannot Modigy Heading

This happens when I have tried to modify the header/footer. For a person with no programming background, would you kindly pls help explain how I can solve the problem stated? Thank you very much! Btw, if I do need to modify (i.e. config.php...), I do hope you can help state the files I need to change. Thanks! Thanks! Many Thanks!:)


Warning: Cannot modify header information - headers already sent by (output started at Warning: Cannot modify header information - headers already sent by (output started at /home/xpertcare/public_html/moneynews_1_3/template.php:217) in /home/xpertcare/public_html/moneynews_1_3/gorum/tools.php on line 357

Warning: Cannot modify header information - headers already sent by (output started at /home/xpertcare/public_html/moneynews_1_3/template.php:217) in /home/xpertcare/public_html/moneynews_1_3/gorum/tools.php on line 359


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
  #2 (permalink)  
Old December 12th, 2004, 11:05 PM
Friend of Wrox
Points: 348, Level: 6
Points: 348, Level: 6 Points: 348, Level: 6 Points: 348, Level: 6
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Aug 2004
Location: , , .
Posts: 117
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi wongcalvin

Make sure before header(); you do not have any html Code.
header must be on top of the page before html start.

For example
<?php
header();
?>

<html>
<body>

  hi
</body>
<?html

Thanks
Regards
Mani_he

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
menu items visible always once heading selected. Hughesie78 ASP.NET 2.0 Professional 1 July 17th, 2008 02:22 AM
dropdownlist with heading for each category debjanib ASP.NET 2.0 Basics 5 May 16th, 2007 05:19 PM
display no heading if null oleafo ASP.NET 1.0 and 1.1 Basics 1 January 8th, 2007 06:23 PM
Inserting a heading only in only the first element stekker XSLT 2 September 28th, 2006 09:06 AM
Finding a heading in a word document nesplb Pro VB 6 1 August 18th, 2003 05:22 AM



All times are GMT -4. The time now is 12:28 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc