Archive

Posts Tagged ‘register globals’

Php Register_globals Rewrite

November 14th, 2009 Comments off

I have legacy PHP code for the administration of a Charity website database. The code was written for a host that had support for “auto_globals” ie register_globals on.
The site is moving to a new server where register_globals will be off.
I require a re-write of all requests for variables to properly-named requests for the actual input method.
There are quite a few pages of code to go through but many of the changes will be common/duplicated.
Access can be granted to view/download the code on request to help with your cost estimate. Or we can email it to you.

Oscommerce Register_globals

October 8th, 2009 Comments off

I have an oscommerce which cannot operate on a webhostings with register global disabled, it only works with register globals on, I want you to fix this problem so that the website work with register globals off or disabled. (I don’t want to use .htaccess or php.ini to activate register globals as the resault will be server internal error)

Bear