I want to know where to place GD library on server and how can import that so I can create jpg image?from once present.
Put the dll (for windows, filename is different for unix) in your extensions directory.
Then place a new line in the extensions section in php.ini going somthing like this:
extension=php_gd.dll