View Single Post

  #3 (permalink)  
Old 12-01-2006
David
 
Posts: n/a
Default Re: Drawing and Calling an image?


"-Lost" <spam_ninjaREMOVEME@REMOVEMEcomcast.net> wrote in message
news:YfGdnWdgOf6uHPPYnZ2dnUVZ_vmdnZ2d@comcast.com. ..
> "David" <nobody@spamcop.net> wrote in message
> news:ekkna7$1jq8$1@news.iquest.net...
>>I am just begining writing in PHP (5.2.0) after getting it installed and I

>
> var $im = NULL;
>
> 'var' is deprecated in PHP 5.x. Use public/private/protected instead.
>
> public $im = NULL;
>
> ...should fix your problem.
>
> -Lost
>


Well I tried it... it did get better but not right still. It does now see
the size of the image, but still places an X in it, rather than putting in
the text.

David


Reply With Quote