[PHP] problem using imagejpeg function all

2006-11-21 Thread Tom
Hello, I’m trying to use the imagejpeg function call in a php script and I can’t quite seem to get it working properly. Here is my gd dump. 'GD Version' = 'bundled (2.0.28 compatible)' (length=27) 'FreeType Support' = true 'FreeType Linkage' = 'with freetype' (length=13)

Re: [PHP] problem using imagejpeg function all

2006-11-21 Thread Robert Cummings
On Tue, 2006-11-21 at 23:31 -0500, Tom wrote: ?php $image = imagecreate(200, 200); $colorRed = imagecolorallocate($image, 255, 0, 0); imagefill($image, 0, 0, $colorRed); //send image //header(Content-type: image/jpeg); imagejpeg($image); ? Works for me with the header line

RE: [PHP] problem using imagejpeg function all

2006-11-21 Thread Tom
Can you show me what your gd dump looks like? ?php var_dump(gd_info()); ? Is that way I got mine. Also, what php version are you using? I'm using 5.1.6. Thanks for the info. Tom -Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] Sent: November 21, 2006 11:40 PM

RE: [PHP] problem using imagejpeg function all

2006-11-21 Thread Robert Cummings
On Tue, 2006-11-21 at 23:42 -0500, Tom wrote: Can you show me what your gd dump looks like? ?php var_dump(gd_info()); ? Is that way I got mine. Also, what php version are you using? I'm using 5.1.6. PHP 4.4.4 and PHP 5.2.0 both compiled from source. This is my PHP 5.2.0

Re: [PHP] XML parser error ..

2006-11-21 Thread onewaylife
dear Richard I have written a PHP file in that with help of php document tags i have created XML file in that PHP file and in xml file i have taken care of the ?xml ? tag. with regards rakesh Richard Lynch wrote: On Tue, November 21, 2006 2:30 am, onewaylife wrote: the file is : -

Re: [PHP] multiple upload files?

2006-11-21 Thread Kevin Waterson
This one time, at band camp, Stut [EMAIL PROTECTED] wrote: Does anybody know if yes/no? Quick example here... http://phpro.org/examples/Mulitple-file-upload.html Kevin -- Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote.

[PHP] Re: 3d modeling-php

2006-11-21 Thread Manuel Lemos
Hello, on 11/21/2006 04:44 PM blackwater dev said the following: I want people to be able to put in some dimensions, like a lot size, and then pick some other items (which will have their dimensions stored). The user can then drag the other items onto their lot, move them, etc just to see

Re: [PHP] 3d modeling-php

2006-11-21 Thread Micky Hulse
Not sure of your project requirements, but you might want to think about Director/Havok/Shockwave... http://www.adobe.com/support/director/3d_basics.html -- Wishlist: http://snipurl.com/vrs9 Switch: http://browsehappy.com/ BCC?: http://snipurl.com/w6f8 My: