you need to edit the php.ini file ...uncomment the lines "extension=mysql.so" and "extension=gd.so"
also you may need to edit the line that says "extension_dir=..."
I am running Linux and I had to change the path to:
extension_dir = "/usr/lib/php4/20020429/"
from: extension_dir = "./"