Jump to content

xangelo

Members
  • Posts

    102
  • Joined

  • Last visited

    Never

About xangelo

  • Birthday 01/27/1988

Contact Methods

  • Website URL
    http://xangelo.ca

Profile Information

  • Gender
    Male
  • Location
    Canada

xangelo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. That's the problem. Your output has already started on line 44, you can't send headers after you already have output unless you are buffering. Read the sticky: http://www.phpfreaks.com/forums/index.php?topic=37442.0
  2. From my understanding "blend modes" are not a native component of anything. They are algorithms for modifying an image. Technically you would either need to find these algorithms yourself or write your own.
  3. The reason you're getting that error message is because you never closed your php tag before you started typing out html. Change line 44 to mysql_close();?>
  4. What's the error that is appearing?
  5. You're almost there. Try this: <?php echo date('F j, Y',$_SESSION['date']); ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.