PHP Upgrade
We've upgraded the version of PHP 5 that is available on the Linux shared hosting servers from the current 5.1.4, to the latest version, 5.2.5.
What versions of PHP are available on my Linux hosting account?
What versions of PHP are available on my Linux hosting account?







Hi Alicia, I have a trouble with a PHP code, it is just that it don't get the url variables, It works in other hostings with PHP4 and PHP5 (http://www.femeti.org.mx/demos/snti/example.php?opc=2) When I change the last number of the site It should show me a different content, but your hosting doesn't do it.
(http://www.snti.org.mx/example.php?opc=2)
I have created a ticket but they said they can't help me, they believe the problem is the code.
Can you help me? do you know what happen?
Reply to this
This is because we disable the "register globals" option in PHP because
it's dangerous. The link below explains it in more detail.
http://us.php.net/register_globals
You should refer to url parameters via the $_REQUEST variable:
$_REQUEST["id"]
$_REQUEST["opc"]
Reply to this
I have host in Godaddy with PHP 4 support. I want to upgrade to PHP 5.
Any one please guide me to upgrade .
As well help me to install SugarCRM
Reply to this
See this article for changing your php language.
http://help.godaddy.com/topic/419/article/3937
See this wiki for SugarCRM installation assistance.
http://www.sugarcrm.com/wiki/index.php?title=Installation
Reply to this
in godaddy.com, click on hosting in site manager. From there click file extensions. Elect to open .php docs in php5 and your done.
Reply to this
Thanks Chris!! You're a champ
Reply to this