Global Variable In Apache
global variable in apache
global, variable, in, apache
Global Variable In Apache
Post Description: global variable in apache
POST# 1242
Posted On: Wed Apr 23, 2008 1:19 pm
web server
Topic: Global Variable In Apache
how do i setup and enable global variable in apache server

i got a dedicated server last month and i need to enable it in my server

how do i do that?


Wed Apr 23, 2008 1:22 pm
1
Web Hosting Support
Reply #1923
first thing to do is to open you php.in file so send this command:

nano /etc/php.ini



now look for this line:
register_globals = Off



Change it to:
register_globals = On


now just restart your apacher server
/etc/init.d/httpd restart


another way you can check if you have it enabled is to run a phpinfo.php file

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload
     
  1. Global Variable In Apache