PHPverse 2025

Voting

: one minus zero?
(Example: nine)

The Note You're Voting On

webmaster at smwebdesigns dot com
17 years ago
I did not test well before posting previous code. This if statement works and the other does not.

if( ocicolumnscale($R, $i ) != 129 )
{
$int_decimal = ocicolumnscale($R, $i );
$int_length = ocicolumnprecision($R, $i) - $int_decimal;
}

<< Back to user notes page

To Top