Hi --
I am hosting at a server where php is an executable and we have no access to the php.ini. We need to set some values including:
auto_prepend_file
include_path
session.save_handler user
register_globals
magic_quotes_gpc
magic_quotes_runtime
track_vars
session.use_cookies
Does anyone know of a work around for these either with a perl module or something else?
Thanks!