Toggle navigation Home Store Browse All ----- Webhosting Domains Quotation (Webdesign Services) eMail Hosting SEO- Search Engine Optimisation GRAPHIC DESIGN Dedicated/ VPS Webhosting BULKSMS Mobi Applications Website Maintenance Register a New Domain Transfer Domains to Us Announcements Knowledgebase Network Status Affiliates Contact Us Account Login Register ----- Forgot Password? Categories 9 CGI Scripts 34 Databases 28 Dedicated Servers 1 DNS 15 Domains 5 eCommerce 79 eMails 27 FTP 1 General Issues 1 MX Records 1 Nameservers 28 Other 104 Scripting 254 Web Hosting Control Panel 9 Web Resources 8 Web Stats & Logs 11 Web Tools 8 Website Help and Diagnostics 4 Windows Hosting Categories CGI Scripts (9) Databases (34) Dedicated Servers (28) DNS (1) Domains (15) eCommerce (5) eMails (79) FTP (27) General Issues (1) MX Records (1) Nameservers (1) Other (28) Scripting (104) Web Hosting Control Panel (254) Web Resources (9) Web Stats & Logs (8) Web Tools (11) Website Help and Diagnostics (8) Windows Hosting (4) [PHP2.10] Can you set "register_globals" to ON in PHP for me? Such a global change to the php.ini config is a well known security risk and affects all other customers and isn't something we'd consider doing. However you can set that and any other variable using the method below.You can create your own php.ini file inside whatever sub-directory your script is in. You can then determine the exact behaviour for your PHP scripts yourself.There's a lot of documentation on how to use the various configuration features inside php.ini online at http://uk2.php.net/configuration.In this case, to set "register globals" on, you can just create a file called "php.ini" in the subdirectory of your website that the script is in, simply saying:register_globals = on Was this answer helpful? Yes No Print this Article Also Read [PHP2.05] What are the correct file permissions for a PHP file? As a general rule, the permissions of a PHP file should take one of two sets of values, either... [PHP2.08]Can I override php.ini settings? Some variables in the php.ini file can be overwritten, you can do this creating a php.ini file in... [PHP2.03] Is PHP a CGI or Apache module? PHP runs as a cgi at Hosting cPanel – this is because it is more secure than running it as an... [PHP2.04] How do I query a MySQL database from a PHP script? Use the following outline to connect and begin querying the MySQL server from within your PHP... [PHP2.12] Can PHP5/PHP4 code be put in files with the .html/htm file extension? It is possible to run php code in .html files by adding the following to a .htaccess... Support My Support Tickets Announcements Knowledgebase Downloads Network Status Open Ticket × Close Title Loading...