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!

Search results for query: *

  • Users: sarbruis
  • Content: Threads
  • Order by date
  1. 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)...
  2. 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...
  3. 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