What a long wait. 1 to 2 hrs.
After Note: "m" Talks.
Monday, May 29, 2017
Sunday, May 28, 2017
Saturday, May 27, 2017
Simple?
function get_max_or_weight_from_itemsubjid_and_criteria_id($conn,$itemsubjid,$criteria_id)
{
$sql = “SELECT max_or_weight FROM assessment_items_criteria WHERE itemsubjid=$itemsubjid AND criteria_id=$criteria_id”;
$stmt = ociparse($conn,$sql);
ociexecute($stmt,OCI_DEFAULT);
ocifetchinto($stmt, &$result_array);
if ( sizeof($result_array) > 0 )
return $result_array[0];
else
return 0;
}
Such exquisite beauty in such a simple function.
/me rubs tears of joy from eyes
Hmm…solving a coding problem that’s been bugging you for a long time
is very much like having a big fat line of coke. Not that I would know
of course.
{
$sql = “SELECT max_or_weight FROM assessment_items_criteria WHERE itemsubjid=$itemsubjid AND criteria_id=$criteria_id”;
$stmt = ociparse($conn,$sql);
ociexecute($stmt,OCI_DEFAULT);
ocifetchinto($stmt, &$result_array);
if ( sizeof($result_array) > 0 )
return $result_array[0];
else
return 0;
}
Such exquisite beauty in such a simple function.
/me rubs tears of joy from eyes
Hmm…solving a coding problem that’s been bugging you for a long time
is very much like having a big fat line of coke. Not that I would know
of course.
Tuesday, May 16, 2017
Gabapentin
It’s a fairly new drug, having been first introduced in 1993, and the generic version was introduced in 2004. As such, its uses, mechanism of action, and negative effects are still being studied. But it works for me.
Monday, May 15, 2017
Saturday, May 13, 2017
Codeine. Thats the killer.
I was on codeine when I was in the army. Taking them is easy, but stoping is hard. Drugs Kill.
Friday, May 12, 2017
Thursday, May 11, 2017
Sunday, May 7, 2017
Saturday, May 6, 2017
NUMB.
Midazolim is plentiful in Asia. My dog Wolf was given a tablet crushed in its food and it sleep like a baby. To be frank with you the product come from Bangladesh and the chemical is inferior, so it does not base on per milligram basis. I still remember that the inferiority complex of Midazolim is not as effective as the chemical ingredients and is inferior to the ones in Singapore.
Anyway I have learnt that the general practitioners have purchased medications from the streets so as not to incur large amounts of stocks, To be frank batch with you I have an addiction to the "Lot" numbers of the dictations that came with that.
Anyway all the best guys. Wish me good luck in my recovery.
Friday, May 5, 2017
Wednesday, May 3, 2017
Just finish my scope and I tear. Ha...... The midazolam sedation has no effect due to my dependence on it
My tummy had ulcers after the scope. My blood test results found that the white blood cells was high and that earn me a couse of antibiotics
Tuesday, May 2, 2017
Subscribe to:
Posts (Atom)