Global Variable In Apache
Webune
global variable in apache
global, variable, in, apache
Home
Forums
contact us
aboutus
sitemap
links
search forums
SEO Forums
»
Web Hosting
»
Linux Hosting
»
Global Variable In Apache
Global Variable In Apache
Post Description: global variable in apache
global, variable, in, apache
This Post Has Been Viewed 158 Times Since Wed Apr 23, 2008 1:19 pm Posted By web server with 1 replies
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
submit
Related
Global Variable In Apache