berehneh wrote:
[color=blue]
> i must do a project with gd library in php
> i do it and it work in ym localhost in my office beacuase o run it's extension in
>
> php.ini
> but when i uploaded it to internet to the host it didnt work
> because this extension was not run
> how can i run it.
> my host in world wide web have linuxs os with apache 1.3 and php 4.3.1
> **** i think to do dl(gd.so) but where can find this file to download....[/color]
Your message is a little unclear - I'm taking a guess to help you...
Might I suggest you check gd_info()
http://ca.php.net/manual/en/function.gd-info.php
Secondly - the GD library (from
http://www.boutell.com) I believe is
already compiled/shipped with php4.x however there are some libraries
that you must compile in yourself (fonts for example).
So - when you say your script works on the local host, and fails to work
on your internet server, you need to tell us what error message you are
getting when it fails.