[SOLVED] $_POST['XYZ'] = 'something'; is this correct??
Posted: Sat Dec 22, 2007 4:33 am
$_POST['XYZ'] = 'something';
came across a situation. where it should appear that form as been submitted.
ofcourse we can avoid this case by using some other variables.
but assigning manually in my script like $_POST['XYZ'] = 'something'; will be ok or not?
its woking fine for me. will there be any chaos. if do like this?
assigning POST and GET variables manually allowed or not?
came across a situation. where it should appear that form as been submitted.
ofcourse we can avoid this case by using some other variables.
but assigning manually in my script like $_POST['XYZ'] = 'something'; will be ok or not?
its woking fine for me. will there be any chaos. if do like this?
assigning POST and GET variables manually allowed or not?