hello Friends, How to set global variables " ON" in php 5 in .htaccess file. in php4 we could set it by using the following line. <IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value register_globals 1 </IfModule> but what to do for php5 to use global variables, and updating htaccess. Please suggest me Warm Regards, Tarun [Non-text portions of this message have been removed]