$g_root_url = "http://www.psmconsulting.org\form-tools";
$g_root_dir = "E:\\USERS\\Psmhost\\www\\PSMConsulting\\form_tools";
// database settings
$g_db_hostname = "mysqldb2.ehost-services.com";
$g_db_name = "xxxxx";
$g_db_username = "xxxxx";
$g_db_password = "xxxxx";
$g_table_prefix = "ft_";
I added the form_tools to the first $G line and tested it but it still doesn't work.
When I enter the url "www.psmconsulting.org/form_tools/" I get the logon screen but none of the graphics show up. the url then shows "www.psmconsulting.org/form_tools/" but the form_tools is grayed out.
Thanks for you help on this I really want to use this tool but am having a heck of a time getting it up..
$g_root_dir = "E:\\USERS\\Psmhost\\www\\PSMConsulting\\form_tools";
// database settings
$g_db_hostname = "mysqldb2.ehost-services.com";
$g_db_name = "xxxxx";
$g_db_username = "xxxxx";
$g_db_password = "xxxxx";
$g_table_prefix = "ft_";
I added the form_tools to the first $G line and tested it but it still doesn't work.
When I enter the url "www.psmconsulting.org/form_tools/" I get the logon screen but none of the graphics show up. the url then shows "www.psmconsulting.org/form_tools/" but the form_tools is grayed out.
Thanks for you help on this I really want to use this tool but am having a heck of a time getting it up..