17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1371 Views |
-
Image Displaying problem

21 November 2007 at 12:37am
Hi
Here i am writing one function in my own page i.e
function ImageObject() {$gdObject = new GD("../mysite/images/image.png ");
$gdObject->resize;
$gdObject->gd;
}
The image path is correct ,the path is going to GD class
but it is giving below errorFATAL ERROR: getimagesize(../mysite/images/image.png) [function.getimagesize]: failed to open stream: No such file or directory
At line 33 in C:\lighttpd\htdocs\sapphire\filesystem\GD.phpplease anybody help me urgent
thanks
-
Re: Image Displaying problem

21 November 2007 at 1:26am
Hi
i got the solution for that problem.
my one more doubt is we are displaying any string in our page by using below function
function printThis() {
$data = array(
'str' => "Some string"
);
return $this->customise($data);
}And and what you had in your .ss template will still work:
[html]
<% control printThis %>
<p>$str</p>
<% end_control %>
[/html]But my question is how can we send a image from php to html
thanks
| 1371 Views | ||
|
Page:
1
|
Go to Top |

