Help for a newbie
Posted: 2008-12-10T17:48:41-07:00
Hi guys
I hope this is the right place to ask this
Anyway I'm a graphic design student and I learned PHP a couple of years ago since it could come in handy sometime
and whaddaya know I need to use it for a project I'm doing
The thing is, it involves processing images (pretty large images) so I cant do this on a server
so I wanted to set up my own php server, but just for command line scripting (meaning I just want it to execute a PHP file without being shown in a browser etc)
so yeah I installed PHP 5 for windows and I want to install IMagick. I downloaded Q8-statick from http://valokuva.org/?page_id=50 and put extension=php_imagick_st-Q8.dll in php.ini
but now it gives me an error message when opening php.exe that php5ts.dll could not be found, and then the command prompt gives me the output
"Unable to load dynamic library 'php_imagick_st-Q8.dll' - could not find module
in unknown on line 0"
now guys I'm seriously way in over my head here lol
I just know how to solve problems and put that into syntax but I have no idea what I'm doing here
so yeah help would be really appreciated, my project is due in 2 weeks
I hope this is the right place to ask this
Anyway I'm a graphic design student and I learned PHP a couple of years ago since it could come in handy sometime
and whaddaya know I need to use it for a project I'm doing
The thing is, it involves processing images (pretty large images) so I cant do this on a server
so I wanted to set up my own php server, but just for command line scripting (meaning I just want it to execute a PHP file without being shown in a browser etc)
so yeah I installed PHP 5 for windows and I want to install IMagick. I downloaded Q8-statick from http://valokuva.org/?page_id=50 and put extension=php_imagick_st-Q8.dll in php.ini
but now it gives me an error message when opening php.exe that php5ts.dll could not be found, and then the command prompt gives me the output
"Unable to load dynamic library 'php_imagick_st-Q8.dll' - could not find module
in unknown on line 0"
now guys I'm seriously way in over my head here lol
I just know how to solve problems and put that into syntax but I have no idea what I'm doing here
so yeah help would be really appreciated, my project is due in 2 weeks