Jump to content

georgepapa

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

georgepapa's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi! I have already installed gd2 library, but when i write the code: header("Content-type: image/jpeg"); $im = @imagecreatefromjpeg('C:\RedFlowers.jpg'); /* Attempt to open */ touch($im); imagejpeg($im); the following warning is displayed: Cannot modify header information - headers already sent by (output started at C:\wamp\www\mywebsite\ImageRetrieval\Browse.php:7) in C:\wamp\www\mywebsite\ImageRetrieval\Browse.php on line 159 Do you know what I should do?
  2. Thank you for replying I want it to appear instantly...but javascript??? how? could you be more specific?
  3. Hello! I'm newbie to PHP and I have a problem. I have made a list that displays the names of all the images of my database. Now, I want every time the user selects a value from the list the corresponding image appears on the same page. How can I do this? Please help me!!! :( :(
×
×
  • 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.