My webhost has support for php3. However I don't know whether or not php is compiled as a module. How can I tell from looking at the output of phpinfo()?
Why don't you just email your Sys. Admin. and ask?
brad.
I have already emailed my sys admin but am just eager to learn how to check something like this for myself if it is possible.
Fair enough.
Under the section dealing with your web server, look to see if php is listed under the loaded modules (it will be called something like mod_php. If it's there, it's being loaded as a module.