I am not using _REQUEST at any point.
I am just using $_GET and $_POST
$_POST works..$_GET doesn't
basically i need to retrieve the value of 1 from 'subj' on my link:
http://blabla/edit_subject.php?subj=1
in some way so i can add it to my UPDATE statement.
$_GET has worked in the past on other parts of the website i m building without a problem..
thanks