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 June 14th, 2008, 08:54 PM
Registered User
 
Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default movie1-rev03.php code

when I load
<?php
session_start();
$_SESSION['username'] = "Joe12345";
$_SESSION['authuser'] = 1;
?>
<html>
<head>
<TITLE>Find my Favorite Movie!</TITLE>
</head>
<body>
<?php
  $myfavmovie = urlencode("Life of Brian");
  echo "<a href='moviesite.php?favmovie=$myfavmovie'>";
  echo "Click here to see information about my favorite movie!";
  echo "</a>";
?>
</body>
</html>
I get the error messages of
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\web\htdocs\moviesite.php:1) in C:\web\htdocs\moviesite.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\web\htdocs\moviesite.php:1) in C:\web\htdocs\moviesite.php on line 2

I literally copied the code directly into the file without any extra space. Please tell me how to troubleshoot
 
Old June 24th, 2008, 12:17 PM
Authorized User
 
Join Date: Sep 2007
Posts: 56
Thanks: 0
Thanked 1 Time in 1 Post
Default

Is this the whole file or is this file being included into another page?

free wifi | http://localwifisearch.com
web dev | http://mynameissteve.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Code on table2.php aztek_2006 BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 1 April 13th, 2009 07:31 PM
Help with php and this part of the code...? dekemcaffee Beginning PHP 2 September 29th, 2007 05:14 PM
PHP code in the book aplav BOOK: Professional Ajax ISBN: 978-0-471-77778-6 1 September 3rd, 2006 08:28 AM
need help with movie_details.php code kjames1973 BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 3 December 26th, 2004 04:28 PM
php - should i code my site with this? bennn Beginning PHP 6 November 25th, 2004 09:31 AM





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