Alternate Sketches

Alit Mahendra Bramantya

‘ register_globals = off ‘

| 0 comments

when $GLOBALS; unavailable for form with method execution

it used to be register_globals = off, on apache web server and actually on file ‘php.ini’

a few month of confused is solved by a day of read ‘php_manual_en.chm’

if you using method ‘post’, change $GLOBALS["handle"] to $_POST["handle"] and if you using method ‘get’, change $GLOBALS["handle"] to $_GET["handle"], hope this could solve someone’s problem

hahaha, akhirnya beberapa permasalahan terselesaikan juga, and karena problem satu ini uda selese brarti permasalahan di http://itz12.t35.com juga terselesaikan..

and go check this out http://itz12.t35.com

news and guestbook fixed…. 

Author: Alit Mahendra Bramantya

a half time blogger, a 'part' time coder, and a full time father. Simple and ordinary, selfish and an internet presence enthusiast. currently working as web application developer and analytics analyst.

Leave a Reply

Required fields are marked *.

*