Jump to content

apartme

Members
  • Posts

    1
  • Joined

  • Last visited

apartme's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. i'd like to be able to use the get_browser function that php offers in some of my scripts. according to the php documentation, the location of the browscap.ini file has to be specified in php.ini, and totalchoice doesn't support this natively. i was wondering if it would be possible to set the path to browscap.ini in the .htaccess file (the one in my root folder), and point it to a browscap.ini file that i also have sitting in my root folder. seems like that might work, but i haven't had any luck so far. i know this has worked with other php settings, because i've set my own include_path that way. here's what i've tried so far: php_value browscap '/home/apartme/php_browscap.ini' ...and it's not working... that command is sitting in the same .htaccess as this one: php_value include_path '/home/apartme/phpinc/' that include_path command works beautifully i've double checked, and my php_browscap.ini file is named correctly, and is sitting in my root folder does anybody have any ideas what i might be doing wrong, or of another approach--or am i trying to do something impossible?!?!? any ideas would be welcome... chad
×
×
  • Create New...