I want to thank those who tried to help with my questions about using the GD libraries.
I still have not gotten them to function using PHP. I've put two screenhots of the phpinfo() page at: www.gonefishingguideservice.com/php_page.htm If you care to take a look at those images, you'll see that I've got php and Apache working with MS Win 98. It also says that directories are enabled. I've searced for the following files that I believe I need for GD Libraries and PHP in Explorer and found: php_gd.dll ---------> C:\PHP\extensions php.ini -----------------> C:\WINDOWS php4ts.dll -------------> C:\WINDOWS\System msvcrt.dll -------------> C:\WINDOWS\System When I load the phpinfo() page, it comes up like you see in the screenshots. However, when I _take out_ the semi-colon as in the line: ....................... extension=php_gd.dll //semi-colon taken out ...................... the page - or any page with a file extension.php will _not_load at all using Apache. However, when I _reinsert_ the semi-colon in the php.ini file, the .php page then loads. Any advice on how I can get the GD libaries to work will be greatly appreciated. At wit's end... Thank you. Tony Ritter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php