Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sarbruis

  1. sarbruis

    creating an image problem

    it's p. 601 or around there. no, it didn't work, that's why i'm asking the question. and darncat: I'm just running it off my home computer, and i have taken the semi-colon out (in php.ini) and changed the extension.
  2. sarbruis

    creating an image problem

    I'm just trying to make a rectangle appear and I'm using the code (only a variable name change and a color change were made) example in the Core PHP book I bought: <?php $image = imagecreate(200,200); $buttoncolor = imagecolorallocate($image,191,241,113); imagefill($image, 0, 0, $buttoncolor)...
  3. sarbruis

    header problem

    if you mean <?php ?>, I did that; I was just showing the code segment I used the header in.
  4. sarbruis

    header problem

    i'm trying to get an image to appear, so i did: header("Content-type: image/jpg"); imagejpeg($image); I get the following error: Warning: Cannot modify header information - headers already sent by (output started at C:\Documents and Settings\Owner\Desktop\PHP Files, etc\-:13) in C:\Documents...
  5. sarbruis

    Help installing the GD library

    I've been trying for a couple of hours to get the GD library to work, but haven't had any success at all. To start, it said that imagecreate() was an undefined function, so I think that means I don't have the GD library installed or whatever you've got to do with it to make it work. So I put...

Part and Inventory Search

Back
Top